summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-04-26 17:55:37 +0000
committeradam <adam@pkgsrc.org>2022-04-26 17:55:37 +0000
commitd68e5184f031d68c8fc1a22b399af513a9d5cf87 (patch)
tree1437d50510d3e3e315eb4b8f42328d43dce67b3a /textproc
parentbdc4b452d95f56a63ab1d37e99e3071d6b35ea16 (diff)
downloadpkgsrc-d68e5184f031d68c8fc1a22b399af513a9d5cf87.tar.gz
py-natsort: updated to 8.1.0
8.1.0 - 2022-01-30 Changed When using ns.PATH, only split off a maximum of two suffixes from a file name. 8.0.2 - 2021-12-14 Fixed Bug where sorting paths fail if one of the paths is '.' 8.0.1 - 2021-12-10 Fixed Compose unicode characters when using locale to ensure sorting is correct across all locales 8.0.0 - 2021-11-03 Re-release 7.2.0 as 8.0.0 because introduction of type hints can break CI builds
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-natsort/Makefile7
-rw-r--r--textproc/py-natsort/PLIST4
-rw-r--r--textproc/py-natsort/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/textproc/py-natsort/Makefile b/textproc/py-natsort/Makefile
index 4922aa8c288..f6769a7c0b0 100644
--- a/textproc/py-natsort/Makefile
+++ b/textproc/py-natsort/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2022/01/05 15:41:25 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/04/26 17:55:37 adam Exp $
-DISTNAME= natsort-7.1.1
+DISTNAME= natsort-8.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/natsort/}
@@ -25,7 +24,7 @@ post-install:
${MV} natsort natsort-${PYVERSSUFFIX} || ${TRUE}
do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-natsort/PLIST b/textproc/py-natsort/PLIST
index 808fe2d41ad..a077b8cd91e 100644
--- a/textproc/py-natsort/PLIST
+++ b/textproc/py-natsort/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2020/04/29 13:53:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/04/26 17:55:37 adam Exp $
bin/natsort-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/natsort/__init__.py
@@ -30,6 +31,7 @@ ${PYSITELIB}/natsort/natsort.pyo
${PYSITELIB}/natsort/ns_enum.py
${PYSITELIB}/natsort/ns_enum.pyc
${PYSITELIB}/natsort/ns_enum.pyo
+${PYSITELIB}/natsort/py.typed
${PYSITELIB}/natsort/unicode_numbers.py
${PYSITELIB}/natsort/unicode_numbers.pyc
${PYSITELIB}/natsort/unicode_numbers.pyo
diff --git a/textproc/py-natsort/distinfo b/textproc/py-natsort/distinfo
index 608107322e7..9e7edb0cb3c 100644
--- a/textproc/py-natsort/distinfo
+++ b/textproc/py-natsort/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 11:23:08 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/04/26 17:55:37 adam Exp $
-BLAKE2s (natsort-7.1.1.tar.gz) = f67a7dfd89e24b3e0330b04b1100dc966c3242a8396cd410a6c08ff410b7136e
-SHA512 (natsort-7.1.1.tar.gz) = 1903c933c6203ef0cd194ea444d79276b79ec385728a92b6e73d1698abc8e1351e96ed8ea4ae5f9f413ef6daecfd269a4d0de74c45eedff682fe929d8f977f30
-Size (natsort-7.1.1.tar.gz) = 142749 bytes
+BLAKE2s (natsort-8.1.0.tar.gz) = 70c7aa329dc3d2aa09620420b965965d5edf21fe9292c5bd979370a475bffe46
+SHA512 (natsort-8.1.0.tar.gz) = a065899b124e6a6ee8560ce1882650e35f0c36ddfd3c56462820886b076cd8cdb0121825e30e298af576e07915cc5bc1e90fe3f0b1f7bfb89f816c00665baa22
+Size (natsort-8.1.0.tar.gz) = 145241 bytes