summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-06 00:21:33 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 01:44:19 +0100
commit893b897540c9de3d92a7c011774ce080b7e694b5 (patch)
tree5e1f8ad0ef1a37f636b12be936202fbe84b9fa76 /dev-python/pyrsistent
parentdev-python/pyramid: Clean old up (diff)
downloadgentoo-893b897540c9de3d92a7c011774ce080b7e694b5.tar.gz
gentoo-893b897540c9de3d92a7c011774ce080b7e694b5.tar.bz2
gentoo-893b897540c9de3d92a7c011774ce080b7e694b5.zip
dev-python/pyrsistent: Clean old up
Diffstat (limited to 'dev-python/pyrsistent')
-rw-r--r--dev-python/pyrsistent/Manifest2
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.12.0.ebuild36
-rw-r--r--dev-python/pyrsistent/pyrsistent-0.12.1.ebuild36
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-python/pyrsistent/Manifest b/dev-python/pyrsistent/Manifest
index c99609790adf..d37948c49690 100644
--- a/dev-python/pyrsistent/Manifest
+++ b/dev-python/pyrsistent/Manifest
@@ -1,3 +1 @@
-DIST pyrsistent-0.12.0.tar.gz 91666 BLAKE2B c7d72e1f25ccd41e024faf8e917c3fb63d4c221178770457ae0f900c7db1a500b46ba834208d922e39ba1b939998dcca117585d3aa9d04500d7ed22a9f087615 SHA512 dd0041011cb5aa41d32cfd632e80079a1e0e19f15366c928eabc040a85e9b574dc2d1a87139b150fa8ec42f6955ddffbf6e7bf8bfd9f498a9089632189949853
-DIST pyrsistent-0.12.1.tar.gz 94031 BLAKE2B 162c3c1bbb8738cca06e9b2822ecbfc06c24cc2e5134578029e03353f91e63959420fbdd97393a384fd9718314a4e6ae9304c91d600f49fe22e179b062ae2726 SHA512 e8b1e361a50bdd2986b21d21be6a04f065a8a2008ecdb0873b8d3fc2dfcb8f78b8f1644afb7540955008b5fb6b73ca93eb1f487f96ebd0c109f3ca72291e5f6b
DIST pyrsistent-0.13.0.tar.gz 96326 BLAKE2B 47388d7d48841c3a093c5309e20e92619b16c9f7c59a47929b8504a7e6aed803cb1fa07260ef8fbc5ebb4b243a52329a5a9976ca947c00243fc5dd3bc9e34e8a SHA512 6bfb657841382c4ad402c383cae5092b83e93a3dde0b905f6cb8ca8a50b8acbe0f3241e9cc50cb83892c0d59b13145764faa2a3db1eabecbe6606a35d07bb5ff
diff --git a/dev-python/pyrsistent/pyrsistent-0.12.0.ebuild b/dev-python/pyrsistent/pyrsistent-0.12.0.ebuild
deleted file mode 100644
index 17a528298f0c..000000000000
--- a/dev-python/pyrsistent/pyrsistent-0.12.0.ebuild
+++ /dev/null
@@ -1,36 +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,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Persistent/Functional/Immutable data structures"
-HOMEPAGE="https://github.com/tobgu/pyrsistent/ http://pypi.python.org/pypi/pyrsistent"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-# https://github.com/tobgu/pyrsistent/issues/
-# fails
-#RESTRICT="test"
-
-python_test() {
- export PYTHONPATH="${S}:${PYTHONPATH}"
- py.test -v -v -x || die ${PYTHONPATH}
-}
diff --git a/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild b/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild
deleted file mode 100644
index 17a528298f0c..000000000000
--- a/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild
+++ /dev/null
@@ -1,36 +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,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Persistent/Functional/Immutable data structures"
-HOMEPAGE="https://github.com/tobgu/pyrsistent/ http://pypi.python.org/pypi/pyrsistent"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-# https://github.com/tobgu/pyrsistent/issues/
-# fails
-#RESTRICT="test"
-
-python_test() {
- export PYTHONPATH="${S}:${PYTHONPATH}"
- py.test -v -v -x || die ${PYTHONPATH}
-}