summaryrefslogtreecommitdiff
path: root/dev-util/wstool
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-util/wstool
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-util/wstool')
-rw-r--r--dev-util/wstool/Manifest4
-rw-r--r--dev-util/wstool/wstool-0.1.18.ebuild10
-rw-r--r--dev-util/wstool/wstool-9999.ebuild10
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-util/wstool/Manifest b/dev-util/wstool/Manifest
index a7f5cd6640d3..ce2da0c83e37 100644
--- a/dev-util/wstool/Manifest
+++ b/dev-util/wstool/Manifest
@@ -1,4 +1,4 @@
DIST wstool-0.1.18.tar.gz 80595 BLAKE2B ed90fc5c63ab5d775dfb49ddacc6da6e285aeb5078cf471c0d504659a9e322fde27797e4d05fd56dff4b9958558200cf05e46cf7ae71fd1231ab63048e668808 SHA512 fda9c679183c605048ed024a57b07fd2d9b644978a3e4ff89c3716b74d8e4ba0124779bcdf88a75fdbbf47c765b7ab63db7c84a55a6e1744fc6f955649590c48
-EBUILD wstool-0.1.18.ebuild 1435 BLAKE2B ea801c5cf49ec2fe7bfee00e62301e28894035f40cb203333745ed39fc3b89e5f250f7a3f7870b1264487f48408401882a3cc60f04a55657ed8d150aa4511bee SHA512 5755d6da684f577894f72b2e59f860487a90a8c8f4ee32a6cbb5fa973fe5ba95484c8b16c097588643a9314f3971cb7487f050cadc640d760e3c2b900a62826b
-EBUILD wstool-9999.ebuild 1435 BLAKE2B ea801c5cf49ec2fe7bfee00e62301e28894035f40cb203333745ed39fc3b89e5f250f7a3f7870b1264487f48408401882a3cc60f04a55657ed8d150aa4511bee SHA512 5755d6da684f577894f72b2e59f860487a90a8c8f4ee32a6cbb5fa973fe5ba95484c8b16c097588643a9314f3971cb7487f050cadc640d760e3c2b900a62826b
+EBUILD wstool-0.1.18.ebuild 1452 BLAKE2B 8a1ccd2a4862990db1554772d80c1f596c42ddf9c12ec328d43544f9fcb2393b3cfc9e53c3ec43241962e3d7c1dba2753423ba97da9c3c2d07a6de4605a88f7f SHA512 5fca6659a26a6f700c0d035703c8e6d0572bb5b7c9bd5a4530ea6c96308e735bcd7e03552a11ef52172980ba516e2df3c2f1dd4597b31f191be44a1d4364733f
+EBUILD wstool-9999.ebuild 1452 BLAKE2B 8a1ccd2a4862990db1554772d80c1f596c42ddf9c12ec328d43544f9fcb2393b3cfc9e53c3ec43241962e3d7c1dba2753423ba97da9c3c2d07a6de4605a88f7f SHA512 5fca6659a26a6f700c0d035703c8e6d0572bb5b7c9bd5a4530ea6c96308e735bcd7e03552a11ef52172980ba516e2df3c2f1dd4597b31f191be44a1d4364733f
MISC metadata.xml 329 BLAKE2B ffdb449cef2fa449771425241f9a03b49d915bed8abc73329586e9a2873e41ac669e4a347ed6f2cabc92b7132a741d5fcc79f13a9d900f7fced17fba322c460c SHA512 7bedf1430c3a2e5a8c98701ef48ce3a97ac59bebe3d42e19da193480c97ef0b2020916c7582f4083ebbf361b5c66b17ad1bfa7889e8aa62d3c945ba8dcf5b62f
diff --git a/dev-util/wstool/wstool-0.1.18.ebuild b/dev-util/wstool/wstool-0.1.18.ebuild
index 41972a54bea4..c6a9c3fd8897 100644
--- a/dev-util/wstool/wstool-0.1.18.ebuild
+++ b/dev-util/wstool/wstool-0.1.18.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=( python{3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
@@ -13,7 +13,7 @@ fi
inherit ${SCM} distutils-r1
DESCRIPTION="Commands to manage several local SCM repositories for ROS"
-HOMEPAGE="http://wiki.ros.org/wstool"
+HOMEPAGE="https://wiki.ros.org/wstool"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
KEYWORDS=""
@@ -34,7 +34,6 @@ RDEPEND="
>=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
- dev-python/sphinx
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
@@ -44,6 +43,9 @@ DEPEND="${RDEPEND}
dev-vcs/subversion
)
"
+BDEPEND="
+ dev-python/sphinx
+"
DISTUTILS_IN_SOURCE_BUILD="yes"
diff --git a/dev-util/wstool/wstool-9999.ebuild b/dev-util/wstool/wstool-9999.ebuild
index 41972a54bea4..c6a9c3fd8897 100644
--- a/dev-util/wstool/wstool-9999.ebuild
+++ b/dev-util/wstool/wstool-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=( python{3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
@@ -13,7 +13,7 @@ fi
inherit ${SCM} distutils-r1
DESCRIPTION="Commands to manage several local SCM repositories for ROS"
-HOMEPAGE="http://wiki.ros.org/wstool"
+HOMEPAGE="https://wiki.ros.org/wstool"
if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
KEYWORDS=""
@@ -34,7 +34,6 @@ RDEPEND="
>=dev-python/vcstools-0.1.38[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
- dev-python/sphinx
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
@@ -44,6 +43,9 @@ DEPEND="${RDEPEND}
dev-vcs/subversion
)
"
+BDEPEND="
+ dev-python/sphinx
+"
DISTUTILS_IN_SOURCE_BUILD="yes"