python-rosinstall: updating to 0.7.4

This commit is contained in:
Lukas Bulwahn 2015-01-21 08:03:47 +01:00
parent f23aabbdb2
commit 252eea1003
2 changed files with 16 additions and 16 deletions

View File

@ -1,16 +0,0 @@
DESCRIPTION = "The installer for ROS"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7184a9afd29fc7d6490a284f23c5365e"
SRCNAME = "rosinstall"
SRC_URI = "http://pr.willowgarage.com/downloads/rosinstall/rosinstall-0.6.21.tar.gz"
SRC_URI[md5sum] = "079784ac80779f17dab699087103a2c3"
SRC_URI[sha256sum] = "7163106c93460c8d092c5e74749cefd3fc17295f3a06c4f041fe83a772a86d14"
S = "${WORKDIR}/${SRCNAME}-${PV}"
DEPENDS += "python-vcstools python-pyyaml"
RDEPENDS_${PN} = "python-vcstools"
inherit setuptools

View File

@ -0,0 +1,16 @@
DESCRIPTION = "The installer for ROS"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
SRCNAME = "rosinstall"
SRC_URI = "https://pypi.python.org/packages/source/r/rosinstall/rosinstall-${PV}.tar.gz"
SRC_URI[md5sum] = "fd49a9cc6ede3d1bf4932effdac414e9"
SRC_URI[sha256sum] = "65de7c1594e80799b2da68fc7c1d466bbec08a0cedd61437ae276e90f8cff411"
S = "${WORKDIR}/${SRCNAME}-${PV}"
DEPENDS += "python-vcstools python-pyyaml"
RDEPENDS_${PN} = "python-vcstools"
inherit setuptools