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/packaging/, dev-python/packaging/files/
Date: Thu, 31 Dec 2020 08:50:40
Message-Id: 1609404150.8e7c8884b3dd912269310d1570d400f24fafba2b.mgorny@gentoo
1 commit: 8e7c8884b3dd912269310d1570d400f24fafba2b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 08:42:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 08:42:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7c8884
7
8 dev-python/packaging: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/packaging/Manifest | 2 -
13 .../packaging/files/packaging-16.8-distutils.patch | 14 ------
14 dev-python/packaging/packaging-20.4-r1.ebuild | 51 ----------------------
15 dev-python/packaging/packaging-20.5.ebuild | 37 ----------------
16 4 files changed, 104 deletions(-)
17
18 diff --git a/dev-python/packaging/Manifest b/dev-python/packaging/Manifest
19 index 9056064ad0a..2dfc7449755 100644
20 --- a/dev-python/packaging/Manifest
21 +++ b/dev-python/packaging/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST packaging-20.4.tar.gz 74402 BLAKE2B 3c667c1605445aec37d264ec3846a1a6678f13a12aecc09a6d16e09ea27041fcd65d23538acef4f6272ab0458ce479c42906b15cb6eddd9c8001b1970c23e4fc SHA512 d53912041a9950efb5d221fc968adc328c2ef1e54ec9806d2158fd6db1b170e37afb05213f5750b10c59927504083ca3781c958caa0c802b1c7c0fe1ac1682a4
24 -DIST packaging-20.5.gh.tar.gz 75111 BLAKE2B b088b85fc042b48337878c0f663934f32f90eb792ba53257b1b0879a097ef042b67a9cff56b23f5e0187a3df0f89092e0210939382851f0ae917f6ef00ad73ff SHA512 ef3c4853c30d9635b9372d6861cc0df8f7fc5a1d784e5f3effe3f315da0f24662ac939e70f55c6e9bb8864da95b9f75bc0df093f12c0f5c2af654b5354a5f081
25 DIST packaging-20.7.gh.tar.gz 75182 BLAKE2B f3ba27ec33db576273609f28aabb5edab4acd07d8174c96e3a1608eacdc1a571d2ce96cc4e38c50c964ae5a716bbca077effd6dea039b25ac7bd6ce5707ae08b SHA512 4da8f66af066ac92b47664d21af34a02526cd1639cb766927670bec0ac8c7416116834c847678a29862a46faeda7e2f2393744be315cdfbbb8bd55a04ceb942c
26 DIST packaging-20.8.gh.tar.gz 76310 BLAKE2B f6a220bf8ed61e4ced5cdb93eac8a83310d5c1abc11861e3eca64ef08e3fa2617a9dedd9006fd833df37da5bd7a33c216fb78b9151b1c72121fbb0a27e7b88d3 SHA512 77c77da9298635274de58b856b8738ab279749f736264212e6ecdeab47db607ea9c6ae696952f0702e9557d1fd2b89c7277a2c81ff55081593f49ebcd6eb74d4
27
28 diff --git a/dev-python/packaging/files/packaging-16.8-distutils.patch b/dev-python/packaging/files/packaging-16.8-distutils.patch
29 deleted file mode 100644
30 index 84bbb618a6f..00000000000
31 --- a/dev-python/packaging/files/packaging-16.8-distutils.patch
32 +++ /dev/null
33 @@ -1,14 +0,0 @@
34 ---- a/setup.py
35 -+++ b/setup.py
36 -@@ -13,10 +13,7 @@ import re
37 - # dependency when projects attempt to unbundle stuff from setuptools and pip.
38 - # Though we don't really support that, it makes things easier if we do this and
39 - # should hopefully cause less issues for end users.
40 --try:
41 -- from setuptools import setup
42 --except ImportError:
43 -- from distutils.core import setup
44 -+from distutils.core import setup
45 -
46 -
47 - base_dir = os.path.dirname(__file__)
48
49 diff --git a/dev-python/packaging/packaging-20.4-r1.ebuild b/dev-python/packaging/packaging-20.4-r1.ebuild
50 deleted file mode 100644
51 index aa07f75b23b..00000000000
52 --- a/dev-python/packaging/packaging-20.4-r1.ebuild
53 +++ /dev/null
54 @@ -1,51 +0,0 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=7
59 -
60 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="Core utilities for Python packages"
65 -HOMEPAGE="https://github.com/pypa/packaging https://pypi.org/project/packaging/"
66 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
67 -
68 -SLOT="0"
69 -LICENSE="|| ( Apache-2.0 BSD-2 )"
70 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
71 -IUSE="test"
72 -RESTRICT="!test? ( test )"
73 -
74 -RDEPEND="
75 - >=dev-python/pyparsing-2.1.10[${PYTHON_USEDEP}]
76 - dev-python/six[${PYTHON_USEDEP}]
77 -"
78 -DEPEND="
79 - test? (
80 - dev-python/pretend[${PYTHON_USEDEP}]
81 - dev-python/pytest[${PYTHON_USEDEP}]
82 - )
83 -"
84 -
85 -PATCHES=(
86 - "${FILESDIR}/${PN}-16.8-distutils.patch"
87 -)
88 -
89 -python_test() {
90 - pytest --capture=no --strict -vv || die
91 -}
92 -
93 -pkg_preinst() {
94 - # https://bugs.gentoo.org/585146
95 - cd "${HOME}" || die
96 -
97 - _cleanup() {
98 - local pyver=$("${PYTHON}" -c "from distutils.sysconfig import get_python_version; print(get_python_version())")
99 - local egginfo="${ROOT}$(python_get_sitedir)/${P}-py${pyver}.egg-info"
100 - if [[ -d ${egginfo} ]]; then
101 - rm -rv "${egginfo}" || die "Failed to remove egg-info directory"
102 - fi
103 - }
104 - python_foreach_impl _cleanup
105 -}
106
107 diff --git a/dev-python/packaging/packaging-20.5.ebuild b/dev-python/packaging/packaging-20.5.ebuild
108 deleted file mode 100644
109 index f47993e248b..00000000000
110 --- a/dev-python/packaging/packaging-20.5.ebuild
111 +++ /dev/null
112 @@ -1,37 +0,0 @@
113 -# Copyright 1999-2020 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=7
117 -
118 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
119 -PYTHON_COMPAT=( python3_{6..9} pypy3 )
120 -
121 -inherit distutils-r1
122 -
123 -DESCRIPTION="Core utilities for Python packages"
124 -HOMEPAGE="
125 - https://github.com/pypa/packaging/
126 - https://pypi.org/project/packaging/"
127 -SRC_URI="
128 - https://github.com/pypa/packaging/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
129 -
130 -SLOT="0"
131 -LICENSE="|| ( Apache-2.0 BSD-2 )"
132 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
133 -IUSE="test"
134 -RESTRICT="!test? ( test )"
135 -
136 -RDEPEND="
137 - >=dev-python/pyparsing-2.1.10[${PYTHON_USEDEP}]
138 - dev-python/six[${PYTHON_USEDEP}]
139 -"
140 -DEPEND="
141 - test? (
142 - dev-python/pretend[${PYTHON_USEDEP}]
143 - dev-python/pytest[${PYTHON_USEDEP}]
144 - )
145 -"
146 -
147 -python_test() {
148 - pytest --capture=no --strict -vv || die
149 -}