mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
9c21fd051e
disable py2 for py-sqlalchemy-migrate. updated from a diff from wen heping.
24 lines
416 B
Makefile
24 lines
416 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/11/13 22:41:14 sthen Exp $
|
|
|
|
COMMENT = non-validating SQL parser
|
|
|
|
MODPY_EGG_VERSION = 0.4.1
|
|
DISTNAME = sqlparse-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = databases
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PYTEST = Yes
|
|
MODPY_PYTEST_ARGS = tests/
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|