freebsd-ports/textproc/py-awesome-slugify/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

28 lines
676 B
Makefile

# $FreeBSD$
PORTNAME= awesome-slugify
PORTVERSION= 1.6.5
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Flexible slugify function
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.14:converters/py-unidecode@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
TEST_TARGET= do-test
NOSETESTS= nosetests-${PYTHON_VER}
do-test:
${NOSETESTS} ${STAGEDIR}${PYTHON_SITELIBDIR}/slugify
.include <bsd.port.mk>