summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 08:05:30 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 08:05:30 +0000
commit07106d18392be60027e6b41a25577097dd452996 (patch)
treee77c2f0b9a7bf3bc000411b9d46a5b5beb770d40 /dev-python/cached-property
parentAdd missing deps, bug #545472 (diff)
downloadgentoo-2-07106d18392be60027e6b41a25577097dd452996.tar.gz
gentoo-2-07106d18392be60027e6b41a25577097dd452996.tar.bz2
gentoo-2-07106d18392be60027e6b41a25577097dd452996.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/cached-property')
-rw-r--r--dev-python/cached-property/ChangeLog7
-rw-r--r--dev-python/cached-property/cached-property-0.1.5.ebuild4
-rw-r--r--dev-python/cached-property/cached-property-1.0.0.ebuild4
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/cached-property/ChangeLog b/dev-python/cached-property/ChangeLog
index 9d8b469b11c5..665131bb0eb1 100644
--- a/dev-python/cached-property/ChangeLog
+++ b/dev-python/cached-property/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/cached-property
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/ChangeLog,v 1.2 2015/02/13 21:41:42 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/ChangeLog,v 1.3 2015/04/08 08:04:55 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> cached-property-0.1.5.ebuild,
+ cached-property-1.0.0.ebuild:
+ Drop old Python implementations
*cached-property-1.0.0 (13 Feb 2015)
@@ -12,4 +16,3 @@
05 Feb 2015; Cédric Krier <cedk@gentoo.org> +cached-property-0.1.5.ebuild,
+metadata.xml:
New ebuild for cached-property
-
diff --git a/dev-python/cached-property/cached-property-0.1.5.ebuild b/dev-python/cached-property/cached-property-0.1.5.ebuild
index f8d7ac2f74de..2614a546b782 100644
--- a/dev-python/cached-property/cached-property-0.1.5.ebuild
+++ b/dev-python/cached-property/cached-property-0.1.5.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/cached-property-0.1.5.ebuild,v 1.1 2015/02/05 17:40:43 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/cached-property-0.1.5.ebuild,v 1.2 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
diff --git a/dev-python/cached-property/cached-property-1.0.0.ebuild b/dev-python/cached-property/cached-property-1.0.0.ebuild
index 5c41af82d247..61714cfe3740 100644
--- a/dev-python/cached-property/cached-property-1.0.0.ebuild
+++ b/dev-python/cached-property/cached-property-1.0.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/cached-property-1.0.0.ebuild,v 1.1 2015/02/13 21:41:42 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/cached-property-1.0.0.ebuild,v 1.2 2015/04/08 08:04:55 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1