diff options
author | 2015-06-03 08:45:39 +0000 | |
---|---|---|
committer | 2015-06-03 08:45:39 +0000 | |
commit | 3649e14a31b7e401c24032e4bc4955e6155af65c (patch) | |
tree | eb902f7930578c5f111685a5e4657dfc226d7096 | |
parent | Version Bump; drop old (diff) | |
download | gentoo-2-3649e14a31b7e401c24032e4bc4955e6155af65c.tar.gz gentoo-2-3649e14a31b7e401c24032e4bc4955e6155af65c.tar.bz2 gentoo-2-3649e14a31b7e401c24032e4bc4955e6155af65c.zip |
Version Bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
-rw-r--r-- | dev-python/humanfriendly/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/humanfriendly/humanfriendly-1.26.ebuild | 26 | ||||
-rw-r--r-- | dev-python/humanfriendly/metadata.xml | 3 |
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-python/humanfriendly/ChangeLog b/dev-python/humanfriendly/ChangeLog index 8036c98a4578..110d0013906f 100644 --- a/dev-python/humanfriendly/ChangeLog +++ b/dev-python/humanfriendly/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/humanfriendly # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/humanfriendly/ChangeLog,v 1.1 2015/05/29 11:07:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/humanfriendly/ChangeLog,v 1.2 2015/06/03 08:45:39 jlec Exp $ + +*humanfriendly-1.26 (03 Jun 2015) + + 03 Jun 2015; Justin Lecher <jlec@gentoo.org> +humanfriendly-1.26.ebuild, + metadata.xml: + Version Bump *humanfriendly-1.25 (29 May 2015) diff --git a/dev-python/humanfriendly/humanfriendly-1.26.ebuild b/dev-python/humanfriendly/humanfriendly-1.26.ebuild new file mode 100644 index 000000000000..e29981246c3c --- /dev/null +++ b/dev-python/humanfriendly/humanfriendly-1.26.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/humanfriendly/humanfriendly-1.26.ebuild,v 1.1 2015/06/03 08:45:39 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} ) + +inherit distutils-r1 + +DESCRIPTION="Human friendly output for text interfaces using Python" +HOMEPAGE="https://pypi.python.org/pypi/humanfriendly https://humanfriendly.readthedocs.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + esetup.py test || die +} diff --git a/dev-python/humanfriendly/metadata.xml b/dev-python/humanfriendly/metadata.xml index ce97c3a01b30..e5e0d4ae6124 100644 --- a/dev-python/humanfriendly/metadata.xml +++ b/dev-python/humanfriendly/metadata.xml @@ -6,4 +6,7 @@ <email>jlec@gentoo.org</email> <name>Justin Lecher</name> </maintainer> + <upstream> + <remote-id type="pypi">humanfriendly</remote-id> + </upstream> </pkgmetadata> |