Browse Source

python/python3-langcodes: Updated for version 3.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/258/head
Vijay Marcel 11 months ago
committed by Willy Sudiarto Raharjo
parent
commit
7ce7018c63
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      python/python3-langcodes/python3-langcodes.SlackBuild
  2. 6
      python/python3-langcodes/python3-langcodes.info

4
python/python3-langcodes/python3-langcodes.SlackBuild

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-langcodes
VERSION=${VERSION:-3.4.1}
VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -98,4 +98,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
/sbin/makepkg -l y -c n --remove-rpaths --remove-tmp-rpaths $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

6
python/python3-langcodes/python3-langcodes.info

@ -1,8 +1,8 @@
PRGNAM="python3-langcodes"
VERSION="3.4.1"
VERSION="3.5.0"
HOMEPAGE="https://github.com/rspeer/langcodes"
DOWNLOAD="https://pypi.io/packages/source/l/langcodes/langcodes-3.4.1.tar.gz"
MD5SUM="64118469eea4863c74e0600d9dc40436"
DOWNLOAD="https://pypi.io/packages/source/l/langcodes/langcodes-3.5.0.tar.gz"
MD5SUM="9aeb0cb964378aff3da68ef2ae216865"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-language-data"

Loading…
Cancel
Save