diff options
Diffstat (limited to 'net/py-aiocoap/Makefile')
| -rw-r--r-- | net/py-aiocoap/Makefile | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/net/py-aiocoap/Makefile b/net/py-aiocoap/Makefile index b2e407742605..914d89d938cd 100644 --- a/net/py-aiocoap/Makefile +++ b/net/py-aiocoap/Makefile @@ -1,17 +1,25 @@ PORTNAME= aiocoap -DISTVERSION= 0.4.7 -PORTREVISION= 1 -CATEGORIES= net +PORTVERSION= 0.4.17 +CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python CoAP library -WWW= https://github.com/chrysn/aiocoap +WWW= https://aiocoap.readthedocs.io/en/latest/ \ + https://codeberg.org/aiocoap/aiocoap -LICENSE= MIT +LICENSE= BSD3CLAUSE MIT +LICENSE_COMB= dual +LICENSE_FILE_BSD3CLAUS= ${WRKSRC}/LICENSES/BSD-3-Clause.txt +LICENSE_FILE_MIT= ${WRKSRC}/LICENSES/MIT.txt + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes .include <bsd.port.mk> |
