diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-22 14:20:35 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-22 14:20:35 +0000 |
commit | 7be09eb1721e39d0a5b8f374b9c3e9778d35f102 (patch) | |
tree | 5c8098bbbb3bb77f627b22f874dfa5a62b4fec8f /dev-python | |
parent | Convert to distutils-r1. (diff) | |
download | gentoo-2-7be09eb1721e39d0a5b8f374b9c3e9778d35f102.tar.gz gentoo-2-7be09eb1721e39d0a5b8f374b9c3e9778d35f102.tar.bz2 gentoo-2-7be09eb1721e39d0a5b8f374b9c3e9778d35f102.zip |
drop py3 support, found to be not py3 ready, cross tested by Arfrever
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
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 |