e91450c5b9
6.0.0: Drop support for Python 2.6 and 3.3 Remove deprecated APIs (kwargs number_type, signed, exp, as_path, py3_safe; enums ns.TYPESAFE, ns.DIGIT, ns.VERSION; functions versorted, index_versorted) Remove pipenv as a dependency for building Simply Travis-CI configuration Fix README rendering in PyPI
20 lines
519 B
Makefile
20 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/02/08 10:52:03 adam Exp $
|
|
|
|
DISTNAME= natsort-6.0.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"
|