b3b823d899
Changelog: https://github.com/pallets/itsdangerous/releases/tag/2.2.0 Added flit-core and changed to pep517 build PR: 280526 Reported by: Nicholas Kirby <nick@kirby.cx>
21 lines
455 B
Makefile
21 lines
455 B
Makefile
PORTNAME= itsdangerous
|
|
DISTVERSION= 2.2.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Various helpers to pass data in untrusted environments
|
|
WWW= https://github.com/mitsuhiko/itsdangerous/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|