freebsd-ports/devel/py-appdirs/Makefile
Po-Chuan Hsieh f0d4ce78c6
devel/py-appdirs: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-07-07 00:11:51 +08:00

24 lines
592 B
Makefile

PORTNAME= appdirs
PORTVERSION= 1.4.4
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python module for determining platform-specific dirs
WWW= https://github.com/ActiveState/appdirs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
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
USE_LOCALE= en_US.UTF-8
.include <bsd.port.mk>