summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-09 12:28:58 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-09 12:28:58 +0000
commit8cbd06bee73b40dafb0e9283e5dcd08b5bfb9e2e (patch)
treeddecfa2faa3f170528b03e92db7487f184e64aef /dev-python/sqlalchemy-migrate
parentDrop hppa keywords and old versions per bug 324511 (diff)
downloadgentoo-2-8cbd06bee73b40dafb0e9283e5dcd08b5bfb9e2e.tar.gz
gentoo-2-8cbd06bee73b40dafb0e9283e5dcd08b5bfb9e2e.tar.bz2
gentoo-2-8cbd06bee73b40dafb0e9283e5dcd08b5bfb9e2e.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/sqlalchemy-migrate')
-rw-r--r--dev-python/sqlalchemy-migrate/ChangeLog8
-rw-r--r--dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild23
2 files changed, 19 insertions, 12 deletions
diff --git a/dev-python/sqlalchemy-migrate/ChangeLog b/dev-python/sqlalchemy-migrate/ChangeLog
index fcaa51c167e2..f9a0f254355a 100644
--- a/dev-python/sqlalchemy-migrate/ChangeLog
+++ b/dev-python/sqlalchemy-migrate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/sqlalchemy-migrate
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.2 2009/07/16 14:31:48 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.3 2010/07/09 12:28:58 arfrever Exp $
+
+ 09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ sqlalchemy-migrate-0.5.4.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
16 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
sqlalchemy-migrate-0.5.4.ebuild:
diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild
index 583560da7f8b..19afdb0308b2 100644
--- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild
+++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.5.4.ebuild
@@ -1,23 +1,26 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.3 2009/07/16 15:42:34 mr_bones_ Exp $
+# $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="2"
-
-NEED_PYTHON=2.4
+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/"
+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"
-IUSE=""
KEYWORDS="~amd64 ~x86"
+IUSE=""
-RDEPEND="dev-python/sqlalchemy
- dev-python/decorator"
+DEPEND="dev-python/decorator
+ dev-python/setuptools
+ dev-python/sqlalchemy"
+RDEPEND="${DEPEND}"
-DEPEND="dev-python/setuptools"
+PYTHON_MODNAME="migrate"