diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-04 06:15:28 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:19 +0700 |
commit | 55a23358bb8bbb181f042a19adfa53da9f7d43ae (patch) | |
tree | 34b59ad19ee91293681eb0a04a120b41f849b913 /python/python3-inflect | |
parent | 6aaf9bff99a1faefe6669545598489ec3d424014 (diff) |
python/python3-inflect: Updated for version 7.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-inflect')
-rw-r--r-- | python/python3-inflect/python3-inflect.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-inflect/python3-inflect.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-inflect/python3-inflect.SlackBuild b/python/python3-inflect/python3-inflect.SlackBuild index b6926783bfbd..ef581003bd81 100644 --- a/python/python3-inflect/python3-inflect.SlackBuild +++ b/python/python3-inflect/python3-inflect.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-inflect SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-6.0.4} +VERSION=${VERSION:-7.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -57,6 +57,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/python/python3-inflect/python3-inflect.info b/python/python3-inflect/python3-inflect.info index 1f59acf85e41..b6e18909f7b4 100644 --- a/python/python3-inflect/python3-inflect.info +++ b/python/python3-inflect/python3-inflect.info @@ -1,8 +1,8 @@ PRGNAM="python3-inflect" -VERSION="6.0.4" +VERSION="7.0.0" HOMEPAGE="https://github.com/jaraco/inflect" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/inflect/inflect-6.0.4.tar.gz" -MD5SUM="551f6a7c99e8b2731f50ed73ab6d2b32" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/inflect/inflect-7.0.0.tar.gz" +MD5SUM="61c670cf5c4d09314f6a4d3b99d3b98d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pydantic" |