py-natsort: updated to 5.4.1
5.4.1: Fix error in a newly added test. Changed code format and quality checking infrastructure. 5.4.0: Re-expose natsort_key as "public" and remove the associated DepricationWarning. Add better developer documentation. Refactor tests. Bump allowed fastnumbers version.
This commit is contained in:
parent
5f01145d2e
commit
ed6731ec24
4 changed files with 15 additions and 14 deletions
|
@ -1 +1 @@
|
|||
bin/natsort @PREFIX@/bin/natsort@PYVERSSUFFIX@
|
||||
bin/natsort @PREFIX@/bin/natsort-@PYVERSSUFFIX@
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2018/07/08 09:40:00 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2018/09/24 09:43:26 adam Exp $
|
||||
|
||||
DISTNAME= natsort-5.3.3
|
||||
DISTNAME= natsort-5.4.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=n/natsort/}
|
||||
|
@ -13,7 +13,8 @@ LICENSE= mit
|
|||
USE_LANGUAGES= # none
|
||||
|
||||
post-install:
|
||||
cd ${DESTDIR}${PREFIX}/bin && ${MV} natsort natsort${PYVERSSUFFIX} || ${TRUE}
|
||||
cd ${DESTDIR}${PREFIX}/bin && \
|
||||
${MV} natsort natsort-${PYVERSSUFFIX} || ${TRUE}
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2018/05/15 06:45:55 adam Exp $
|
||||
bin/natsort${PYVERSSUFFIX}
|
||||
@comment $NetBSD: PLIST,v 1.4 2018/09/24 09:43:26 adam Exp $
|
||||
bin/natsort-${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -12,9 +12,6 @@ ${PYSITELIB}/natsort/__init__.pyo
|
|||
${PYSITELIB}/natsort/__main__.py
|
||||
${PYSITELIB}/natsort/__main__.pyc
|
||||
${PYSITELIB}/natsort/__main__.pyo
|
||||
${PYSITELIB}/natsort/_version.py
|
||||
${PYSITELIB}/natsort/_version.pyc
|
||||
${PYSITELIB}/natsort/_version.pyo
|
||||
${PYSITELIB}/natsort/compat/__init__.py
|
||||
${PYSITELIB}/natsort/compat/__init__.pyc
|
||||
${PYSITELIB}/natsort/compat/__init__.pyo
|
||||
|
@ -42,6 +39,9 @@ ${PYSITELIB}/natsort/ns_enum.pyo
|
|||
${PYSITELIB}/natsort/unicode_numbers.py
|
||||
${PYSITELIB}/natsort/unicode_numbers.pyc
|
||||
${PYSITELIB}/natsort/unicode_numbers.pyo
|
||||
${PYSITELIB}/natsort/unicode_numeric_hex.py
|
||||
${PYSITELIB}/natsort/unicode_numeric_hex.pyc
|
||||
${PYSITELIB}/natsort/unicode_numeric_hex.pyo
|
||||
${PYSITELIB}/natsort/utils.py
|
||||
${PYSITELIB}/natsort/utils.pyc
|
||||
${PYSITELIB}/natsort/utils.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2018/07/08 09:40:00 adam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2018/09/24 09:43:26 adam Exp $
|
||||
|
||||
SHA1 (natsort-5.3.3.tar.gz) = 343fd28bfdf22a8b2ebf552bb2bae90544a5a5bb
|
||||
RMD160 (natsort-5.3.3.tar.gz) = 6aff20a88c722ad71f3566ba0ec65aa7d9fc1c1e
|
||||
SHA512 (natsort-5.3.3.tar.gz) = 3effdb73ecab7df705a809bb87ee2c93721bf897ceeea2500d1e205ee8f114dd92f46b530090dcaf4161cc4f5f6a51f45688ba780457a6c86c9494409e90634f
|
||||
Size (natsort-5.3.3.tar.gz) = 147302 bytes
|
||||
SHA1 (natsort-5.4.1.tar.gz) = 22f642281f05300e8ef2c19a49ec598e1837e2a5
|
||||
RMD160 (natsort-5.4.1.tar.gz) = 70e2e7b00ca466d4ca557e7c59acf20ac1a58c8e
|
||||
SHA512 (natsort-5.4.1.tar.gz) = 355aa834bec655232774b18f142fb5b296e427080f67778db2ee5a52cd3f0255adaa695c8adcc5b03b05884943e400dd682e82ba3d84235d0881ac37b1f84d62
|
||||
Size (natsort-5.4.1.tar.gz) = 144888 bytes
|
||||
|
|
Loading…
Reference in a new issue