freebsd-ports/textproc/py-python-slugify/Makefile
Matthew Seaman 85655d065a Update to 3.0.4
Note that the module could depend on py-unidecode as an alternative to
py-text-unidecode, but py-text-unidecode is preferred upstream.

ChangeLog:	   https://github.com/un33k/python-slugify/blob/3.0.4/CHANGELOG.md
2019-10-03 21:52:19 +00:00

25 lines
590 B
Makefile

# $FreeBSD$
PORTNAME= python-slugify
PORTVERSION= 3.0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Slugify application that handles unicode
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}text-unidecode>=1.3:converters/py-text-unidecode@${PY_FLAVOR}
### Can alternatively require:
### ${PYTHON_PKGNAMEPREFIX}unidecode>=1.1.1:converters/py-unidecode@${PY_FLAVOR}
### but text-unidecode is preferred upstream.
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>