Files
ports/security/py-itsdangerous/Makefile
T
Ruslan Makhmatkhanov b3b823d899 security/py-itsdangerous: update to 2.2.0
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>
2024-07-31 13:14:15 +03:00

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>