freebsd-ports/databases/py-firebirdsql/Makefile
Dmitry Marakasov cc2a2a756a databases/py-firebirdsql: limit supported python versions
ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py)

Approved by:	portmgr blanket
2021-10-28 14:46:09 +03:00

18 lines
370 B
Makefile

# Created by: Jose Jachuf <jjachuf@gmail.com>
PORTNAME= firebirdsql
DISTVERSION= 1.1.4
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Python DBAPI module for FirebirdSQL
LICENSE= BSD2CLAUSE
NO_ARCH= yes
USES= python:3.6-3.9
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>