diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-10-08 10:15:37 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 10:32:30 +0700 |
commit | a98dc65e6adc73553b8e82ca6c6237dac7e42339 (patch) | |
tree | 188851be53fb98d86ca92a1a524bbbe0c7ab0b4b /python | |
parent | 4997ab55349a84470f2fccf494dc51c61f0a42e2 (diff) |
python/python3-annotated-types: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-annotated-types/python3-annotated-types.SlackBuild | 19 | ||||
-rw-r--r-- | python/python3-annotated-types/python3-annotated-types.info | 6 |
2 files changed, 4 insertions, 21 deletions
diff --git a/python/python3-annotated-types/python3-annotated-types.SlackBuild b/python/python3-annotated-types/python3-annotated-types.SlackBuild index 1dea062a2a26f..a62808a9523e3 100644 --- a/python/python3-annotated-types/python3-annotated-types.SlackBuild +++ b/python/python3-annotated-types/python3-annotated-types.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-annotated-types SRCNAM=annotated_types -VERSION=${VERSION:-0.5.0} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,23 +48,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -elif [ "$ARCH" = "aarch64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/python/python3-annotated-types/python3-annotated-types.info b/python/python3-annotated-types/python3-annotated-types.info index 269d596560388..2209a0f168cda 100644 --- a/python/python3-annotated-types/python3-annotated-types.info +++ b/python/python3-annotated-types/python3-annotated-types.info @@ -1,8 +1,8 @@ PRGNAM="python3-annotated-types" -VERSION="0.5.0" +VERSION="0.6.0" HOMEPAGE="https://github.com/annotated-types/annotated-types" -DOWNLOAD="https://files.pythonhosted.org/packages/source/a/annotated-types/annotated_types-0.5.0.tar.gz" -MD5SUM="45a0d68f2cb300d45126622d2724b78a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/a/annotated-types/annotated_types-0.6.0.tar.gz" +MD5SUM="5fe2125b08851f0d05a8efad6456861c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatchling typing-extensions" |