Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wrapt/
Date: Mon, 09 Mar 2020 20:22:24
Message-Id: 1583785319.7f59407871973e7600a3c1b4ef5f8433ee983599.asturm@gentoo
1 commit: 7f59407871973e7600a3c1b4ef5f8433ee983599
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 9 19:55:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 9 20:21:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f594078
7
8 dev-python/wrapt: Drop 1.10.10 and 1.11.2 (r0)
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/wrapt/Manifest | 1 -
14 dev-python/wrapt/wrapt-1.10.10.ebuild | 47 ----------------------------------
15 dev-python/wrapt/wrapt-1.11.2.ebuild | 48 -----------------------------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
19 index cd009d4674b..da5fa020d19 100644
20 --- a/dev-python/wrapt/Manifest
21 +++ b/dev-python/wrapt/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST wrapt-1.10.10.tar.gz 122052 BLAKE2B 216c3cf5ba3b91d2ed6c71c3a131242e8e668394b429e13d1a0ca3a0f806d380ca4e1a1a1d17ea029643fbc0d56defdacfcc9659a9eb1df67771dc03cdc7d292 SHA512 e18283cac7bbb137f43fa8c2839fff14072db1fdae57da2b393a5db4007656706838b64bc6785cea25602205b595fc4e7fe033e580d2fb484fd8c77351e046d1
24 DIST wrapt-1.10.11.tar.gz 122499 BLAKE2B 1398bc84e3d5490ba6e6f6f386d5eb6439ec750a2a1c5c29acf91e87a9c9405b11ff10dcb56e4aa28d07d34f7a56fbe9154d2f30556f5a2ae4f1a0986033e05a SHA512 cc051749341bcd6fc1a950607fad94f74334a00acf0366129470181a5af7a3af32a26e5c5deee9242ee12bcc7e4c47dacb958c514aba8a764be3bcc662845b98
25 DIST wrapt-1.11.2.tar.gz 124874 BLAKE2B 262518e097753830d80d834e1dcd5afe9c743e7cad8fad992146829255b99ef0c1a6d0344674935bb6beae9a8e5f42a1a4ade760f7300d104b1a17bc6f94f91f SHA512 2551247c46fbc34068e0f2d6efa91d8c87669c8bf1e16c3b5e2e5e0d84402301c38a78485b7e9a13120c99c9c942db680a84d87a52a072d530aba6444d86297d
26 DIST wrapt-1.12.0.tar.gz 126524 BLAKE2B 9215b8d5b53348daaeda6a6e4141408e1ab4e6cf6112e0a152be90ed9e1040433400e8788ec48559763ab5618abab6ae601b6ed254bfd641ec1976b52071ede9 SHA512 56a88e223dfe3d1b0f5fa01219b0a9a710d5a67cacd87d8766cf122498c47a41f4e64d2fcb0d3c939bc775893a7edcac68295754819b37ca469b301f1e98df41
27
28 diff --git a/dev-python/wrapt/wrapt-1.10.10.ebuild b/dev-python/wrapt/wrapt-1.10.10.ebuild
29 deleted file mode 100644
30 index 882d7de6bc6..00000000000
31 --- a/dev-python/wrapt/wrapt-1.10.10.ebuild
32 +++ /dev/null
33 @@ -1,47 +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 )
40 -
41 -inherit distutils-r1 vcs-snapshot
42 -
43 -DESCRIPTION="Module for decorators, wrappers and monkey patching"
44 -HOMEPAGE="https://github.com/GrahamDumpleton/wrapt"
45 -SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux"
50 -IUSE="doc test"
51 -RESTRICT="!test? ( test )"
52 -
53 -DEPEND="
54 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
55 - doc? (
56 - dev-python/sphinx[${PYTHON_USEDEP}]
57 - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
58 - )
59 -"
60 -RDEPEND=""
61 -
62 -python_compile_all() {
63 - use doc && emake -C docs html
64 -}
65 -
66 -python_compile() {
67 - local WRAPT_EXTENSIONS=true
68 -
69 - distutils-r1_python_compile
70 -}
71 -
72 -python_test() {
73 - py.test -vv || die "tests failed under ${EPYTHON}"
74 -}
75 -
76 -python_install_all() {
77 - use doc && local HTML_DOCS=( docs/_build/html/. )
78 -
79 - distutils-r1_python_install_all
80 -}
81
82 diff --git a/dev-python/wrapt/wrapt-1.11.2.ebuild b/dev-python/wrapt/wrapt-1.11.2.ebuild
83 deleted file mode 100644
84 index c3a57b0c868..00000000000
85 --- a/dev-python/wrapt/wrapt-1.11.2.ebuild
86 +++ /dev/null
87 @@ -1,48 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -
93 -DISTUTILS_USE_SETUPTOOLS=no
94 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
95 -
96 -inherit distutils-r1
97 -
98 -DESCRIPTION="Module for decorators, wrappers and monkey patching"
99 -HOMEPAGE="https://github.com/GrahamDumpleton/wrapt"
100 -SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
101 -
102 -LICENSE="BSD"
103 -SLOT="0"
104 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
105 -IUSE="doc test"
106 -RESTRICT="!test? ( test )"
107 -
108 -DEPEND="
109 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
110 - doc? (
111 - dev-python/sphinx[${PYTHON_USEDEP}]
112 - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
113 - )
114 -"
115 -RDEPEND=""
116 -
117 -python_compile_all() {
118 - use doc && emake -C docs html
119 -}
120 -
121 -python_compile() {
122 - local WRAPT_EXTENSIONS=true
123 -
124 - distutils-r1_python_compile
125 -}
126 -
127 -python_test() {
128 - py.test -vv || die "tests failed under ${EPYTHON}"
129 -}
130 -
131 -python_install_all() {
132 - use doc && local HTML_DOCS=( docs/_build/html/. )
133 -
134 - distutils-r1_python_install_all
135 -}