diff options
author | Kyle Guinn <elyk03@gmail.com> | 2021-09-04 02:10:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-06 08:50:28 +0700 |
commit | f430e2dc24ba76998621c80f85c3ff4113f52b5d (patch) | |
tree | c33b4529c639c94a06c27d5dd80544b4a78f50e1 /python/pyusb | |
parent | 14a0253ec4941a4007ee2c61dd59ba0ac63714c3 (diff) |
python/pyusb: Updated for version 1.2.1
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyusb')
-rw-r--r-- | python/pyusb/pyusb.SlackBuild | 6 | ||||
-rw-r--r-- | python/pyusb/pyusb.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/pyusb/pyusb.SlackBuild b/python/pyusb/pyusb.SlackBuild index e8b23b089436..6a250bfd52ad 100644 --- a/python/pyusb/pyusb.SlackBuild +++ b/python/pyusb/pyusb.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyusb -VERSION=${VERSION:-1.1.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,7 +65,7 @@ chmod -R u+w,go-w,a+rX-st . # Can't build the git snapshot. Upstream publishes a modified copy # (with version metadata that setup.py needs), see setuptools-scm. -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG rm -rf build python3 setup.py install --root=$PKG diff --git a/python/pyusb/pyusb.info b/python/pyusb/pyusb.info index 6c8840e1cce5..fd2cb181d3f1 100644 --- a/python/pyusb/pyusb.info +++ b/python/pyusb/pyusb.info @@ -1,10 +1,10 @@ PRGNAM="pyusb" -VERSION="1.1.1" +VERSION="1.2.1" HOMEPAGE="https://pyusb.github.io/pyusb/" -DOWNLOAD="https://github.com/pyusb/pyusb/releases/download/v1.1.1/pyusb-1.1.1.tar.gz" -MD5SUM="a9db479f1fb914e91d3106e67a13ae09" +DOWNLOAD="https://github.com/pyusb/pyusb/releases/download/v1.2.1/pyusb-1.2.1.tar.gz" +MD5SUM="880008dff32dac8f58076b4e534492d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm python2-setuptools-scm" +REQUIRES="" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" |