diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-04-16 17:41:39 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-17 00:56:25 +0800 |
commit | 1c69c7e264b8717aa1ef5f817cc269b1c12ee285 (patch) | |
tree | 85501001319852b3a51b467d966135518e0db6fc /dev-python/shortuuid | |
parent | net-misc/openntpd: Bump to 5.9_p1 (diff) | |
download | gentoo-1c69c7e264b8717aa1ef5f817cc269b1c12ee285.tar.gz gentoo-1c69c7e264b8717aa1ef5f817cc269b1c12ee285.tar.bz2 gentoo-1c69c7e264b8717aa1ef5f817cc269b1c12ee285.zip |
dev-python/shortuuid: add Python 3.5 support
add sub tags "remote-id" & "bugs-to" under tag <upstream> in metadata.xml
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1278
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-python/shortuuid')
-rw-r--r-- | dev-python/shortuuid/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/shortuuid/shortuuid-0.4.3.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/shortuuid/metadata.xml b/dev-python/shortuuid/metadata.xml index 3a8c0a321199..31825f366c26 100644 --- a/dev-python/shortuuid/metadata.xml +++ b/dev-python/shortuuid/metadata.xml @@ -8,5 +8,7 @@ <longdescription>A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers.</longdescription> <upstream> <remote-id type="pypi">shortuuid</remote-id> + <remote-id type="github">stochastic-technologies/shortuuid</remote-id> + <bugs-to>https://github.com/stochastic-technologies/shortuuid/issues</bugs-to> </upstream> </pkgmetadata> diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild index a746f39b1894..652f0fdbe237 100644 --- a/dev-python/shortuuid/shortuuid-0.4.3.ebuild +++ b/dev-python/shortuuid/shortuuid-0.4.3.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 |