29 lines
583 B
Makefile
29 lines
583 B
Makefile
COMMENT = simple yet flexible natural sorting
|
|
|
|
MODPY_EGG_VERSION = 7.1.1
|
|
DISTNAME = natsort-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = textproc devel
|
|
|
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
# could also make use of 'fastnumbers'
|
|
RUN_DEPENDS = textproc/py-ICU${MODPY_FLAVOR}
|
|
|
|
TEST_DEPENDS = devel/py-hypothesis${MODPY_FLAVOR} \
|
|
devel/py-test-mock${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|