aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Schulz <trenton@norwegianrockcat.com>2022-06-24 05:14:17 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-06-24 05:14:17 +0000
commit5d897448a3452e77909a7a248b9b6c9b82f33a3e (patch)
tree6fd7e79955c357f831db0f53516f4a9335400674
parent5a5b61d828cd2dce4ef6ec2c33c4622780653f75 (diff)
downloadports-5d897448a3452e77909a7a248b9b6c9b82f33a3e.tar.gz
ports-5d897448a3452e77909a7a248b9b6c9b82f33a3e.zip
devel/ros-rosdistro: Update to 0.9.0
Release notes: https://github.com/ros-infrastructure/rosdistro/blob/0.9.0/CHANGELOG.rst The main changes are mostly meta changes, tests run with pytest and unittest.mock instead of nose and the release distributions are updated. I've added this in since nose wasn't a TEST_DEPENDS earlier. Also Python 2.7 support is fully removed. PR: 264849
-rw-r--r--devel/ros-rosdistro/Makefile5
-rw-r--r--devel/ros-rosdistro/distinfo6
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/ros-rosdistro/Makefile b/devel/ros-rosdistro/Makefile
index e1f0b31d1d1e..e2fca00a8e34 100644
--- a/devel/ros-rosdistro/Makefile
+++ b/devel/ros-rosdistro/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ros-rosdistro
-DISTVERSION= 0.8.3
+DISTVERSION= 0.9.0
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ros-catkin_pkg>=0.4.0:devel/ros-catkin_pkg@$
${PYTHON_PKGNAMEPREFIX}ros-rospkg>=1:devel/ros-rospkg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3:devel/py-yaml@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}unittest2pytest>0:devel/py-unittest2pytest@${PY_FLAVOR}
+
USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
diff --git a/devel/ros-rosdistro/distinfo b/devel/ros-rosdistro/distinfo
index 3a353f34469e..fe0933b7cc7b 100644
--- a/devel/ros-rosdistro/distinfo
+++ b/devel/ros-rosdistro/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653724801
-SHA256 (ros-infrastructure-rosdistro-0.8.3_GH0.tar.gz) = ecdf3fc85a1aced74950d8bf8946509d841aa846277789c037ac38e11ed67e2e
-SIZE (ros-infrastructure-rosdistro-0.8.3_GH0.tar.gz) = 61665
+TIMESTAMP = 1655986223
+SHA256 (ros-infrastructure-rosdistro-0.9.0_GH0.tar.gz) = b49d9c3c65cc1dff3b56ba61559d70439597417491e1525e4e314f15503517f9
+SIZE (ros-infrastructure-rosdistro-0.9.0_GH0.tar.gz) = 62228