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
This commit is contained in:
parent
5a5b61d828
commit
5d897448a3
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue