diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-05-26 04:53:25 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-05-26 04:53:25 +0000 |
commit | 6916876874da554d128ae91d119ccf6642b2e28e (patch) | |
tree | 1ba98177a627e728f1675ddf8528c9a1ac7c4801 /dev-python/rdflib | |
parent | bump; drop py2.6 pypy due to the 'share' in PyPy prefix issue, add py3.4 supp... (diff) | |
download | gentoo-2-6916876874da554d128ae91d119ccf6642b2e28e.tar.gz gentoo-2-6916876874da554d128ae91d119ccf6642b2e28e.tar.bz2 gentoo-2-6916876874da554d128ae91d119ccf6642b2e28e.zip |
take out py3.4 to fix bug #510996
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/rdflib')
-rw-r--r-- | dev-python/rdflib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rdflib/rdflib-4.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/rdflib/ChangeLog b/dev-python/rdflib/ChangeLog index c069fc25d8aa..712143087a26 100644 --- a/dev-python/rdflib/ChangeLog +++ b/dev-python/rdflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rdflib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.43 2014/05/20 13:05:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.44 2014/05/26 04:53:25 idella4 Exp $ + + 26 May 2014; Ian Delaney <idella4@gentoo.org> rdflib-4.1.2.ebuild: + take out py3.4 to fix bug #510996 20 May 2014; Ian Delaney <idella4@gentoo.org> rdflib-4.1.2.ebuild: drop py2.6 add py3.4 support, update test phase diff --git a/dev-python/rdflib/rdflib-4.1.2.ebuild b/dev-python/rdflib/rdflib-4.1.2.ebuild index e14413ba452b..e3a682c32d6b 100644 --- a/dev-python/rdflib/rdflib-4.1.2.ebuild +++ b/dev-python/rdflib/rdflib-4.1.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/rdflib/rdflib-4.1.2.ebuild,v 1.2 2014/05/20 13:05:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.3 2014/05/26 04:53:25 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) PYTHON_REQ_USE="sqlite?" DISTUTILS_NO_PARALLEL_BUILD=true # The usual required for tests |