diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:35:52 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:58:33 +0200 |
commit | 28d382db3659cfce5692a8ae4abb13dd9e0cacc2 (patch) | |
tree | 7dbb0352ca8e174795d351517866754e5cad18a1 /dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild | |
parent | dev-python/sphinxcontrib-doxylink: bump to 1.6.1 (diff) | |
download | gentoo-28d382db3659cfce5692a8ae4abb13dd9e0cacc2.tar.gz gentoo-28d382db3659cfce5692a8ae4abb13dd9e0cacc2.tar.bz2 gentoo-28d382db3659cfce5692a8ae4abb13dd9e0cacc2.zip |
dev-util/rosinstall_generator: bump to 0.1.22
add py37/38
fix tests
Closes: https://bugs.gentoo.org/683396
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild')
-rw-r--r-- | dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild index 2b89625c44ca..5f551895c577 100644 --- a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild +++ b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python3_6 pypy3 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then @@ -35,6 +35,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" +PATCHES=( "${FILESDIR}/yaml.patch" ) python_test() { nosetests --with-coverage || die |