summaryrefslogtreecommitdiff
path: root/dev-python/uncompyle6
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
commita8b0d35ab742f31538d515dea39716e566d533c0 (patch)
tree40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /dev-python/uncompyle6
parent8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff)
gentoo resync : 06.01.2018
Diffstat (limited to 'dev-python/uncompyle6')
-rw-r--r--dev-python/uncompyle6/Manifest2
-rw-r--r--dev-python/uncompyle6/uncompyle6-2.9.7.ebuild42
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/uncompyle6/Manifest b/dev-python/uncompyle6/Manifest
index 58a944439f28..ab5ad68c0183 100644
--- a/dev-python/uncompyle6/Manifest
+++ b/dev-python/uncompyle6/Manifest
@@ -1,5 +1,3 @@
DIST uncompyle6-2.10.1.tar.gz 831835 BLAKE2B dbde4d8414804d55871d846ad42f9a4859913ee057dcea5f6f19e8104e39d3274e13c86538f3364e6829d2ca9ecd16929143e266a828558e870d0f78d3cdff1b SHA512 5be7c33749f3a2a02494aceebeeb2cb79bf71c39784dbe4e96cf9a5c6f02af89874bc25ba911308f01414e4ae4d9ac445864505c629d41a2c6f8b2eae2197b2b
-DIST uncompyle6-2.9.7.tar.gz 876996 BLAKE2B eb78700eb24c7e306a0fb35cc96b207d583c1a9b8f693c4157fdd1581a0c458c979434573af9e981fca5b0454990613fa21b8bb34ede9d8d8f73d3699d01e352 SHA512 b528a9db569f0665f78a7eef94c91e0d0d31490cb5e60f9cd2fa286c48f378875db1b5fb68e6d593c009c1ab9b381aab06a07624795177d9d72924d73d257ccc
EBUILD uncompyle6-2.10.1.ebuild 1013 BLAKE2B 52590af22ca3f05c4d48caba80ab2a3cd31800b6fa0593f59fa8be0a13f742a3f601c08f39dc2e6a728a602a4d10d984444e2c3d9386db4e6431422a9ad0f3d0 SHA512 8ff392c2ee52633a3015cf88bd7b6a8d0a8c28a15e9d323f5d36f7f366cab470b3353f78ecec91c685168171e6fc2e1132b87d0731d6b5be40b5c41371d0a790
-EBUILD uncompyle6-2.9.7.ebuild 1013 BLAKE2B 378ff093d76246c82b48fc68694e304b1f0e294512aacc125d2bcf266b46b48be0d8c288a4c94953ef3b81dff6b57a0d3efcb07f1f45ba2af4bfe91ae37e5a08 SHA512 b9a0d365ab50a8ef6db46c1fae22da6ab23102bebef279304857662c282ab9b1894e2a956fd3af6e182ad2a9157f418f98c79f2838f16bb6109a1d7bf5b275b0
MISC metadata.xml 600 BLAKE2B 800cc303acc5c43763ca303444997b0f1371cdb527602dbb5f548a464dbb848e85d849fd2b6acc5e044a10ad90e0195960c0de3cff36fb354cf185d74c902241 SHA512 c7e68b8403942a5ad30c1f3428781d365cc08f4f0032391532a3b5b06e12a185fb25f3acfb09fed591f02dbba7439f171038f83db137f8f389b79e38a831192c
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 264ff17e1ee6..000000000000
--- 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}"
-}