diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-04-30 13:00:12 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-04-30 13:00:12 +0000 |
commit | b82f284af41e0c3b2387abddc127626bfed9f023 (patch) | |
tree | 6648f58096588c5ce91e419ba828a5f3c4d585ed /dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild | |
parent | x11-terms/terminator: Version Bump (diff) | |
download | gentoo-2-b82f284af41e0c3b2387abddc127626bfed9f023.tar.gz gentoo-2-b82f284af41e0c3b2387abddc127626bfed9f023.tar.bz2 gentoo-2-b82f284af41e0c3b2387abddc127626bfed9f023.zip |
0.7.10, correct install phase. 0.8.0; Add py3, pypy support in exchange of dropping IUSE firebird mssql mysql postgres, dep list adjusted accordingly, -fno-strict-aliasing set excluded for py3, python_test adjusted accordingly, install phase reduced using vars, postinst added offsetting dropping use flags & informing user via elog && has_version
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild')
-rw-r--r-- | dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild b/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild index 5bb6e473a3ca..d6b9ba80ba8a 100644 --- a/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.2 2013/02/27 20:22:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.3 2013/04/30 13:00:12 idella4 Exp $ EAPI=5 # py3 appears underdone, @@ -54,7 +54,7 @@ python_test() { "${PYTHON}" sqla_nose.py || die } -src_install_all() { +python_install_all() { if use doc; then pushd doc > /dev/null rm -fr build |