Skip to content

Commit

Permalink
devel/ros-rosdistro: Update to 0.9.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
NorwegianRockCat authored and lwhsu committed Jun 24, 2022
1 parent 5a5b61d commit 5d89744
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion devel/ros-rosdistro/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ros-rosdistro
DISTVERSION= 0.8.3
DISTVERSION= 0.9.0
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 5d89744

Please sign in to comment.