diff options
Diffstat (limited to 'python/python3-jaraco.text')
| -rw-r--r-- | python/python3-jaraco.text/python3-jaraco.text.SlackBuild | 8 | ||||
| -rw-r--r-- | python/python3-jaraco.text/python3-jaraco.text.info | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/python/python3-jaraco.text/python3-jaraco.text.SlackBuild b/python/python3-jaraco.text/python3-jaraco.text.SlackBuild index 2230a3321a..a58dd17276 100644 --- a/python/python3-jaraco.text/python3-jaraco.text.SlackBuild +++ b/python/python3-jaraco.text/python3-jaraco.text.SlackBuild @@ -22,11 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220908 46and2: Updated version, added DEPS. +# -build process changed + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jaraco.text SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-3.7.0} +VERSION=${VERSION:-3.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +83,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python3 setup.py install --root=$PKG +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 diff --git a/python/python3-jaraco.text/python3-jaraco.text.info b/python/python3-jaraco.text/python3-jaraco.text.info index 37b5ee5f0b..61b87b24dc 100644 --- a/python/python3-jaraco.text/python3-jaraco.text.info +++ b/python/python3-jaraco.text/python3-jaraco.text.info @@ -1,10 +1,10 @@ PRGNAM="python3-jaraco.text" -VERSION="3.7.0" +VERSION="3.9.1" HOMEPAGE="https://github.com/jaraco/jaraco.text" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-3.7.0.tar.gz" -MD5SUM="baaf4a97959b83fb14ad1ad361c90579" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-3.9.1.tar.gz" +MD5SUM="45b77b420da5b5116715cc07aa21bf29" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jaraco.context python3-jaraco.functools" +REQUIRES="python3-jaraco.context python3-jaraco.functools python3-autocommand python3-inflect" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |
