1f20ce2b9c
Changes: https://github.com/jaraco/backports.entry_points_selectable/releases https://github.com/jaraco/backports.entry_points_selectable/blob/main/CHANGES.rst
29 lines
765 B
Makefile
29 lines
765 B
Makefile
PORTNAME= backports.entry-points-selectable
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
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
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PYTHON_REL} < 30800
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
|
|
.endif
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
|
|
|
|
.include <bsd.port.post.mk>
|