python-vcstools: updating to 0.1.36

This commit is contained in:
Lukas Bulwahn 2015-01-21 08:24:21 +01:00
parent 2722544c3f
commit 8137f62532
2 changed files with 15 additions and 15 deletions

View File

@ -1,15 +0,0 @@
DESCRIPTION = "VCS/SCM source control library for svn, git, hg, and bzr"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c9c3f6ca5564e5a9b38751ea86bdc0bb"
SRCNAME = "vcstools"
SRC_URI = "http://pr.willowgarage.com/downloads/vcstools/vcstools-${PV}.tar.gz"
SRC_URI[md5sum] = "ca37f2de93c303796a46a946f94ad11c"
SRC_URI[sha256sum] = "11cae4907609d3524655c7cdba66260821f69fd2ff2330ae93db35111c70efbd"
S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS_${PN} += "python-pyyaml python-dateutil"
inherit setuptools

View File

@ -0,0 +1,15 @@
DESCRIPTION = "VCS/SCM source control library for svn, git, hg, and bzr"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
SRCNAME = "vcstools"
SRC_URI = "https://pypi.python.org/packages/source/v/vcstools/vcstools-${PV}.tar.gz"
SRC_URI[md5sum] = "e3ef997da464cf284ca36fd60e993ed6"
SRC_URI[sha256sum] = "83b38c3f055454590333debdb6db23b3f5ed694e6a27fb506e8639bf87a4d61e"
S = "${WORKDIR}/${SRCNAME}-${PV}"
RDEPENDS_${PN} += "python-pyyaml python-dateutil"
inherit setuptools