mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Upstream has renamed the distfile from Cerberos to cerberos. No updates to the changes file for this release, so the best we can do is: https://github.com/pyeve/cerberus/compare/1.3.5...1.3.6 Reported by: repology
25 lines
633 B
Makefile
25 lines
633 B
Makefile
PORTNAME= Cerberus
|
|
PORTVERSION= 1.3.6
|
|
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 <bsd.port.mk>
|