public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2016-10-07 18:11 Brian Dolbec
  0 siblings, 0 replies; 13+ messages in thread
From: Brian Dolbec @ 2016-10-07 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a8642c7c9c94f90f82049ddbb895547105dad550
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  5 23:39:04 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 18:11:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8642c7c

dev-python/uncompyle6: New package, new dep for dev-python/hypothesis-3.5.*

Package-Manager: portage-2.3.1_p8

 dev-python/uncompyle6/Manifest                |  1 +
 dev-python/uncompyle6/metadata.xml            | 20 ++++++++++++++
 dev-python/uncompyle6/uncompyle6-2.8.3.ebuild | 38 +++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest
new file mode 100644
index 00000000..39f2884
--- /dev/null
+++ b/dev-python/uncompyle6/Manifest
@@ -0,0 +1 @@
+DIST uncompyle6-2.8.3.tar.gz 504536 SHA256 213a5742d89d528e539121ab68b8d897a9fc60997ec30f6ec0764b6ca2d4a543 SHA512 635983a945a05f649d0f78191c59f6d1f0a7c922ad3bc8fc53396514a4cd133cdef228bac3189cd04d0c2104fb5da128f0ad8f868f6cfdd0bf3a0d52e08e773d WHIRLPOOL 93b1085e1b92e6dbfad39f27094636303d022298ee17460ea0f95d3338c6f0f1c03c6a0584d4805375c491e21fa7ca8e8b709532e6d9d1973d9a0b323734441b

diff --git a/dev-python/uncompyle6/metadata.xml b/dev-python/uncompyle6/metadata.xml
new file mode 100644
index 00000000..14eb52a
--- /dev/null
+++ b/dev-python/uncompyle6/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dol-sen@gentoo.org</email>
+		<description>Primary maintainer</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<email>rb@dustyfeet.com</email>
+			<name>Rocky Bernstein</name>
+		</maintainer>
+		<remote-id type="pypi">PyQRCode</remote-id>
+	</upstream>
+	<longdescription></longdescription>
+</pkgmetadata>

diff --git a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
new file mode 100644
index 00000000..1fdfe44
--- /dev/null
+++ b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python cross-version byte-code deparser"
+HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/xdis-2.3.0
+	>=dev-python/spark-parser-1.4.0"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+	)
+"
+
+# Tests are somewhat sketchy...
+# the main repo has makefiles and commands that don't reflect the actual
+# available options for the commands they are giving.
+# This test does not produce errors, but also does not seem to update the
+# files ok, failed,...  just the # of files tested
+python_test() {
+	PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
+		${EPYTHON} test/test_pyenvlib.py --verify --all || die \
+		"Tests failed under ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2016-10-22  1:26 Brian Dolbec
  0 siblings, 0 replies; 13+ messages in thread
From: Brian Dolbec @ 2016-10-22  1:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5257c48a9ba10c305c86771ce7ecf67eeb9bd5a8
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 01:23:24 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 01:25:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5257c48a

dev-python/uncompyle6: Fix metadata.xml email address typo

Package-Manager: portage-2.3.2

 dev-python/uncompyle6/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uncompyle6/metadata.xml b/dev-python/uncompyle6/metadata.xml
index 14eb52a..e05009f 100644
--- a/dev-python/uncompyle6/metadata.xml
+++ b/dev-python/uncompyle6/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>dol-sen@gentoo.org</email>
+		<email>dolsen@gentoo.org</email>
 		<description>Primary maintainer</description>
 	</maintainer>
 	<maintainer type="project">


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2016-11-13 19:36 Brian Dolbec
  0 siblings, 0 replies; 13+ messages in thread
From: Brian Dolbec @ 2016-11-13 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9301e93e2cd907717b466693e0564cbfda6364dd
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 19:07:35 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 19:35:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9301e93e

dev-python/uncompyle6: Fix unconditional/missed setup.py test dep

Fix incorrect pypi id.

Package-Manager: portage-2.3.2_p3

 dev-python/uncompyle6/metadata.xml            | 2 +-
 dev-python/uncompyle6/uncompyle6-2.8.3.ebuild | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/uncompyle6/metadata.xml b/dev-python/uncompyle6/metadata.xml
index e05009f..4a97338 100644
--- a/dev-python/uncompyle6/metadata.xml
+++ b/dev-python/uncompyle6/metadata.xml
@@ -14,7 +14,7 @@
 			<email>rb@dustyfeet.com</email>
 			<name>Rocky Bernstein</name>
 		</maintainer>
-		<remote-id type="pypi">PyQRCode</remote-id>
+		<remote-id type="pypi">uncompyle6</remote-id>
 	</upstream>
 	<longdescription></longdescription>
 </pkgmetadata>

diff --git a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
index 1fdfe44..3007cb1 100644
--- a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
@@ -20,12 +20,21 @@ RDEPEND=">=dev-python/xdis-2.3.0
 	>=dev-python/spark-parser-1.4.0"
 DEPEND="${RDEPEND}
 	test? (
+		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
 		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/pytest[${PYTHON_USEDEP}]
 		dev-python/hypothesis[${PYTHON_USEDEP}]
 	)
 "
 
+python_prepare_all() {
+	# Fix an unconditional test only dep
+	sed \
+		-e "s/setup_requires/tests_require/" \
+		-i setup.py
+	distutils-r1_python_prepare_all
+}
+
 # Tests are somewhat sketchy...
 # the main repo has makefiles and commands that don't reflect the actual
 # available options for the commands they are giving.


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2016-11-29 20:07 Brian Dolbec
  0 siblings, 0 replies; 13+ messages in thread
From: Brian Dolbec @ 2016-11-29 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6cdbc4fb5b98c7d4839c399bea94ce3bcc7c0274
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 20:04:41 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 20:04:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdbc4fb

dev-python/uncompyle6: Version bump

Package-Manager: portage-2.3.2

 dev-python/uncompyle6/Manifest                |  1 +
 dev-python/uncompyle6/uncompyle6-2.9.6.ebuild | 46 +++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest
index 39f2884..ba7d352 100644
--- a/dev-python/uncompyle6/Manifest
+++ b/dev-python/uncompyle6/Manifest
@@ -1 +1,2 @@
 DIST uncompyle6-2.8.3.tar.gz 504536 SHA256 213a5742d89d528e539121ab68b8d897a9fc60997ec30f6ec0764b6ca2d4a543 SHA512 635983a945a05f649d0f78191c59f6d1f0a7c922ad3bc8fc53396514a4cd133cdef228bac3189cd04d0c2104fb5da128f0ad8f868f6cfdd0bf3a0d52e08e773d WHIRLPOOL 93b1085e1b92e6dbfad39f27094636303d022298ee17460ea0f95d3338c6f0f1c03c6a0584d4805375c491e21fa7ca8e8b709532e6d9d1973d9a0b323734441b
+DIST uncompyle6-2.9.6.tar.gz 865986 SHA256 5257fa0c98d116c632aa369ecc641db737ad14783cff98d3d6d166fe63faa42c SHA512 8aa3124fa7f93f090b4c5a133c6c6d1094b6a6cd809b1d230e4458b4743fce6c69fe48799c5cfd99fc1ff28d034602c834905f16642b7245fc05f066319e33e7 WHIRLPOOL 65300993c3a5bdc21b977e28d4774f87c995b28c0844929fa0391342654f043a2a2a031f307e182ca64dd8986047f78807259ec2f0aefc63e5f15ca9e1a7e5ef

diff --git a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
new file mode 100644
index 00000000..e7bb70e
--- /dev/null
+++ b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python cross-version byte-code deparser"
+HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-python/xdis-3.2.3
+	<dev-python/xdis-3.3.0
+	>=dev-python/spark-parser-1.4.0
+	<dev-python/spark-parser-1.5.0"
+DEPEND="${RDEPEND}
+	test? (
+		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+	)
+"
+
+python_prepare_all() {
+	rm -R test/__pycache__ || die "removal of test/__pycache__ failed"
+	rm -R test/pycdc || die "removal of test/pycdc failed"
+	distutils-r1_python_prepare_all
+}
+
+# the pypi page says to run "make check" to test
+# There are numerous more tests, but not all pass, so
+# until clarified, only run the recommended "make check" tests
+python_test() {
+	PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
+		emake check || die "Tests failed under ${EPYTHON}"
+		#pytest -vv || die "Tests failed under ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2017-01-04  4:49 Brian Dolbec
  0 siblings, 0 replies; 13+ messages in thread
From: Brian Dolbec @ 2017-01-04  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2b45217278cddafa7ad1df6986304188718a4d1f
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 17:22:05 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 04:48:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b452172

dev-python/uncompyle6: Fix typo in homepage link

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 dev-python/uncompyle6/uncompyle6-2.8.3.ebuild | 4 ++--
 dev-python/uncompyle6/uncompyle6-2.9.6.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
index 3007cb1..8d6958b 100644
--- a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Python cross-version byte-code deparser"
-HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6"
+HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
index e7bb70e..694c0e8 100644
--- a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Python cross-version byte-code deparser"
-HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/umcompyle6"
+HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2017-01-04  4:49 Brian Dolbec
  0 siblings, 0 replies; 13+ messages in thread
From: Brian Dolbec @ 2017-01-04  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     abce7582d10105a6a589e69085b947d3ed46aa79
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 20:32:30 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 04:48:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abce7582

dev-python/uncompyle6: Version bump

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 dev-python/uncompyle6/Manifest                |  1 +
 dev-python/uncompyle6/uncompyle6-2.9.7.ebuild | 43 +++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest
index ba7d352..d356f4e 100644
--- a/dev-python/uncompyle6/Manifest
+++ b/dev-python/uncompyle6/Manifest
@@ -1,2 +1,3 @@
 DIST uncompyle6-2.8.3.tar.gz 504536 SHA256 213a5742d89d528e539121ab68b8d897a9fc60997ec30f6ec0764b6ca2d4a543 SHA512 635983a945a05f649d0f78191c59f6d1f0a7c922ad3bc8fc53396514a4cd133cdef228bac3189cd04d0c2104fb5da128f0ad8f868f6cfdd0bf3a0d52e08e773d WHIRLPOOL 93b1085e1b92e6dbfad39f27094636303d022298ee17460ea0f95d3338c6f0f1c03c6a0584d4805375c491e21fa7ca8e8b709532e6d9d1973d9a0b323734441b
 DIST uncompyle6-2.9.6.tar.gz 865986 SHA256 5257fa0c98d116c632aa369ecc641db737ad14783cff98d3d6d166fe63faa42c SHA512 8aa3124fa7f93f090b4c5a133c6c6d1094b6a6cd809b1d230e4458b4743fce6c69fe48799c5cfd99fc1ff28d034602c834905f16642b7245fc05f066319e33e7 WHIRLPOOL 65300993c3a5bdc21b977e28d4774f87c995b28c0844929fa0391342654f043a2a2a031f307e182ca64dd8986047f78807259ec2f0aefc63e5f15ca9e1a7e5ef
+DIST uncompyle6-2.9.7.tar.gz 876996 SHA256 28b1f18a7e241b783d4cf7f36d996b35871e61544b7914c909adc3aa54ad6317 SHA512 b528a9db569f0665f78a7eef94c91e0d0d31490cb5e60f9cd2fa286c48f378875db1b5fb68e6d593c009c1ab9b381aab06a07624795177d9d72924d73d257ccc WHIRLPOOL 8735ad27678c9d0885e15ec60156272f822af43fa10173220aee0116c893e8a334d11a70030feb11d7726ae6fa9fc9e1c0e724b07d6756a49b17e90ac0f10957

diff --git a/dev-python/uncompyle6/uncompyle6-2.9.7.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.7.ebuild
new file mode 100644
index 00000000..3a9e121
--- /dev/null
+++ b/dev-python/uncompyle6/uncompyle6-2.9.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python cross-version byte-code deparser"
+HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-python/xdis-3.2.3
+	<dev-python/xdis-3.3.0
+	>=dev-python/spark-parser-1.5.1
+	<dev-python/spark-parser-1.6.0"
+DEPEND="${RDEPEND}
+	test? (
+		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+	)
+"
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+}
+
+# only run the recommended "make check" tests
+python_test() {
+	distutils_install_for_testing
+
+	PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
+		emake check || die "Tests failed under ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2017-05-02 13:11 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2017-05-02 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     075409b75ba52789c2383968e56ae15ac618f98e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 12:19:52 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 13:11:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075409b7

dev-python/uncompyle6: Clean old versions up

 dev-python/uncompyle6/Manifest                |  2 --
 dev-python/uncompyle6/uncompyle6-2.8.3.ebuild | 46 ---------------------------
 dev-python/uncompyle6/uncompyle6-2.9.6.ebuild | 45 --------------------------
 3 files changed, 93 deletions(-)

diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest
index d356f4ea8f7..fc6199e5415 100644
--- a/dev-python/uncompyle6/Manifest
+++ b/dev-python/uncompyle6/Manifest
@@ -1,3 +1 @@
-DIST uncompyle6-2.8.3.tar.gz 504536 SHA256 213a5742d89d528e539121ab68b8d897a9fc60997ec30f6ec0764b6ca2d4a543 SHA512 635983a945a05f649d0f78191c59f6d1f0a7c922ad3bc8fc53396514a4cd133cdef228bac3189cd04d0c2104fb5da128f0ad8f868f6cfdd0bf3a0d52e08e773d WHIRLPOOL 93b1085e1b92e6dbfad39f27094636303d022298ee17460ea0f95d3338c6f0f1c03c6a0584d4805375c491e21fa7ca8e8b709532e6d9d1973d9a0b323734441b
-DIST uncompyle6-2.9.6.tar.gz 865986 SHA256 5257fa0c98d116c632aa369ecc641db737ad14783cff98d3d6d166fe63faa42c SHA512 8aa3124fa7f93f090b4c5a133c6c6d1094b6a6cd809b1d230e4458b4743fce6c69fe48799c5cfd99fc1ff28d034602c834905f16642b7245fc05f066319e33e7 WHIRLPOOL 65300993c3a5bdc21b977e28d4774f87c995b28c0844929fa0391342654f043a2a2a031f307e182ca64dd8986047f78807259ec2f0aefc63e5f15ca9e1a7e5ef
 DIST uncompyle6-2.9.7.tar.gz 876996 SHA256 28b1f18a7e241b783d4cf7f36d996b35871e61544b7914c909adc3aa54ad6317 SHA512 b528a9db569f0665f78a7eef94c91e0d0d31490cb5e60f9cd2fa286c48f378875db1b5fb68e6d593c009c1ab9b381aab06a07624795177d9d72924d73d257ccc WHIRLPOOL 8735ad27678c9d0885e15ec60156272f822af43fa10173220aee0116c893e8a334d11a70030feb11d7726ae6fa9fc9e1c0e724b07d6756a49b17e90ac0f10957

diff --git a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
deleted file mode 100644
index d5d27868f14..00000000000
--- a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python cross-version byte-code deparser"
-HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/xdis-2.3.0
-	>=dev-python/spark-parser-1.4.0"
-DEPEND="${RDEPEND}
-	test? (
-		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/hypothesis[${PYTHON_USEDEP}]
-	)
-"
-
-python_prepare_all() {
-	# Fix an unconditional test only dep
-	sed \
-		-e "s/setup_requires/tests_require/" \
-		-i setup.py
-	distutils-r1_python_prepare_all
-}
-
-# Tests are somewhat sketchy...
-# the main repo has makefiles and commands that don't reflect the actual
-# available options for the commands they are giving.
-# This test does not produce errors, but also does not seem to update the
-# files ok, failed,...  just the # of files tested
-python_test() {
-	PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-		${EPYTHON} test/test_pyenvlib.py --verify --all || die \
-		"Tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
deleted file mode 100644
index ed9798b3410..00000000000
--- a/dev-python/uncompyle6/uncompyle6-2.9.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python cross-version byte-code deparser"
-HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-python/xdis-3.2.3
-	<dev-python/xdis-3.3.0
-	>=dev-python/spark-parser-1.4.0
-	<dev-python/spark-parser-1.5.0"
-DEPEND="${RDEPEND}
-	test? (
-		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/hypothesis[${PYTHON_USEDEP}]
-	)
-"
-
-python_prepare_all() {
-	rm -R test/__pycache__ || die "removal of test/__pycache__ failed"
-	rm -R test/pycdc || die "removal of test/pycdc failed"
-	distutils-r1_python_prepare_all
-}
-
-# the pypi page says to run "make check" to test
-# There are numerous more tests, but not all pass, so
-# until clarified, only run the recommended "make check" tests
-python_test() {
-	PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-		emake check || die "Tests failed under ${EPYTHON}"
-		#pytest -vv || die "Tests failed under ${EPYTHON}"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2017-06-09 18:19 Brian Dolbec
  0 siblings, 0 replies; 13+ messages in thread
From: Brian Dolbec @ 2017-06-09 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4a960fb44ce532c10ab51379aa7469e9bb174aeb
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 18:12:57 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 18:18:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a960fb4

dev-python/uncompyle6: Version Bump

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-python/uncompyle6/Manifest                 |  1 +
 dev-python/uncompyle6/uncompyle6-2.10.1.ebuild | 42 ++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest
index fc6199e5415..600cd548564 100644
--- a/dev-python/uncompyle6/Manifest
+++ b/dev-python/uncompyle6/Manifest
@@ -1 +1,2 @@
+DIST uncompyle6-2.10.1.tar.gz 831835 SHA256 0d44ea6ae48a4639cf492503e12e3dc3b782f0881ca6798cce552875405f945f SHA512 5be7c33749f3a2a02494aceebeeb2cb79bf71c39784dbe4e96cf9a5c6f02af89874bc25ba911308f01414e4ae4d9ac445864505c629d41a2c6f8b2eae2197b2b WHIRLPOOL 47e2d0a51ff497fad8f0af5af7e1b0d830bd2a9f5c359bc000a556564c9b179ad1d233614342ea86cb13087a069ee0d7adc53eef6a216fac0428fe2c659094bd
 DIST uncompyle6-2.9.7.tar.gz 876996 SHA256 28b1f18a7e241b783d4cf7f36d996b35871e61544b7914c909adc3aa54ad6317 SHA512 b528a9db569f0665f78a7eef94c91e0d0d31490cb5e60f9cd2fa286c48f378875db1b5fb68e6d593c009c1ab9b381aab06a07624795177d9d72924d73d257ccc WHIRLPOOL 8735ad27678c9d0885e15ec60156272f822af43fa10173220aee0116c893e8a334d11a70030feb11d7726ae6fa9fc9e1c0e724b07d6756a49b17e90ac0f10957

diff --git a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
new file mode 100644
index 00000000000..2e3cc7ae1c8
--- /dev/null
+++ b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python cross-version byte-code deparser"
+HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-python/xdis-3.3.1
+	<dev-python/xdis-3.4.0
+	>=dev-python/spark-parser-1.6.1
+	<dev-python/spark-parser-1.7.0"
+DEPEND="${RDEPEND}
+	test? (
+		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+	)
+"
+
+python_prepare_all() {
+	distutils-r1_python_prepare_all
+}
+
+# only run the recommended "make check" tests
+python_test() {
+	distutils_install_for_testing
+
+	PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
+		emake check || die "Tests failed under ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2017-10-08 11:00 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2017-10-08 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     cd160a746ec26aa2d3da6c4d1683fe85d93aafb0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 10:58:43 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 11:00:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd160a74

dev-python/uncompyle6: Strip empty metadata.xml elements

 dev-python/uncompyle6/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/uncompyle6/metadata.xml b/dev-python/uncompyle6/metadata.xml
index 4a5ea013098..c768e2c81e1 100644
--- a/dev-python/uncompyle6/metadata.xml
+++ b/dev-python/uncompyle6/metadata.xml
@@ -17,5 +17,4 @@
 		<remote-id type="pypi">uncompyle6</remote-id>
 		<remote-id type="github">rocky/python-uncompyle6</remote-id>
 	</upstream>
-	<longdescription/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2018-01-06 13:39 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2018-01-06 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9ed6bd5979ed3933aaca5c376bc1daddde12e67b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  6 09:51:07 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  6 13:39:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed6bd59

dev-python/uncompyle6: Clean old up

 dev-python/uncompyle6/Manifest                |  1 -
 dev-python/uncompyle6/uncompyle6-2.9.7.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest
index 62927350363..6ee251a7560 100644
--- a/dev-python/uncompyle6/Manifest
+++ b/dev-python/uncompyle6/Manifest
@@ -1,2 +1 @@
 DIST uncompyle6-2.10.1.tar.gz 831835 BLAKE2B dbde4d8414804d55871d846ad42f9a4859913ee057dcea5f6f19e8104e39d3274e13c86538f3364e6829d2ca9ecd16929143e266a828558e870d0f78d3cdff1b SHA512 5be7c33749f3a2a02494aceebeeb2cb79bf71c39784dbe4e96cf9a5c6f02af89874bc25ba911308f01414e4ae4d9ac445864505c629d41a2c6f8b2eae2197b2b
-DIST uncompyle6-2.9.7.tar.gz 876996 BLAKE2B eb78700eb24c7e306a0fb35cc96b207d583c1a9b8f693c4157fdd1581a0c458c979434573af9e981fca5b0454990613fa21b8bb34ede9d8d8f73d3699d01e352 SHA512 b528a9db569f0665f78a7eef94c91e0d0d31490cb5e60f9cd2fa286c48f378875db1b5fb68e6d593c009c1ab9b381aab06a07624795177d9d72924d73d257ccc

diff --git a/dev-python/uncompyle6/uncompyle6-2.9.7.ebuild b/dev-python/uncompyle6/uncompyle6-2.9.7.ebuild
deleted file mode 100644
index 264ff17e1ee..00000000000
--- a/dev-python/uncompyle6/uncompyle6-2.9.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python cross-version byte-code deparser"
-HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.python.org/pypi/uncompyle6"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-python/xdis-3.2.3
-	<dev-python/xdis-3.3.0
-	>=dev-python/spark-parser-1.5.1
-	<dev-python/spark-parser-1.6.0"
-DEPEND="${RDEPEND}
-	test? (
-		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/hypothesis[${PYTHON_USEDEP}]
-	)
-"
-
-python_prepare_all() {
-	distutils-r1_python_prepare_all
-}
-
-# only run the recommended "make check" tests
-python_test() {
-	distutils_install_for_testing
-
-	PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-		emake check || die "Tests failed under ${EPYTHON}"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2018-06-26 18:46 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2018-06-26 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     cc139689887ae159936ab5d86dba57acf16d2f0d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 18:26:23 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 18:46:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc139689

dev-python/uncompyle6: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/uncompyle6/uncompyle6-2.10.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
index d3614a79bf2..f1b9c4531e2 100644
--- a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2019-12-28 16:16 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2019-12-28 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8fbbd85f185ed54f7fbfb50f0adbdca4f6d52fbb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 16:16:24 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 16:16:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbbd85f

dev-python/uncompyle6: Remove Py2

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/uncompyle6/uncompyle6-2.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
index b6efee3fc7b..abbd80007a6 100644
--- a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/
@ 2020-04-06  5:46 Mikle Kolyada
  0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2020-04-06  5:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f15a526591bfd4870dfa71ccc12869606d0ffda9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  6 05:45:13 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr  6 05:45:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15a5265

dev-python/uncompyle6: remove last-rited pkg

Closes: https://bugs.gentoo.org/711808

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-python/uncompyle6/Manifest                 |  1 -
 dev-python/uncompyle6/metadata.xml             | 16 ----------
 dev-python/uncompyle6/uncompyle6-2.10.1.ebuild | 43 --------------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest
deleted file mode 100644
index 6ee251a7560..00000000000
--- a/dev-python/uncompyle6/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST uncompyle6-2.10.1.tar.gz 831835 BLAKE2B dbde4d8414804d55871d846ad42f9a4859913ee057dcea5f6f19e8104e39d3274e13c86538f3364e6829d2ca9ecd16929143e266a828558e870d0f78d3cdff1b SHA512 5be7c33749f3a2a02494aceebeeb2cb79bf71c39784dbe4e96cf9a5c6f02af89874bc25ba911308f01414e4ae4d9ac445864505c629d41a2c6f8b2eae2197b2b

diff --git a/dev-python/uncompyle6/metadata.xml b/dev-python/uncompyle6/metadata.xml
deleted file mode 100644
index bdb695e40e8..00000000000
--- a/dev-python/uncompyle6/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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>
-		<maintainer>
-			<email>rb@dustyfeet.com</email>
-			<name>Rocky Bernstein</name>
-		</maintainer>
-		<remote-id type="pypi">uncompyle6</remote-id>
-		<remote-id type="github">rocky/python-uncompyle6</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild b/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
deleted file mode 100644
index ee56d1ee0b0..00000000000
--- a/dev-python/uncompyle6/uncompyle6-2.10.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python cross-version byte-code deparser"
-HOMEPAGE="https://github.com/rocky/python-uncompyle6/ https://pypi.org/project/uncompyle6/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/xdis-3.3.1
-	<dev-python/xdis-3.4.0
-	>=dev-python/spark-parser-1.6.1
-	<dev-python/spark-parser-1.7.0"
-DEPEND="${RDEPEND}
-	test? (
-		>=dev-python/nose-1.0[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/hypothesis[${PYTHON_USEDEP}]
-	)
-"
-
-python_prepare_all() {
-	distutils-r1_python_prepare_all
-}
-
-# only run the recommended "make check" tests
-python_test() {
-	distutils_install_for_testing
-
-	PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
-		emake check
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-04-06  5:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-06  5:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2019-12-28 16:16 David Seifert
2018-06-26 18:46 Pacho Ramos
2018-01-06 13:39 Michał Górny
2017-10-08 11:00 Michał Górny
2017-06-09 18:19 Brian Dolbec
2017-05-02 13:11 Michał Górny
2017-01-04  4:49 Brian Dolbec
2017-01-04  4:49 Brian Dolbec
2016-11-29 20:07 Brian Dolbec
2016-11-13 19:36 Brian Dolbec
2016-10-22  1:26 Brian Dolbec
2016-10-07 18:11 Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox