summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-24 03:05:41 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-24 03:05:41 +0000
commitb02d44a99ec2da0a5246355b51e1c85406f0c17a (patch)
treeb1a9babf4f83db1007a908a4cd234c4821163731 /dev-python/sqlalchemy-migrate
parentVersion bump (bug #328463). Set SUPPORT_PYTHON_ABIS. (diff)
downloadhistorical-b02d44a99ec2da0a5246355b51e1c85406f0c17a.tar.gz
historical-b02d44a99ec2da0a5246355b51e1c85406f0c17a.tar.bz2
historical-b02d44a99ec2da0a5246355b51e1c85406f0c17a.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/sqlalchemy-migrate')
-rw-r--r--dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild
deleted file mode 100644
index 19afdb0308b2..000000000000
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild,v 1.4 2010/07/09 12:28:58 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="SQLAlchemy Schema Migration Tools"
-HOMEPAGE="http://code.google.com/p/sqlalchemy-migrate/ http://pypi.python.org/pypi/sqlalchemy-migrate"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/decorator
- dev-python/setuptools
- dev-python/sqlalchemy"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="migrate"