diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sqlalchemy-migrate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/sqlalchemy-migrate/ChangeLog b/dev-python/sqlalchemy-migrate/ChangeLog index 570b717c68ef..f7aef4371848 100644 --- a/dev-python/sqlalchemy-migrate/ChangeLog +++ b/dev-python/sqlalchemy-migrate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sqlalchemy-migrate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.36 2014/10/20 17:21:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/ChangeLog,v 1.37 2014/10/22 14:20:35 idella4 Exp $ + + 22 Oct 2014; Ian Delaney <idella4@gentoo.org> sqlalchemy-migrate-0.9.2.ebuild: + drop py3 support, found to be not py3 ready, cross tested by Arfrever 20 Oct 2014; Jeroen Roovers <jer@gentoo.org> sqlalchemy-migrate-0.9.2.ebuild: Marked ~hppa (bug #525246). diff --git a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild index 3005e89eb06c..79ff1158c400 100644 --- a/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild +++ b/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 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.9.2.ebuild,v 1.2 2014/10/20 17:21:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy-migrate/sqlalchemy-migrate-0.9.2.ebuild,v 1.3 2014/10/22 14:20:35 idella4 Exp $ EAPI=5 -# py3 has a syntax error X2 output @ install however it is non fatal -PYTHON_COMPAT=( python2_7 python3_3 ) +# py3 has a syntax errors. On testing it is underdone +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |