d005d514c3
6.2.0: Added - Support for Python 3.8 Changed - `index_natsorted` internally now uses tuples for index-element pairs instead of lists - Added a TOC to the README - Python 3.4 is no longer included in testing Fixed - Pin testing dependencies to prevent CI breaking due to third-party library changes Removed - Introduction page in documentation
20 lines
518 B
Makefile
20 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.15 2019/11/14 10:06:56 adam Exp $
|
|
|
|
DISTNAME= natsort-6.2.0
|
|
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"
|