commit: 1c69c7e264b8717aa1ef5f817cc269b1c12ee285 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 15:41:39 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 16:56:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c69c7e2
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 <AT> gentoo.org> dev-python/shortuuid/metadata.xml | 2 ++ 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 3a8c0a3..31825f3 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 a746f39..652f0fd 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
