freebsd-ports/devel/py-cached-property/Makefile
Po-Chuan Hsieh 10131515a5
devel/py-cached-property: Update to 1.5.2
- Add NO_ARCH
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/pydanny/cached-property/releases
2021-05-05 03:15:22 +08:00

18 lines
374 B
Makefile

PORTNAME= cached-property
PORTVERSION= 1.5.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Decorator for caching properties in classes
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>