cc2a2a756a
ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py) Approved by: portmgr blanket
18 lines
370 B
Makefile
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>
|