git: 5d897448a345 - main - devel/ros-rosdistro: Update to 0.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jun 2022 05:16:33 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d897448a3452e77909a7a248b9b6c9b82f33a3e
commit 5d897448a3452e77909a7a248b9b6c9b82f33a3e
Author: Trenton Schulz <trenton@norwegianrockcat.com>
AuthorDate: 2022-06-24 05:14:17 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-06-24 05:14:17 +0000
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
---
devel/ros-rosdistro/Makefile | 5 ++++-
devel/ros-rosdistro/distinfo | 6 +++---
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