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/wrapt/
Date: Sat, 06 Jan 2018 13:39:43
Message-Id: 1515245958.64a33d599f1c43b4bf79d7b8bfe43dbed0c65088.mgorny@gentoo
1 commit: 64a33d599f1c43b4bf79d7b8bfe43dbed0c65088
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 6 09:55:53 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 13:39:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a33d59
7
8 dev-python/wrapt: Clean old up
9
10 dev-python/wrapt/Manifest | 2 --
11 dev-python/wrapt/wrapt-1.10.5.ebuild | 46 ------------------------------------
12 dev-python/wrapt/wrapt-1.10.8.ebuild | 46 ------------------------------------
13 3 files changed, 94 deletions(-)
14
15 diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
16 index c0d1708bc1c..b05997ca7f3 100644
17 --- a/dev-python/wrapt/Manifest
18 +++ b/dev-python/wrapt/Manifest
19 @@ -1,4 +1,2 @@
20 DIST wrapt-1.10.10.tar.gz 122052 BLAKE2B 216c3cf5ba3b91d2ed6c71c3a131242e8e668394b429e13d1a0ca3a0f806d380ca4e1a1a1d17ea029643fbc0d56defdacfcc9659a9eb1df67771dc03cdc7d292 SHA512 e18283cac7bbb137f43fa8c2839fff14072db1fdae57da2b393a5db4007656706838b64bc6785cea25602205b595fc4e7fe033e580d2fb484fd8c77351e046d1
21 DIST wrapt-1.10.11.tar.gz 122499 BLAKE2B 1398bc84e3d5490ba6e6f6f386d5eb6439ec750a2a1c5c29acf91e87a9c9405b11ff10dcb56e4aa28d07d34f7a56fbe9154d2f30556f5a2ae4f1a0986033e05a SHA512 cc051749341bcd6fc1a950607fad94f74334a00acf0366129470181a5af7a3af32a26e5c5deee9242ee12bcc7e4c47dacb958c514aba8a764be3bcc662845b98
22 -DIST wrapt-1.10.5.tar.gz 119157 BLAKE2B 70c7bb43106e22c53a9938f6f87c4545ad8807f2de3a0e2c73168bcf04638cec6801c2e28847174025a700cb83f015228bdca31074ba428377bdff96b297b403 SHA512 450b32eea67774081d23c0e020ed7eea3c8ac458925a16cd606a4f95ee5b7631bda5ff00ceb914e9ccc28a5e0a7302534b6711bb23d637c77327a8a9d228cb55
23 -DIST wrapt-1.10.8.tar.gz 120359 BLAKE2B 779c19a3bcde28140f09cb490c41164d78e25c6ba4608780851197b2197d37571ca05ec768018f393b54fd5acedf1793123f8eca683ac432f358dad149847237 SHA512 2a37584b3c3a33a2d39d5cbe9f7e61a50131db55ffd5be7902b5ee84c347d8ff4d6094e5639d2f854fab274b2517a0e47420da9f543f11cf92973acd6d15d42e
24
25 diff --git a/dev-python/wrapt/wrapt-1.10.5.ebuild b/dev-python/wrapt/wrapt-1.10.5.ebuild
26 deleted file mode 100644
27 index 95a88ba3cfe..00000000000
28 --- a/dev-python/wrapt/wrapt-1.10.5.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
37 -
38 -inherit distutils-r1 vcs-snapshot
39 -
40 -DESCRIPTION="Module for decorators, wrappers and monkey patching"
41 -HOMEPAGE="https://github.com/GrahamDumpleton/wrapt"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
47 -IUSE="doc test"
48 -
49 -DEPEND="
50 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
51 - doc? (
52 - dev-python/sphinx[${PYTHON_USEDEP}]
53 - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
54 - )
55 -"
56 -RDEPEND=""
57 -
58 -python_compile_all() {
59 - use doc && emake -C docs html
60 -}
61 -
62 -python_compile() {
63 - local WRAPT_EXTENSIONS=true
64 -
65 - distutils-r1_python_compile
66 -}
67 -
68 -python_test() {
69 - py.test -vv || die "tests failed under ${EPYTHON}"
70 -}
71 -
72 -python_install_all() {
73 - use doc && local HTML_DOCS=( docs/_build/html/. )
74 -
75 - distutils-r1_python_install_all
76 -}
77
78 diff --git a/dev-python/wrapt/wrapt-1.10.8.ebuild b/dev-python/wrapt/wrapt-1.10.8.ebuild
79 deleted file mode 100644
80 index 14acbfb5e30..00000000000
81 --- a/dev-python/wrapt/wrapt-1.10.8.ebuild
82 +++ /dev/null
83 @@ -1,46 +0,0 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=5
88 -
89 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
90 -
91 -inherit distutils-r1 vcs-snapshot
92 -
93 -DESCRIPTION="Module for decorators, wrappers and monkey patching"
94 -HOMEPAGE="https://github.com/GrahamDumpleton/wrapt"
95 -SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
96 -
97 -LICENSE="BSD"
98 -SLOT="0"
99 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
100 -IUSE="doc test"
101 -
102 -DEPEND="
103 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
104 - doc? (
105 - dev-python/sphinx[${PYTHON_USEDEP}]
106 - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
107 - )
108 -"
109 -RDEPEND=""
110 -
111 -python_compile_all() {
112 - use doc && emake -C docs html
113 -}
114 -
115 -python_compile() {
116 - local WRAPT_EXTENSIONS=true
117 -
118 - distutils-r1_python_compile
119 -}
120 -
121 -python_test() {
122 - py.test -vv || die "tests failed under ${EPYTHON}"
123 -}
124 -
125 -python_install_all() {
126 - use doc && local HTML_DOCS=( docs/_build/html/. )
127 -
128 - distutils-r1_python_install_all
129 -}