Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrsistent/
Date: Sat, 06 Jan 2018 00:44:37
Message-Id: 1515199459.893b897540c9de3d92a7c011774ce080b7e694b5.mgorny@gentoo
1 commit: 893b897540c9de3d92a7c011774ce080b7e694b5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 23:21:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 00:44:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893b8975
7
8 dev-python/pyrsistent: Clean old up
9
10 dev-python/pyrsistent/Manifest | 2 --
11 dev-python/pyrsistent/pyrsistent-0.12.0.ebuild | 36 --------------------------
12 dev-python/pyrsistent/pyrsistent-0.12.1.ebuild | 36 --------------------------
13 3 files changed, 74 deletions(-)
14
15 diff --git a/dev-python/pyrsistent/Manifest b/dev-python/pyrsistent/Manifest
16 index c99609790ad..d37948c4969 100644
17 --- a/dev-python/pyrsistent/Manifest
18 +++ b/dev-python/pyrsistent/Manifest
19 @@ -1,3 +1 @@
20 -DIST pyrsistent-0.12.0.tar.gz 91666 BLAKE2B c7d72e1f25ccd41e024faf8e917c3fb63d4c221178770457ae0f900c7db1a500b46ba834208d922e39ba1b939998dcca117585d3aa9d04500d7ed22a9f087615 SHA512 dd0041011cb5aa41d32cfd632e80079a1e0e19f15366c928eabc040a85e9b574dc2d1a87139b150fa8ec42f6955ddffbf6e7bf8bfd9f498a9089632189949853
21 -DIST pyrsistent-0.12.1.tar.gz 94031 BLAKE2B 162c3c1bbb8738cca06e9b2822ecbfc06c24cc2e5134578029e03353f91e63959420fbdd97393a384fd9718314a4e6ae9304c91d600f49fe22e179b062ae2726 SHA512 e8b1e361a50bdd2986b21d21be6a04f065a8a2008ecdb0873b8d3fc2dfcb8f78b8f1644afb7540955008b5fb6b73ca93eb1f487f96ebd0c109f3ca72291e5f6b
22 DIST pyrsistent-0.13.0.tar.gz 96326 BLAKE2B 47388d7d48841c3a093c5309e20e92619b16c9f7c59a47929b8504a7e6aed803cb1fa07260ef8fbc5ebb4b243a52329a5a9976ca947c00243fc5dd3bc9e34e8a SHA512 6bfb657841382c4ad402c383cae5092b83e93a3dde0b905f6cb8ca8a50b8acbe0f3241e9cc50cb83892c0d59b13145764faa2a3db1eabecbe6606a35d07bb5ff
23
24 diff --git a/dev-python/pyrsistent/pyrsistent-0.12.0.ebuild b/dev-python/pyrsistent/pyrsistent-0.12.0.ebuild
25 deleted file mode 100644
26 index 17a528298f0..00000000000
27 --- a/dev-python/pyrsistent/pyrsistent-0.12.0.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Persistent/Functional/Immutable data structures"
40 -HOMEPAGE="https://github.com/tobgu/pyrsistent/ http://pypi.python.org/pypi/pyrsistent"
41 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
46 -IUSE="test"
47 -
48 -RDEPEND="
49 - dev-python/six[${PYTHON_USEDEP}]
50 -"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 - test? (
54 - dev-python/hypothesis[${PYTHON_USEDEP}]
55 - dev-python/pytest[${PYTHON_USEDEP}]
56 - )"
57 -
58 -# https://github.com/tobgu/pyrsistent/issues/
59 -# fails
60 -#RESTRICT="test"
61 -
62 -python_test() {
63 - export PYTHONPATH="${S}:${PYTHONPATH}"
64 - py.test -v -v -x || die ${PYTHONPATH}
65 -}
66
67 diff --git a/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild b/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild
68 deleted file mode 100644
69 index 17a528298f0..00000000000
70 --- a/dev-python/pyrsistent/pyrsistent-0.12.1.ebuild
71 +++ /dev/null
72 @@ -1,36 +0,0 @@
73 -# Copyright 1999-2017 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Persistent/Functional/Immutable data structures"
83 -HOMEPAGE="https://github.com/tobgu/pyrsistent/ http://pypi.python.org/pypi/pyrsistent"
84 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
85 -
86 -LICENSE="MIT"
87 -SLOT="0"
88 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
89 -IUSE="test"
90 -
91 -RDEPEND="
92 - dev-python/six[${PYTHON_USEDEP}]
93 -"
94 -DEPEND="${RDEPEND}
95 - dev-python/setuptools[${PYTHON_USEDEP}]
96 - test? (
97 - dev-python/hypothesis[${PYTHON_USEDEP}]
98 - dev-python/pytest[${PYTHON_USEDEP}]
99 - )"
100 -
101 -# https://github.com/tobgu/pyrsistent/issues/
102 -# fails
103 -#RESTRICT="test"
104 -
105 -python_test() {
106 - export PYTHONPATH="${S}:${PYTHONPATH}"
107 - py.test -v -v -x || die ${PYTHONPATH}
108 -}