dev-python/pdb-clone: new package.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 16 Jun 2018 20:00:46 +0000 (22:00 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 16 Jun 2018 20:02:01 +0000 (22:02 +0200)
Bug: https://bugs.gentoo.org/619340
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pdb-clone/Manifest [new file with mode: 0644]
dev-python/pdb-clone/metadata.xml [new file with mode: 0644]
dev-python/pdb-clone/pdb-clone-1.10.1.ebuild [new file with mode: 0644]

diff --git a/dev-python/pdb-clone/Manifest b/dev-python/pdb-clone/Manifest
new file mode 100644 (file)
index 0000000..a46be0e
--- /dev/null
@@ -0,0 +1 @@
+DIST pdb-clone-1.10.1.zip 110435 BLAKE2B 99ab07e09399ce236ea3cb4e0b7590182475cb982978ad986d448f7a55caff9adebac16959dbef71c5b5a2100f30a8ab0f63a8a2d4d117f17aa75287ff48664f SHA512 70470d8fb33deb46c49fd2e072c1b6aa24c0397d21417f0ab1f63c1e05d8ff9797ba10a6c4ff350c29dd3b94ff6175110cb80971b4f0d16e922f948490773070
diff --git a/dev-python/pdb-clone/metadata.xml b/dev-python/pdb-clone/metadata.xml
new file mode 100644 (file)
index 0000000..08fed61
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">corpusops/pdb-clone</remote-id>
+               <remote-id type="pypi">pdb-clone</remote-id>
+       </upstream>
+</pkgmetadata>
diff --git a/dev-python/pdb-clone/pdb-clone-1.10.1.ebuild b/dev-python/pdb-clone/pdb-clone-1.10.1.ebuild
new file mode 100644 (file)
index 0000000..c2e263e
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="A faster clone of pdb"
+HOMEPAGE="https://github.com/corpusops/pdbclone"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"