diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-05-10 08:33:59 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-05-10 08:33:59 +0000 |
commit | 2cf55283ebc046de4b888e29d71e3dbaed600d90 (patch) | |
tree | 8b934b273c656e3ae362c967025590558ae7554f /dev-python/django-setuptest | |
parent | add new dep, drop py2.6 upport (diff) | |
download | gentoo-2-2cf55283ebc046de4b888e29d71e3dbaed600d90.tar.gz gentoo-2-2cf55283ebc046de4b888e29d71e3dbaed600d90.tar.bz2 gentoo-2-2cf55283ebc046de4b888e29d71e3dbaed600d90.zip |
drop py2.6 add py3.3 py3.4 pypy support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/django-setuptest')
-rw-r--r-- | dev-python/django-setuptest/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/django-setuptest/django-setuptest-0.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/django-setuptest/ChangeLog b/dev-python/django-setuptest/ChangeLog index c904bd3617bd..cc6892e4248f 100644 --- a/dev-python/django-setuptest/ChangeLog +++ b/dev-python/django-setuptest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django-setuptest -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.5 2013/09/10 03:00:22 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.6 2014/05/10 08:33:59 idella4 Exp $ + + 10 May 2014; Ian Delaney <idella4@gentoo.org> django-setuptest-0.1.4.ebuild: + drop py2.6 add py3.3 py3.4 pypy support 10 Sep 2013; Patrick Lauer <patrick@gentoo.org> django-setuptest-0.1.4.ebuild: Whitespace diff --git a/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild b/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild index 44bbdf55a9dd..77f15debc59e 100644 --- a/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild +++ b/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild,v 1.3 2013/09/10 03:00:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/django-setuptest-0.1.4.ebuild,v 1.4 2014/05/10 08:33:59 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 |