Gentoo Archives: gentoo-commits

From: "Cédric Krier" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cached-property/
Date: Sun, 03 Jun 2018 10:16:59
Message-Id: 1528021001.ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5.cedk@gentoo
1 commit: ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5
2 Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 10:15:48 2018 +0000
4 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 10:16:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca675fb0
7
8 dev-python/cached-property: Remove old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/cached-property/Manifest | 3 ---
13 .../cached-property/cached-property-0.1.5.ebuild | 28 ----------------------
14 .../cached-property/cached-property-1.0.0.ebuild | 28 ----------------------
15 .../cached-property/cached-property-1.2.0.ebuild | 28 ----------------------
16 4 files changed, 87 deletions(-)
17
18 diff --git a/dev-python/cached-property/Manifest b/dev-python/cached-property/Manifest
19 index fdddda6352f..ef7ff14f340 100644
20 --- a/dev-python/cached-property/Manifest
21 +++ b/dev-python/cached-property/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST cached-property-0.1.5.tar.gz 7434 BLAKE2B 2bd21004e896335044a3d1c08840a781cca62736b45bd3e51152e4a28a546ef7e64cffd070e55b13e8b8cef5b31895840d737bd1d00ad0c991ffa9e324d0940d SHA512 f5a01e64eed78cc3377bd053b0662dc4f904db7c1ea47b155e1613e6ed413fb6693e4893916518f9e53589373ebe099724d296306a9854d8d8df66b62ed9ce1b
24 -DIST cached-property-1.0.0.tar.gz 8210 BLAKE2B 56dd60787b0ba0b5398142d755dd62e49935d06a6523bfa221a8d022c60838604035862e454182e093289fcc366e2f30e321a585fb07bea7a4c55b619d1d7bd9 SHA512 771615418853d3a2a24567fa3f6dc931a02d0013abd38c26a2822cc0ab3228972e7f03e51a69478defc617491f81b76040d34a0e6683719b09b485c85196d948
25 -DIST cached-property-1.2.0.tar.gz 9162 BLAKE2B f064573001745872b9d0a7e6bfadfc203c36328dfd1a85ba310c1da517cb45fd166c49cb809a726d663659318a3c7120bca017a6f674aef5f98ec7630429bfe0 SHA512 0d05bad187d30b4354d8fa93d181d753c6e27e43a84891bd3bcc1c1449fe6d57d7fc1eecdbdc097f8c25e4cfa331811db5a6e23f77891848edc2817162259cd6
26 DIST cached-property-1.3.1.tar.gz 9648 BLAKE2B 154208108cfbec914519f2a08ecc6ad025c284726d65a001eae84701b1eb8479e127473c124b08d3b0d969f59798f9dcef473cd8209c248b1d5b016a0bc8dac6 SHA512 3349751d442ca6e7d4e792c8b076735d5308d68244af9c03044f3d72d619a5c3d7d5dbef434caa954db4b983245bfe646d4a25c99aec39f32d99751edd9e233f
27 DIST cached-property-1.4.2.tar.gz 11201 BLAKE2B 1fba572e8e4e06744b230994e19a93f9004c0e2584549af2b001cf780222cbd2196b09432301f1ef8b4c4ccc93f8dedf53113c541b1189bc005c79fa9d7dadc0 SHA512 27ce49c8b71f0337e34c36ef5a45cae273a62b42c8f1b690c2c4d32d9bdf7f532a12787c99257c956ac7ff15d2e7f16868e4cebdf1417ebca493e1037c1a612f
28
29 diff --git a/dev-python/cached-property/cached-property-0.1.5.ebuild b/dev-python/cached-property/cached-property-0.1.5.ebuild
30 deleted file mode 100644
31 index b8d189a859a..00000000000
32 --- a/dev-python/cached-property/cached-property-0.1.5.ebuild
33 +++ /dev/null
34 @@ -1,28 +0,0 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -PYTHON_COMPAT=( python{2_7,3_4} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A cached-property for decorating methods in classes"
44 -HOMEPAGE="https://github.com/pydanny/cached-property"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -
52 -DEPEND="test? ( dev-python/pytest )"
53 -RDEPEND=""
54 -
55 -src_install() {
56 - distutils-r1_src_install
57 - dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
58 -}
59 -
60 -python_test() {
61 - py.test || die
62 -}
63
64 diff --git a/dev-python/cached-property/cached-property-1.0.0.ebuild b/dev-python/cached-property/cached-property-1.0.0.ebuild
65 deleted file mode 100644
66 index b8d189a859a..00000000000
67 --- a/dev-python/cached-property/cached-property-1.0.0.ebuild
68 +++ /dev/null
69 @@ -1,28 +0,0 @@
70 -# Copyright 1999-2015 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -PYTHON_COMPAT=( python{2_7,3_4} )
75 -
76 -inherit distutils-r1
77 -
78 -DESCRIPTION="A cached-property for decorating methods in classes"
79 -HOMEPAGE="https://github.com/pydanny/cached-property"
80 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="BSD"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~x86"
85 -IUSE="test"
86 -
87 -DEPEND="test? ( dev-python/pytest )"
88 -RDEPEND=""
89 -
90 -src_install() {
91 - distutils-r1_src_install
92 - dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
93 -}
94 -
95 -python_test() {
96 - py.test || die
97 -}
98
99 diff --git a/dev-python/cached-property/cached-property-1.2.0.ebuild b/dev-python/cached-property/cached-property-1.2.0.ebuild
100 deleted file mode 100644
101 index b8d189a859a..00000000000
102 --- a/dev-python/cached-property/cached-property-1.2.0.ebuild
103 +++ /dev/null
104 @@ -1,28 +0,0 @@
105 -# Copyright 1999-2015 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=5
109 -PYTHON_COMPAT=( python{2_7,3_4} )
110 -
111 -inherit distutils-r1
112 -
113 -DESCRIPTION="A cached-property for decorating methods in classes"
114 -HOMEPAGE="https://github.com/pydanny/cached-property"
115 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
116 -
117 -LICENSE="BSD"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE="test"
121 -
122 -DEPEND="test? ( dev-python/pytest )"
123 -RDEPEND=""
124 -
125 -src_install() {
126 - distutils-r1_src_install
127 - dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
128 -}
129 -
130 -python_test() {
131 - py.test || die
132 -}