ports/devel/py-python-distutils-extra/Makefile
Charlie Li 06a08e69f3
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2025-03-07 23:05:21 -05:00

25 lines
698 B
Makefile

PORTNAME= python-distutils-extra
PORTVERSION= 3.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= DEBIAN
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-distutils-extra_${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add support for i18n, documentation, and icons to distutils
WWW= https://salsa.debian.org/python-team/packages/python-distutils-extra
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python tar:xz
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
WRKSRC= ${WRKDIR}/work
.include <bsd.port.mk>