diff --git a/devel/py-cerberus/Makefile b/devel/py-cerberus/Makefile index 0f5cc12fad45..9408df09c19b 100644 --- a/devel/py-cerberus/Makefile +++ b/devel/py-cerberus/Makefile @@ -1,25 +1,26 @@ -PORTNAME= Cerberus +PORTNAME= cerberus PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= matthew@FreeBSD.org COMMENT= Lightweight, extensible validation tool for Python dictionaries WWW= https://github.com/pyeve/cerberus LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent pep517 # Not to be confused with devel/py-pycerberus which fulfils a quite # different function. .include diff --git a/devel/py-cerberus/files/patch-pyproject.toml b/devel/py-cerberus/files/patch-pyproject.toml new file mode 100644 index 000000000000..35e03a182add --- /dev/null +++ b/devel/py-cerberus/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-12-05 08:33:13 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta" + build-backend = "setuptools.build_meta" + + [project] +-name = "Cerberus" ++name = "cerberus" + version = "1.3.8" + description = """\ + Lightweight, extensible schema and data validation tool for Python\