mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
File "/wrkdirs/usr/ports/devel/py-validictory/work-py310/validictory-1.1.2/validictory/validator.py", line 7, in <module> from collections import Mapping, Container ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py) Approved by: portmgr blanket
19 lines
411 B
Makefile
19 lines
411 B
Makefile
# Created by: Thomas Zander <riggs@FreeBSD.org>
|
|
|
|
PORTNAME= validictory
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= General purpose Python data validator
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.6-3.9
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|