* Bump to EAPI 6
* Add 'bugs-to' to metadata.xml
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4168
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
python_test() {
# The tests need an interactive terminal
<upstream>
<remote-id type="pypi">blessings</remote-id>
<remote-id type="github">erikrose/blessings</remote-id>
+ <bugs-to>https://github.com/erikrose/blessings/issues</bugs-to>
</upstream>
</pkgmetadata>