pkgsrc/textproc/py-natsort/Makefile
adam ed6731ec24 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.
2018-09-24 09:43:26 +00:00

20 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.11 2018/09/24 09:43:26 adam Exp $
DISTNAME= natsort-5.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/natsort/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/SethMMorton/natsort
COMMENT= Natural sorting for python
LICENSE= mit
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} natsort natsort-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"