aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlite-migrate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlite-migrate/Makefile')
-rw-r--r--databases/py-sqlite-migrate/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/py-sqlite-migrate/Makefile b/databases/py-sqlite-migrate/Makefile
new file mode 100644
index 000000000000..367626ce2352
--- /dev/null
+++ b/databases/py-sqlite-migrate/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= sqlite-migrate
+DISTVERSION= 0.1b0
+CATEGORIES= databases python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dch@FreeBSD.org
+COMMENT= Python CLI utility and library for migrating SQLite schemas
+WWW= https://github.com/simonw/sqlite-migrate
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=41:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite-utils>0:databases/py-sqlite-utils@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>