diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-04-10 07:38:30 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:34 +0700 |
commit | 0fd7b19e1b82f6f3c51919403b4e919e5bece960 (patch) | |
tree | 198ad312a12d3b208c05c6052e5935001fcc1738 /python/python3-hatchling | |
parent | c62f3d9801a75730f835503220c578753c29fe11 (diff) |
python/python3-hatchling: Updated for version 1.14.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-hatchling')
-rw-r--r-- | python/python3-hatchling/python3-hatchling.SlackBuild | 6 | ||||
-rw-r--r-- | python/python3-hatchling/python3-hatchling.info | 8 |
2 files changed, 5 insertions, 9 deletions
diff --git a/python/python3-hatchling/python3-hatchling.SlackBuild b/python/python3-hatchling/python3-hatchling.SlackBuild index cf7b91a7c959c..46ed21b14b208 100644 --- a/python/python3-hatchling/python3-hatchling.SlackBuild +++ b/python/python3-hatchling/python3-hatchling.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-hatchling SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-1.12.2} +VERSION=${VERSION:-1.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,10 +80,6 @@ find -L . \ python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl -# installing tests to a subdir of your project might not conflict the toplevel, but -# don't do it anyway... -#rm -r "$PKG"/usr/lib${LIBDIRSUFFIX}/python*/site-packages/${SRCNAM}/tests/ - find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/python3-hatchling/python3-hatchling.info b/python/python3-hatchling/python3-hatchling.info index 74665d6f5a27d..be1d9ded9581f 100644 --- a/python/python3-hatchling/python3-hatchling.info +++ b/python/python3-hatchling/python3-hatchling.info @@ -1,10 +1,10 @@ PRGNAM="python3-hatchling" -VERSION="1.12.2" +VERSION="1.14.0" HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend" -DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.12.2.tar.gz" -MD5SUM="5a6e2fd0c877feea7e71b9d72bbdbed9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.14.0.tar.gz" +MD5SUM="a59581fd0997863a2fff8e1926225b04" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-editables python3-pathspec python3-pluggy" +REQUIRES="python3-editables python3-pathspec python3-pluggy python3-trove-classifiers" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |