summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-02-20 11:23:56 +0000
committerJustin Lecher <jlec@gentoo.org>2015-02-20 11:23:56 +0000
commitc9e005e903955ab2c226ee7c260af51a3475b6c4 (patch)
treeb95e01b610c10720e3355105f0f08b88e2e7eb18 /dev-python/pytools
parentStable for x86, wrt bug #540254 (diff)
downloadgentoo-2-c9e005e903955ab2c226ee7c260af51a3475b6c4.tar.gz
gentoo-2-c9e005e903955ab2c226ee7c260af51a3475b6c4.tar.bz2
gentoo-2-c9e005e903955ab2c226ee7c260af51a3475b6c4.zip
Drop old
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/pytools')
-rw-r--r--dev-python/pytools/ChangeLog10
-rw-r--r--dev-python/pytools/pytools-2013.5.6.ebuild29
-rw-r--r--dev-python/pytools/pytools-2013.5.7.ebuild28
-rw-r--r--dev-python/pytools/pytools-2014.1.2.ebuild28
-rw-r--r--dev-python/pytools/pytools-2014.2.1.ebuild28
-rw-r--r--dev-python/pytools/pytools-2014.3.1.ebuild28
-rw-r--r--dev-python/pytools/pytools-2014.3.2.ebuild29
-rw-r--r--dev-python/pytools/pytools-2014.3.4.ebuild29
-rw-r--r--dev-python/pytools/pytools-2014.3.ebuild28
9 files changed, 8 insertions, 229 deletions
diff --git a/dev-python/pytools/ChangeLog b/dev-python/pytools/ChangeLog
index 566b35501e0a..38210a7927f8 100644
--- a/dev-python/pytools/ChangeLog
+++ b/dev-python/pytools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pytools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/ChangeLog,v 1.29 2014/12/01 09:24:36 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/ChangeLog,v 1.30 2015/02/20 11:23:56 jlec Exp $
+
+ 20 Feb 2015; Justin Lecher <jlec@gentoo.org> -pytools-2013.5.6.ebuild,
+ -pytools-2013.5.7.ebuild, -pytools-2014.1.2.ebuild, -pytools-2014.2.1.ebuild,
+ -pytools-2014.3.1.ebuild, -pytools-2014.3.2.ebuild, -pytools-2014.3.4.ebuild,
+ -pytools-2014.3.ebuild:
+ Drop old
*pytools-2014.3.5 (01 Dec 2014)
diff --git a/dev-python/pytools/pytools-2013.5.6.ebuild b/dev-python/pytools/pytools-2013.5.6.ebuild
deleted file mode 100644
index 4973ebd3ed53..000000000000
--- a/dev-python/pytools/pytools-2013.5.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2013.5.6.ebuild,v 1.2 2013/09/05 18:46:05 mgorny Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pytools/pytools-2013.5.7.ebuild b/dev-python/pytools/pytools-2013.5.7.ebuild
deleted file mode 100644
index 856bd2f5b5b7..000000000000
--- a/dev-python/pytools/pytools-2013.5.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2013.5.7.ebuild,v 1.1 2013/11/23 08:43:53 jlec Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pytools/pytools-2014.1.2.ebuild b/dev-python/pytools/pytools-2014.1.2.ebuild
deleted file mode 100644
index e82e226c21de..000000000000
--- a/dev-python/pytools/pytools-2014.1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2014.1.2.ebuild,v 1.1 2014/02/24 07:12:42 jlec Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pytools/pytools-2014.2.1.ebuild b/dev-python/pytools/pytools-2014.2.1.ebuild
deleted file mode 100644
index 543097918686..000000000000
--- a/dev-python/pytools/pytools-2014.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2014.2.1.ebuild,v 1.1 2014/06/02 06:30:51 jlec Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pytools/pytools-2014.3.1.ebuild b/dev-python/pytools/pytools-2014.3.1.ebuild
deleted file mode 100644
index e0086cbc4100..000000000000
--- a/dev-python/pytools/pytools-2014.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2014.3.1.ebuild,v 1.1 2014/10/06 07:34:39 jlec Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pytools/pytools-2014.3.2.ebuild b/dev-python/pytools/pytools-2014.3.2.ebuild
deleted file mode 100644
index 018a8179297a..000000000000
--- a/dev-python/pytools/pytools-2014.3.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2014.3.2.ebuild,v 1.1 2014/11/17 09:42:00 jlec Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
- >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pytools/pytools-2014.3.4.ebuild b/dev-python/pytools/pytools-2014.3.4.ebuild
deleted file mode 100644
index 4d8abd7a5c0c..000000000000
--- a/dev-python/pytools/pytools-2014.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2014.3.4.ebuild,v 1.1 2014/11/24 08:10:00 jlec Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
- >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/pytools/pytools-2014.3.ebuild b/dev-python/pytools/pytools-2014.3.ebuild
deleted file mode 100644
index 83814b957966..000000000000
--- a/dev-python/pytools/pytools-2014.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytools/pytools-2014.3.ebuild,v 1.1 2014/07/01 06:31:52 jlec Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}