Browse Source
python/python3-attrs: Updated for version 25.3.0.
Updating in place of maintainer not being currently active.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
fourtysixandtwo
4 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
4 deletions
-
python/python3-attrs/python3-attrs.SlackBuild
-
python/python3-attrs/python3-attrs.info
|
|
@ -23,12 +23,13 @@ |
|
|
|
|
|
|
|
# 20220512 46and2: Updated version fixes issue with python3-klein. |
|
|
|
# 20240109 46and2: Updated version, changed to pep517 build. |
|
|
|
# 20250531 46and2: Updated version. |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-attrs |
|
|
|
SRCNAM=attrs |
|
|
|
VERSION=${VERSION:-23.2.0} |
|
|
|
VERSION=${VERSION:-25.3.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-attrs" |
|
|
|
VERSION="23.2.0" |
|
|
|
VERSION="25.3.0" |
|
|
|
HOMEPAGE="https://pypi.python.org/pypi/attrs" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/attrs/attrs-23.2.0.tar.gz" |
|
|
|
MD5SUM="60588a146fb413a997c7519d77198a5e" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/attrs/attrs-25.3.0.tar.gz" |
|
|
|
MD5SUM="173fe452e1fe986051d9bc194ed59525" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-hatch_fancy_pypi_readme python3-hatch_vcs" |
|
|
|