summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-03-02 08:27:22 +0000
committerIan Delaney <idella4@gentoo.org>2015-03-02 08:27:22 +0000
commit8d8a0a04c4d38d80e03858f6fb4570d4f28c63bc (patch)
treeacd4da632ee3779c056ed4486bf8362262072012 /dev-python/alembic
parentRemove old (diff)
downloadgentoo-2-8d8a0a04c4d38d80e03858f6fb4570d4f28c63bc.tar.gz
gentoo-2-8d8a0a04c4d38d80e03858f6fb4570d4f28c63bc.tar.bz2
gentoo-2-8d8a0a04c4d38d80e03858f6fb4570d4f28c63bc.zip
remove some old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/alembic')
-rw-r--r--dev-python/alembic/ChangeLog6
-rw-r--r--dev-python/alembic/alembic-0.6.0.ebuild38
-rw-r--r--dev-python/alembic/alembic-0.6.3.ebuild42
-rw-r--r--dev-python/alembic/alembic-0.6.4.ebuild49
4 files changed, 5 insertions, 130 deletions
diff --git a/dev-python/alembic/ChangeLog b/dev-python/alembic/ChangeLog
index 08582af6ca85..b29aec98b0b5 100644
--- a/dev-python/alembic/ChangeLog
+++ b/dev-python/alembic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/alembic
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.15 2015/01/31 05:31:02 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/alembic/ChangeLog,v 1.16 2015/03/02 08:27:22 idella4 Exp $
+
+ 02 Mar 2015; Ian Delaney <idella4@gentoo.org> -alembic-0.6.0.ebuild,
+ -alembic-0.6.3.ebuild, -alembic-0.6.4.ebuild:
+ remove some old
*alembic-0.7.4 (31 Jan 2015)
diff --git a/dev-python/alembic/alembic-0.6.0.ebuild b/dev-python/alembic/alembic-0.6.0.ebuild
deleted file mode 100644
index c4b1226a1197..000000000000
--- a/dev-python/alembic/alembic-0.6.0.ebuild
+++ /dev/null
@@ -1,38 +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/alembic/alembic-0.6.0.ebuild,v 1.3 2014/07/06 12:36:26 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
-HOMEPAGE="https://bitbucket.org/zzzeek/alembic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test doc"
-
-RDEPEND=">=dev-python/sqlalchemy-0.7.9
- dev-python/mako"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/. )
-
- distutils-r1_python_install_all
-}
-
-python_test() {
- cp -r test.cfg tests "${BUILD_DIR}" || die
- cd "${BUILD_DIR}" || die
- if [[ ${EPYTHON} == python3* ]]; then
- 2to3 -w -n tests || die
- fi
- nosetests || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/alembic/alembic-0.6.3.ebuild b/dev-python/alembic/alembic-0.6.3.ebuild
deleted file mode 100644
index 407c8b74e746..000000000000
--- a/dev-python/alembic/alembic-0.6.3.ebuild
+++ /dev/null
@@ -1,42 +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/alembic/alembic-0.6.3.ebuild,v 1.3 2014/07/06 12:36:26 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-#RESTRICT="test" # 501362
-
-inherit distutils-r1
-
-DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
-HOMEPAGE="https://bitbucket.org/zzzeek/alembic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test doc"
-
-RDEPEND=">=dev-python/sqlalchemy-0.7.3[${PYTHON_USEDEP}]
- dev-python/mako[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- ~dev-python/sqlalchemy-0.8.2[${PYTHON_USEDEP}] )"
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/. )
-
- distutils-r1_python_install_all
-}
-
-python_test() {
- cp -r test.cfg tests "${BUILD_DIR}" || die
- cd "${BUILD_DIR}" || die
- if [[ ${EPYTHON} == python3* ]]; then
- 2to3 -w -n tests || die
- fi
- nosetests || die "Testing failed with ${EPYTHON}"
-}
diff --git a/dev-python/alembic/alembic-0.6.4.ebuild b/dev-python/alembic/alembic-0.6.4.ebuild
deleted file mode 100644
index 47602fe38c06..000000000000
--- a/dev-python/alembic/alembic-0.6.4.ebuild
+++ /dev/null
@@ -1,49 +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/alembic/alembic-0.6.4.ebuild,v 1.2 2014/07/06 12:36:26 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"
-HOMEPAGE="https://bitbucket.org/zzzeek/alembic"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test doc"
-
-# requires.txt cites 'SQLAlchemy>=0.7.3' which is really both old and silly
-# because it shatters the testsuite. If 'someone' cares to adhere to correct form
-# and edit to -0.7.3, feel free, and then pick up the pieces.
-RDEPEND=">=dev-python/sqlalchemy-0.8.4[${PYTHON_USEDEP}]
- dev-python/mako[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}] )"
-# For test phase
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_prepare_all() {
- # suite passes all if run from source. The residual fail & error are quite erroneous
- sed -e 's:class SourcelessVersioningTest(VersioningTest):#&:' \
- -e 's:sourceless = True:#&:' \
- -e 's:test_needs_flag:_&:' \
- -i tests/test_versioning.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- nosetests tests || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/. )
-
- distutils-r1_python_install_all
-}