Skip to content
Snippets Groups Projects
Commit fa316da2 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/py-rospkg] Update to 1.0.7, update Makefile

py-rospkg is not available from the same repositories as the rest of ros-base,
so use a standard Makefile for fetching it from github.org/ros

While here, update to 1.0.7 (changes unknown).
parent fb31590d
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@
# Created: Anthony Mallet on Sun, 15 Jul 2012
#
ROS_VERSION= 1.0.6
ROS_COMMIT= 88888b7
ROS_PKG= rospkg
PKGNAME= ${PKGTAG.python}-${ROS_PKG}-${ROS_VERSION}
COMMIT= a01b6cb
VERSION= 1.0.7
PKGNAME= ${PKGTAG.python}-rospkg-${VERSION}
DISTNAME= rospkg-${VERSION}
MASTER_SITES= ${MASTER_SITE_GITHUB:=ros/rospkg/tarball/${VERSION}?f=}
CATEGORIES= sysutils
COMMENT= ROS basic utilities for querying stacks information
......@@ -14,10 +14,12 @@ HOMEPAGE= http://ros.org/wiki/rospkg
MAINTAINER= mallet@laas.fr
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/ros-rospkg-${COMMIT}
include ../../wip/ros18-base/Makefile.common
USE_LANGUAGES=
CONFLICTS+= py[0-9][0-9]-rospkg-[0-9]*
CONFLICTS+= py[0-9][0-9]-rospkg-${VERSION}
SUBST_CLASSES+= py-syspath py-interp
SUBST_FILES.py-syspath+=scripts/rosversion
......
......@@ -15,7 +15,7 @@ PREFER.py-rospkg?= robotpkg
DEPEND_USE+= py-rospkg
DEPEND_ABI.py-rospkg?= ${PKGTAG.python}-rospkg>=1
DEPEND_ABI.py-rospkg?= ${PKGTAG.python}-rospkg>=0.10.12
DEPEND_DIR.py-rospkg?= ../../wip/py-rospkg
SYSTEM_SEARCH.py-rospkg=\
......
SHA1 (rospkg-1.0.6.tar.gz) = 84114fbc12ccaa39f3dc9d1b8d136f6b3b7b40f5
RMD160 (rospkg-1.0.6.tar.gz) = 7102059697b8cd9daf26d23faa6b8eb81e67b9c1
Size (rospkg-1.0.6.tar.gz) = 85158 bytes
SHA1 (rospkg-1.0.7.tar.gz) = 53a53ef3c770f94251f7300b4e568c9cf38c9414
RMD160 (rospkg-1.0.7.tar.gz) = e3f74d7ca5f9b2618ec196735b2812e1df1c9764
Size (rospkg-1.0.7.tar.gz) = 85340 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment