diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2023-07-29 07:47:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 07:47:38 +0700 |
commit | 737604575d23fe8d7a9274ff48c893b176253c89 (patch) | |
tree | ee3bb48ef006f3a7cf4300772de0f5ced0f4ec5b /python | |
parent | b41362e9011a0b8d7239ca14978b0077b1673031 (diff) |
python/python3-flufl.i18n: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-flufl.i18n/README | 8 | ||||
-rw-r--r-- | python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild | 75 | ||||
-rw-r--r-- | python/python3-flufl.i18n/python3-flufl.i18n.info | 10 | ||||
-rw-r--r-- | python/python3-flufl.i18n/slack-desc | 19 |
4 files changed, 112 insertions, 0 deletions
diff --git a/python/python3-flufl.i18n/README b/python/python3-flufl.i18n/README new file mode 100644 index 000000000000..f23476a80270 --- /dev/null +++ b/python/python3-flufl.i18n/README @@ -0,0 +1,8 @@ +A high level API for internationalizing Python libraries and +applications. + +The flufl.i18n library provides a convenient API for managing +translation contexts in Python applications. +It provides facilities not only for single-context applications +like command line scripts, but also more sophisticated management +of multiple-context applications such as Internet servers. diff --git a/python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild b/python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild new file mode 100644 index 000000000000..fbc2722a9ef1 --- /dev/null +++ b/python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild @@ -0,0 +1,75 @@ +#!/bin/bash + +# Slackware build script for python3-flufl.i18n + +# Copyright 2023 Yth | Pont-en-Royans, France | yth@ythogtha.org +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +cd $(dirname $0) ; CWD=$(pwd) + +PRGNAM=python3-flufl.i18n +SRCNAM=${PRGNAM#python3-*} +VERSION=${VERSION:-4.1.1} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +PKGTYPE=${PKGTYPE:-tgz} + +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i586 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; + esac +fi + +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" + exit 0 +fi + +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* +cd $SRCNAM-$VERSION +chown -R root:root . +find -L . \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) -exec chmod 755 {} \; -o \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +python3 -m build --no-isolation +python3 -m installer -d "$PKG" dist/*.whl + +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 + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a [A-Z][A-Z]* $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +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 diff --git a/python/python3-flufl.i18n/python3-flufl.i18n.info b/python/python3-flufl.i18n/python3-flufl.i18n.info new file mode 100644 index 000000000000..b8c6b306f848 --- /dev/null +++ b/python/python3-flufl.i18n/python3-flufl.i18n.info @@ -0,0 +1,10 @@ +PRGNAM="python3-flufl.i18n" +VERSION="4.1.1" +HOMEPAGE="https://flufli18n.readthedocs.io/" +DOWNLOAD="https://pypi.python.org/packages/source/f/flufl.i18n/flufl.i18n-4.1.1.tar.gz" +MD5SUM="e3d2887a8e2e9e0623232f11fb70fcb1" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="python3-atpublic python3-pdm-pep517" +MAINTAINER="Yth - Arnaud" +EMAIL="yth@ythogtha.org" diff --git a/python/python3-flufl.i18n/slack-desc b/python/python3-flufl.i18n/slack-desc new file mode 100644 index 000000000000..ae4101ee5372 --- /dev/null +++ b/python/python3-flufl.i18n/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-flufl.i18n: python3-flufl.i18n (API for internationalizing Python libs and apps) +python3-flufl.i18n: +python3-flufl.i18n: A high level API for internationalizing Python libraries and +python3-flufl.i18n: applications. +python3-flufl.i18n: +python3-flufl.i18n: The flufl.i18n library provides a convenient API for managing +python3-flufl.i18n: translation contexts in Python applications. It provides facilities +python3-flufl.i18n: not only for single-context applications like command line scripts, +python3-flufl.i18n: but also more sophisticated management of multiple-context +python3-flufl.i18n: applications such as Internet servers. +python3-flufl.i18n: |