diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 13:10:48 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 13:10:48 +0000 |
commit | 5da984f9221e1c2c0ea3b65040abe4c67c9ba227 (patch) | |
tree | 541232d4080792065a7d721f5cb86a5509e8904b /dev-python/webassets | |
parent | Drop jruby target. (diff) | |
download | gentoo-2-5da984f9221e1c2c0ea3b65040abe4c67c9ba227.tar.gz gentoo-2-5da984f9221e1c2c0ea3b65040abe4c67c9ba227.tar.bz2 gentoo-2-5da984f9221e1c2c0ea3b65040abe4c67c9ba227.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/webassets')
-rw-r--r-- | dev-python/webassets/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webassets/webassets-0.10.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webassets/ChangeLog b/dev-python/webassets/ChangeLog index 9a52432395b9..542cc1a58e0a 100644 --- a/dev-python/webassets/ChangeLog +++ b/dev-python/webassets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webassets # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/ChangeLog,v 1.1 2014/09/30 04:48:19 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/ChangeLog,v 1.2 2014/11/25 13:10:48 pacho Exp $ + + 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> webassets-0.10.1.ebuild: + Support python 3.4 *webassets-0.10.1 (30 Sep 2014) diff --git a/dev-python/webassets/webassets-0.10.1.ebuild b/dev-python/webassets/webassets-0.10.1.ebuild index 2cb7992ef815..eb132bd6c7d3 100644 --- a/dev-python/webassets/webassets-0.10.1.ebuild +++ b/dev-python/webassets/webassets-0.10.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild,v 1.1 2014/09/30 04:48:19 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild,v 1.2 2014/11/25 13:10:48 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Asset management for Python web development" |