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/path-py/
Date: Sun, 26 Jan 2020 17:11:56
Message-Id: 1580058703.4b9bc841f0dbd37e85997bcd51a06d8349af73e1.mgorny@gentoo
1 commit: 4b9bc841f0dbd37e85997bcd51a06d8349af73e1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 17:05:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 17:11:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9bc841
7
8 dev-python/path-py: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/path-py/Manifest | 2 --
13 dev-python/path-py/path-py-10.3.1.ebuild | 39 ---------------------------
14 dev-python/path-py/path-py-11.0.1.ebuild | 46 --------------------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
18 index ab7b9442e49..e36c75beafb 100644
19 --- a/dev-python/path-py/Manifest
20 +++ b/dev-python/path-py/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST path.py-10.3.1.tar.gz 35871 BLAKE2B 94e45372ad39f9c5dfe4167f5d1fd58e1e501272ed2fa5ecd116f0fffc7b924c66cc436a83a296a167c08bb2f57f169b1ace7692c2ac1284fc9070918b409a3c SHA512 e8dc874521aee6cadc5e3d7a66ca6909010f2069b1e6ed0298a3dbd86466c971ca466b442bff90906cb891fa9f13190fd9b3bf4ae62442e9fe73909169c32c02
23 -DIST path.py-11.0.1.tar.gz 38348 BLAKE2B 80bfc308c72f0e2867ce1811709e3d2ff63888be53814e026ee221c381387a581f8e0f8da05e5c1fade2e0d6b93ba930dc9b1f38117667239174a3acc85d76f0 SHA512 48bc8352af74e70e702e712f35f08a0bf05713b2de5f2eb617f8ef2f9138344cf74fab453aff6cbd38bd88f5c3612c39b3605e0d3899c2ab1c667662558a8651
24 DIST path.py-11.5.2.tar.gz 43542 BLAKE2B 6b376eebf5b9197c4a2e23ee25c8261c7a8b9428007a626bc0f7d1be71496f4abf7fc6f11cee628432304e6a684bd690d6895f325981c4dd0092bdf3c4a4a4e3 SHA512 8a76ffd7d369adb4c5cbc25f2a52c5cabe899bf59d248d217fc5a086e45438d9dfe6b65b63aa2c89edd7662a793d213662cd6726d15f5ce49dc6bdaf22425865
25 DIST path.py-12.0.2.tar.gz 44859 BLAKE2B c82bfd248e0e6eb21e3416c86f7a3a5fbfc5f5b327fe20da4084c53f22834013fc224bfbcf455690f53002c8f1c3e060aa0f04f3792e749dad62e51702cea348 SHA512 97971fa1e6bcdd4acf057ab4fe6cde2edb9d9d3d06dc049ea3779cae867221ae3e9d905daa1ec706f867473f738bb328b2795d3030244f8bd8ff7e8f0d5a6b2c
26 DIST path.py-8.1.2.tar.gz 33437 BLAKE2B 0033b64e9d0f4c719414e5345989308a113c9e23f99fb46722ee7d7de85c7bb4b471f5416d646d943771cdd369ac2d8f23f925660d4212b18acf7b82daaa76c0 SHA512 639b6247d99bd7c88e7505f5f41a5896266f23c0517b470ea5c1ec90ca76e87f1971babee623bbd7bea57bbef5f7677a7163bc51bae78c3c54e978eaf7f122d1
27
28 diff --git a/dev-python/path-py/path-py-10.3.1.ebuild b/dev-python/path-py/path-py-10.3.1.ebuild
29 deleted file mode 100644
30 index 865c0e1ed6f..00000000000
31 --- a/dev-python/path-py/path-py-10.3.1.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -MY_P="path.py-${PV}"
44 -
45 -DESCRIPTION="A module wrapper for os.path"
46 -HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py"
47 -SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
48 -
49 -SLOT="0"
50 -LICENSE="MIT"
51 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
52 -IUSE="test"
53 -RESTRICT="!test? ( test )"
54 -
55 -RDEPEND="
56 - dev-python/appdirs[${PYTHON_USEDEP}]"
57 -DEPEND="${RDEPEND}
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - test? (
60 - dev-python/pytest[${PYTHON_USEDEP}]
61 - )"
62 -
63 -S="${WORKDIR}/${MY_P}"
64 -
65 -python_prepare_all() {
66 - sed '/setuptools_scm/d' -i setup.py || die
67 - distutils-r1_python_prepare_all
68 -}
69 -
70 -python_test() {
71 - py.test -v || die
72 -}
73
74 diff --git a/dev-python/path-py/path-py-11.0.1.ebuild b/dev-python/path-py/path-py-11.0.1.ebuild
75 deleted file mode 100644
76 index f3a336bbbaa..00000000000
77 --- a/dev-python/path-py/path-py-11.0.1.ebuild
78 +++ /dev/null
79 @@ -1,46 +0,0 @@
80 -# Copyright 1999-2020 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
86 -
87 -inherit distutils-r1
88 -
89 -MY_P="path.py-${PV}"
90 -
91 -DESCRIPTION="A module wrapper for os.path"
92 -HOMEPAGE="https://pypi.org/project/path.py/ https://github.com/jaraco/path.py"
93 -SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
94 -
95 -SLOT="0"
96 -LICENSE="MIT"
97 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
98 -IUSE="test"
99 -RESTRICT="!test? ( test )"
100 -
101 -RDEPEND="
102 - dev-python/appdirs[${PYTHON_USEDEP}]"
103 -DEPEND="${RDEPEND}
104 - dev-python/setuptools[${PYTHON_USEDEP}]
105 - test? (
106 - dev-python/packaging[${PYTHON_USEDEP}]
107 - dev-python/pytest[${PYTHON_USEDEP}]
108 - )"
109 -
110 -S="${WORKDIR}/${MY_P}"
111 -
112 -python_prepare_all() {
113 - sed '/setuptools_scm/d' -i setup.py || die
114 - sed -r -i "s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::" \
115 - setup.cfg || die
116 -
117 - # disable flake8 tests
118 - sed -i 's/ --flake8//' pytest.ini || die
119 -
120 - distutils-r1_python_prepare_all
121 -}
122 -
123 -python_test() {
124 - PYTHONPATH=. py.test -v || die
125 -}