ports/devel/py-schema/Makefile
Yuri Victorovich 59638bcd9a devel/py-schema: update 0.7.6 → 0.7.7
Bugfix release: the missing files problem is fixed.

Reported by:	portscout
2024-05-05 01:18:42 -07:00

19 lines
372 B
Makefile

PORTNAME= schema
DISTVERSION= 0.7.7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple data validation library
WWW= https://github.com/keleshev/schema
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
USES= python
USE_PYTHON= distutils autoplist pytest
NO_ARCH= yes
.include <bsd.port.mk>