From: "Cédric Krier" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cached-property/
Date: Sun, 3 Jun 2018 10:16:53 +0000 (UTC) [thread overview]
Message-ID: <1528021001.ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5.cedk@gentoo> (raw)
commit: ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5
Author: Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 3 10:15:48 2018 +0000
Commit: Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Jun 3 10:16:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca675fb0
dev-python/cached-property: Remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/cached-property/Manifest | 3 ---
.../cached-property/cached-property-0.1.5.ebuild | 28 ----------------------
.../cached-property/cached-property-1.0.0.ebuild | 28 ----------------------
.../cached-property/cached-property-1.2.0.ebuild | 28 ----------------------
4 files changed, 87 deletions(-)
diff --git a/dev-python/cached-property/Manifest b/dev-python/cached-property/Manifest
index fdddda6352f..ef7ff14f340 100644
--- a/dev-python/cached-property/Manifest
+++ b/dev-python/cached-property/Manifest
@@ -1,5 +1,2 @@
-DIST cached-property-0.1.5.tar.gz 7434 BLAKE2B 2bd21004e896335044a3d1c08840a781cca62736b45bd3e51152e4a28a546ef7e64cffd070e55b13e8b8cef5b31895840d737bd1d00ad0c991ffa9e324d0940d SHA512 f5a01e64eed78cc3377bd053b0662dc4f904db7c1ea47b155e1613e6ed413fb6693e4893916518f9e53589373ebe099724d296306a9854d8d8df66b62ed9ce1b
-DIST cached-property-1.0.0.tar.gz 8210 BLAKE2B 56dd60787b0ba0b5398142d755dd62e49935d06a6523bfa221a8d022c60838604035862e454182e093289fcc366e2f30e321a585fb07bea7a4c55b619d1d7bd9 SHA512 771615418853d3a2a24567fa3f6dc931a02d0013abd38c26a2822cc0ab3228972e7f03e51a69478defc617491f81b76040d34a0e6683719b09b485c85196d948
-DIST cached-property-1.2.0.tar.gz 9162 BLAKE2B f064573001745872b9d0a7e6bfadfc203c36328dfd1a85ba310c1da517cb45fd166c49cb809a726d663659318a3c7120bca017a6f674aef5f98ec7630429bfe0 SHA512 0d05bad187d30b4354d8fa93d181d753c6e27e43a84891bd3bcc1c1449fe6d57d7fc1eecdbdc097f8c25e4cfa331811db5a6e23f77891848edc2817162259cd6
DIST cached-property-1.3.1.tar.gz 9648 BLAKE2B 154208108cfbec914519f2a08ecc6ad025c284726d65a001eae84701b1eb8479e127473c124b08d3b0d969f59798f9dcef473cd8209c248b1d5b016a0bc8dac6 SHA512 3349751d442ca6e7d4e792c8b076735d5308d68244af9c03044f3d72d619a5c3d7d5dbef434caa954db4b983245bfe646d4a25c99aec39f32d99751edd9e233f
DIST cached-property-1.4.2.tar.gz 11201 BLAKE2B 1fba572e8e4e06744b230994e19a93f9004c0e2584549af2b001cf780222cbd2196b09432301f1ef8b4c4ccc93f8dedf53113c541b1189bc005c79fa9d7dadc0 SHA512 27ce49c8b71f0337e34c36ef5a45cae273a62b42c8f1b690c2c4d32d9bdf7f532a12787c99257c956ac7ff15d2e7f16868e4cebdf1417ebca493e1037c1a612f
diff --git a/dev-python/cached-property/cached-property-0.1.5.ebuild b/dev-python/cached-property/cached-property-0.1.5.ebuild
deleted file mode 100644
index b8d189a859a..00000000000
--- a/dev-python/cached-property/cached-property-0.1.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A cached-property for decorating methods in classes"
-HOMEPAGE="https://github.com/pydanny/cached-property"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/pytest )"
-RDEPEND=""
-
-src_install() {
- distutils-r1_src_install
- dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
-}
-
-python_test() {
- py.test || die
-}
diff --git a/dev-python/cached-property/cached-property-1.0.0.ebuild b/dev-python/cached-property/cached-property-1.0.0.ebuild
deleted file mode 100644
index b8d189a859a..00000000000
--- a/dev-python/cached-property/cached-property-1.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A cached-property for decorating methods in classes"
-HOMEPAGE="https://github.com/pydanny/cached-property"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/pytest )"
-RDEPEND=""
-
-src_install() {
- distutils-r1_src_install
- dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
-}
-
-python_test() {
- py.test || die
-}
diff --git a/dev-python/cached-property/cached-property-1.2.0.ebuild b/dev-python/cached-property/cached-property-1.2.0.ebuild
deleted file mode 100644
index b8d189a859a..00000000000
--- a/dev-python/cached-property/cached-property-1.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A cached-property for decorating methods in classes"
-HOMEPAGE="https://github.com/pydanny/cached-property"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/pytest )"
-RDEPEND=""
-
-src_install() {
- distutils-r1_src_install
- dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
-}
-
-python_test() {
- py.test || die
-}
next reply other threads:[~2018-06-03 10:16 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-03 10:16 Cédric Krier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 9:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/cached-property/ Arthur Zamarin
2023-03-17 15:21 Michał Górny
2022-06-21 18:39 Arthur Zamarin
2022-06-21 18:21 Arthur Zamarin
2022-03-30 11:25 Jakov Smolić
2021-06-05 12:56 Michał Górny
2021-05-06 15:04 Michał Górny
2020-11-04 5:32 Sam James
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-25 8:12 Michał Górny
2020-10-05 0:07 Georgy Yakovlev
2020-09-21 21:28 Michał Górny
2020-09-05 0:29 Sam James
2020-03-02 5:42 Michał Górny
2020-03-02 5:42 Michał Górny
2020-03-02 5:42 Michał Górny
2020-03-02 5:42 Michał Górny
2020-02-04 13:32 Michał Górny
2020-01-21 10:34 Agostino Sarubbo
2020-01-20 11:51 Agostino Sarubbo
2020-01-18 23:15 Thomas Deutschmann
2019-12-26 0:24 Georgy Yakovlev
2018-09-22 22:29 Cédric Krier
2018-07-28 11:05 Cédric Krier
2018-06-03 10:16 Cédric Krier
2018-03-30 18:35 Aaron Bauman
2017-10-08 16:33 Cédric Krier
2017-04-28 16:30 Manuel Rüger
2016-08-06 14:10 Cédric Krier
2016-08-06 10:56 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1528021001.ca675fb0d163b0e6756f7bf1299ed6fc76ef58c5.cedk@gentoo \
--to=cedk@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox