commit: 09c61d2da470e86843bc2a8d04725c2a6ad10a3e Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Oct 13 11:29:09 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Oct 13 11:31:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c61d2d
dev-python/rospkg: set proper distutils dep; add py39 Closes: https://bugs.gentoo.org/748243 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-python/rospkg/{rospkg-1.2.8.ebuild => rospkg-1.2.8-r1.ebuild} | 3 ++- dev-python/rospkg/rospkg-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/rospkg/rospkg-1.2.8.ebuild b/dev-python/rospkg/rospkg-1.2.8-r1.ebuild similarity index 94% rename from dev-python/rospkg/rospkg-1.2.8.ebuild rename to dev-python/rospkg/rospkg-1.2.8-r1.ebuild index 9fe2198838e..0b443bc38b9 100644 --- a/dev-python/rospkg/rospkg-1.2.8.ebuild +++ b/dev-python/rospkg/rospkg-1.2.8-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index 9fe2198838e..0b443bc38b9 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" if [ "${PV#9999}" != "${PV}" ] ; then
