ports/devel/py-backports.entry-points-selectable/Makefile
Po-Chuan Hsieh 34ac85e2a3
devel/py-backports.entry-points-selectable: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
2024-04-08 14:45:55 +08:00

24 lines
768 B
Makefile

PORTNAME= backports.entry-points-selectable
PORTVERSION= 1.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= backports.entry_points_selectable-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Compatibility shim providing selectable entry points for older implementations
WWW= https://github.com/jaraco/backports.entry_points_selectable
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${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>