public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dogpile-cache/
Date: Tue,  7 Jun 2016 14:15:58 +0000 (UTC)	[thread overview]
Message-ID: <1465308933.4ac3f7a926291d9728fc485005447b4d92c1ceac.prometheanfire@gentoo> (raw)

commit:     4ac3f7a926291d9728fc485005447b4d92c1ceac
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 14:15:33 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 14:15:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac3f7a9

dev-python/dogpile-cache: removing old

Package-Manager: portage-2.2.28

 dev-python/dogpile-cache/Manifest                  |  3 --
 .../dogpile-cache/dogpile-cache-0.5.1.ebuild       | 30 ------------------
 .../dogpile-cache/dogpile-cache-0.5.2.ebuild       | 35 ---------------------
 .../dogpile-cache/dogpile-cache-0.5.4.ebuild       | 36 ----------------------
 4 files changed, 104 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest b/dev-python/dogpile-cache/Manifest
index ae4022f..86dc906 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,5 +1,2 @@
-DIST dogpile.cache-0.5.1.tar.gz 169450 SHA256 1f3165222bc23418cb9d3f1a2c9d554a091f412e5bc871ea0c48a19b576d06c0 SHA512 e9b9b8b7caf269cfecc8d333bd04714d908860e1e54720ce3329fae7be14995f8de6f1225e0cf6a782d5ef53ddd3482acc36a3440eb772e03f3d5029faeecc5c WHIRLPOOL ba14fc61604c78af038b6520079bbca1a46a889abebf69305f5722142cd47a45da966d8db64ec24cc7148363a22b109d89e4200087cc235a0721aea94f5c6a2c
-DIST dogpile.cache-0.5.2.tar.gz 173765 SHA256 acdcb69e7eb8421678172fe8709d6d92bf7249022a70e4d7c84316d4e2d1d1b5 SHA512 dcce0e06de4d053e16020ca32f210c79a7eab21b7d09a8041e655940f03e32c91919a26d75114fffa087bc8a33052d5b1b04aeaea92d663ba4237f2990de2f05 WHIRLPOOL 8cec6f397487dbd2d61e1ed0f9b96f08d0f560af2f13b92b819d5fb402616d59a8c1a50aab518c07413af40b9405214ff4b66448912e33839a7a8b9920541b76
-DIST dogpile.cache-0.5.4.tar.gz 185676 SHA256 9eab7a5dc05ad1b6573144c4a2717226b5c38811f9ec29b514e774535a91ea24 SHA512 ae73b8c82745cbde7b46f532e127c044a01e7b85d2e91b5f0a16da51fb9d70d48e2de55278db68f892a9b604e4f32e19a4a73c11393e04b599c8892280f9b5fe WHIRLPOOL 97b6dd6374940f081d60a7eba43844f17f39dbfa6df14ef18e9e8241b844f467126f4ffca3dd284408855d46c7f2299bb24bc9f2715271e2303e440a3b912f95
 DIST dogpile.cache-0.5.7.tar.gz 288083 SHA256 dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956 SHA512 52acc9027577bd254e3c9b88f1e178534ba3b74675b83ad5dcc37443f77e674018123499d0da42d856790c949d7cf0c2070d29110b083ee7e99c4040263cb06c WHIRLPOOL 74f94e870cb8b64ada6b032947804835d10ac952badf8cc10ad9ad066bd3d751aefd7352392da96a076502df46ade5dc5a50da50e45d89ce2221fec3d47a8b46
 DIST dogpile.cache-0.6.1.tar.gz 324046 SHA256 69b52dc56bb52d974e9e9fb2764e1311abcd1fd625de07b4e5c05550ac9b40c0 SHA512 c4743a88688d8f596469f2b3adf0cd862dd32891ae8c50d0c0421a984dfec872cbbecf936f704cf4351ae26b3ab4a26ae3b416f7c7f2ce3c41f8da2c9223178b WHIRLPOOL 3e9d4f8475efd34786f8722a9073cbb434bef8a8f5ada22e0309b143fda2a3909af91d69fb2092f6443a1e4ede9650529afbae2514c1374739582eecf05e1ffc

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild
deleted file mode 100644
index b45f525..0000000
--- a/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="API built on a lock allowing access to expiring values while a single thread generates a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache"
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-		>=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]
-	test? ( dev-python/mock[${PYTHON_USEDEP}]
-		dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-# This time half the doc files are missing; Do you want them?
-
-python_test() {
-	nosetests || die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
deleted file mode 100644
index dedf7eb..0000000
--- a/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="API built on a lock allowing access to expiring values while a single thread generates a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache"
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-		test? ( dev-python/mock[${PYTHON_USEDEP}]
-				dev-python/nose[${PYTHON_USEDEP}]
-				>=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}] )"
-
-# This time half the doc files are missing; Do you want them? toss a coin
-
-python_test() {
-	# crikey. testsuite written for py3, 5 tests fail under py2.7
-	if [[ "${EPYTHON}" != "python2.7" ]]; then
-		nosetests || die "test failed under ${EPYTHON}"
-	else
-		einfo "testsuite restricted for python2.7"
-	fi
-}

diff --git a/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild b/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild
deleted file mode 100644
index 1c06276..0000000
--- a/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="API built on a lock allowing access to expiring values while a single thread generates a new value."
-HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache"
-SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
-S="${WORKDIR}/dogpile.cache-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-		test? ( dev-python/mock[${PYTHON_USEDEP}]
-				dev-python/nose[${PYTHON_USEDEP}]
-				dev-python/mako[${PYTHON_USEDEP}]
-				>=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}] )"
-
-# This time half the doc files are missing; Do you want them? toss a coin
-
-python_test() {
-	# crikey. testsuite written for py3, 5 tests fail under py2.7
-	if [[ "${EPYTHON}" != "python2.7" ]]; then
-		nosetests || die "test failed under ${EPYTHON}"
-	else
-		einfo "testsuite restricted for python2.7"
-	fi
-}


             reply	other threads:[~2016-06-07 14:16 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-07 14:15 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14 18:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/dogpile-cache/ Michał Górny
2024-05-22  9:10 Michał Górny
2024-05-22  9:05 Michał Górny
2024-05-06  8:47 Arthur Zamarin
2024-03-07 16:17 Michał Górny
2024-03-07 16:15 Michał Górny
2024-02-22  5:38 Michał Górny
2024-02-08  4:22 Michał Górny
2024-01-06  9:54 Michał Górny
2024-01-06  9:50 Michał Górny
2023-12-20 15:29 Michał Górny
2023-08-12  2:19 Michał Górny
2023-08-11 19:22 Arthur Zamarin
2023-07-09  3:26 Michał Górny
2023-05-31 19:23 Arthur Zamarin
2023-05-29  4:37 Michał Górny
2023-05-28 19:17 Arthur Zamarin
2023-05-21  4:59 Michał Górny
2023-04-27  3:10 Michał Górny
2022-08-09  5:51 Michał Górny
2022-08-08 19:47 Arthur Zamarin
2022-07-15  7:21 Michał Górny
2022-07-14 20:44 Arthur Zamarin
2022-07-09  8:41 Michał Górny
2022-07-06  5:18 Arthur Zamarin
2022-06-11  5:21 Arthur Zamarin
2022-06-01  1:25 Sam James
2022-05-28 21:12 Jakov Smolić
2022-02-27 18:37 Michał Górny
2022-01-19 22:59 Michał Górny
2021-10-03 19:24 Michał Górny
2021-10-03 18:48 Sam James
2021-09-02 21:00 Michał Górny
2021-06-24  8:20 Michał Górny
2021-06-24  4:26 Agostino Sarubbo
2021-05-21  7:57 Michał Górny
2021-03-02  8:48 Michał Górny
2021-03-02  3:49 Sam James
2021-01-26 21:20 Michał Górny
2020-12-26 22:07 Michał Górny
2020-12-26 22:04 Sam James
2020-12-17  8:48 Michał Górny
2020-12-17  4:00 Sam James
2020-11-23 17:05 Michał Górny
2020-11-15 18:43 Michał Górny
2020-09-18 14:41 Michał Górny
2020-09-08 19:04 Sam James
2020-08-08  5:55 Michał Górny
2020-08-03  7:03 Michał Górny
2020-08-02 19:05 Sam James
2020-07-17  1:52 Sam James
2020-07-08 20:16 Michał Górny
2020-07-08 20:16 Michał Górny
2020-05-02 18:52 Matthew Thode
2020-03-27  7:25 Michał Górny
2018-02-24  5:51 Matt Thode
2017-08-15 20:54 Patrice Clement
2016-06-07 14:13 Matt Thode
2016-03-25  3:53 Matt Thode
2016-03-25  2:42 Matt Thode
2016-02-28  7:15 Matt Thode

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=1465308933.4ac3f7a926291d9728fc485005447b4d92c1ceac.prometheanfire@gentoo \
    --to=prometheanfire@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