ports/devel/py-unicodecsv/Makefile
Po-Chuan Hsieh cff9d878c2
devel/py-unicodecsv: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:00:41 +08:00

22 lines
561 B
Makefile

PORTNAME= unicodecsv
PORTVERSION= 0.14.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Drop-in replacement for Python 2 csv module with Unicode support
WWW= https://github.com/jdunck/python-unicodecsv
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>