Browse Source
python/python3-attrs: Updated for version 19.3.0.
pull/67/head
Dave Woodfall
6 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
4 additions and
4 deletions
-
python/python3-attrs/python3-attrs.SlackBuild
-
python/python3-attrs/python3-attrs.info
|
|
@ -23,7 +23,7 @@ |
|
|
|
|
|
|
|
PRGNAM=python3-attrs |
|
|
|
SRCNAM=attrs |
|
|
|
VERSION=${VERSION:-19.1.0} |
|
|
|
VERSION=${VERSION:-19.3.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-attrs" |
|
|
|
VERSION="19.1.0" |
|
|
|
VERSION="19.3.0" |
|
|
|
HOMEPAGE="https://pypi.python.org/pypi/attrs" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/cc/d9/931a24cc5394f19383fbbe3e1147a0291276afa43a0dc3ed0d6cd9fda813/attrs-19.1.0.tar.gz" |
|
|
|
MD5SUM="2be7bce157988928f5ff2bb50a0b510d" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/98/c3/2c227e66b5e896e15ccdae2e00bbc69aa46e9a8ce8869cc5fa96310bf612/attrs-19.3.0.tar.gz" |
|
|
|
MD5SUM="5b2db50fcc31be34d32798183c9bd062" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3" |
|
|
|