freebsd-ports/devel/py-pep562/Makefile
Po-Chuan Hsieh ccda7ec0c6
devel/py-pep562: Add py-pep562 1.1
A backport of PEP 562. Allows controlling a module's __dir__ and __getattr__.
Useful for deprecating attributes.

WWW: https://github.com/facelessuser/pep562
2021-05-26 20:54:13 +08:00

20 lines
387 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pep562
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Backport of PEP 562
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>