python-wstool: updating to 0.1.5

This commit is contained in:
Lukas Bulwahn 2015-01-21 08:46:37 +01:00
parent 8137f62532
commit 6532fab678
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
DESCRIPTION = "workspace multi-SCM commands"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=895a8f494dfd956e0ef03c9a5e3f109e"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
SRCNAME = "wstool"
SRC_URI = "http://pypi.python.org/packages/source/w/wstool/wstool-0.0.2.tar.gz"
SRC_URI[md5sum] = "58180962de7c2f426fe9e0525f878c48"
SRC_URI[sha256sum] = "487602f7d5bef1e0b759c60ab4b86db884dd2abfb756e1743ad4ae3754a22d82"
SRC_URI = "http://pypi.python.org/packages/source/w/wstool/wstool-${PV}.tar.gz"
SRC_URI[md5sum] = "2b5d10fac0bb644146a8c3009e5aa14b"
SRC_URI[sha256sum] = "0c65719af85247e5fcdf07ad2ad50eac3268cf1ca7ba9c9c43037d345de88de8"
S = "${WORKDIR}/${SRCNAME}-${PV}"