diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-11-29 14:27:23 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-11-29 14:27:23 +0000 |
commit | 1e14cfb5d964a4927161ea25d495383e183fec43 (patch) | |
tree | 8bb0975030f882e04e49faa6902f6cb3ba4c637b /dev-python/manuel | |
parent | Version bump (bug #531140) (diff) | |
download | gentoo-2-1e14cfb5d964a4927161ea25d495383e183fec43.tar.gz gentoo-2-1e14cfb5d964a4927161ea25d495383e183fec43.tar.bz2 gentoo-2-1e14cfb5d964a4927161ea25d495383e183fec43.zip |
clean old python impls, tidy
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/manuel')
-rw-r--r-- | dev-python/manuel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/manuel/manuel-1.7.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/manuel/ChangeLog b/dev-python/manuel/ChangeLog index 66fcdfc9ebb1..cc040d400f41 100644 --- a/dev-python/manuel/ChangeLog +++ b/dev-python/manuel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/manuel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.13 2014/11/25 09:23:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.14 2014/11/29 14:27:23 idella4 Exp $ + + 29 Nov 2014; Ian Delaney <idella4@gentoo.org> manuel-1.7.1.ebuild: + clean old python impls, tidy 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> manuel-1.7.1.ebuild: Support python 3.4 diff --git a/dev-python/manuel/manuel-1.7.1.ebuild b/dev-python/manuel/manuel-1.7.1.ebuild index 2cdeecf54210..3e6dd54b0120 100644 --- a/dev-python/manuel/manuel-1.7.1.ebuild +++ b/dev-python/manuel/manuel-1.7.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild,v 1.8 2014/11/25 09:23:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.7.1.ebuild,v 1.9 2014/11/29 14:27:23 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} python{3_2,3_3,3_4} pypy pypy2_0 ) -inherit distutils-r1 eutils +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 DESCRIPTION="Manuel lets you build tested documentation" HOMEPAGE="https://github.com/benji-york/manuel/ http://pypi.python.org/pypi/manuel" |