7eb3777627
5.1.1: * Added additional unicode number support for Python 3.7. * Added information on how to install and test.
19 lines
513 B
Makefile
19 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/11/15 14:13:58 adam Exp $
|
|
|
|
DISTNAME= natsort-5.1.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"
|