databases/py-sqlite-migrate: new port: plugin for py-sqlite-utils

This commit is contained in:
Dave Cottlehuber 2024-05-22 13:57:16 +00:00
parent ea5d787952
commit 6ed889c845
4 changed files with 28 additions and 0 deletions

View file

@ -823,6 +823,7 @@
SUBDIR += py-sqlglot SUBDIR += py-sqlglot
SUBDIR += py-sqlite-anyio SUBDIR += py-sqlite-anyio
SUBDIR += py-sqlite-fts4 SUBDIR += py-sqlite-fts4
SUBDIR += py-sqlite-migrate
SUBDIR += py-sqlite-utils SUBDIR += py-sqlite-utils
SUBDIR += py-sqlite3 SUBDIR += py-sqlite3
SUBDIR += py-sqlobject SUBDIR += py-sqlobject

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1716198119
SHA256 (sqlite-migrate-0.1b0.tar.gz) = 8d502b3ca4b9c45e56012bd35c03d23235f0823c976d4ce940cbb40e33087ded
SIZE (sqlite-migrate-0.1b0.tar.gz) = 10736

View file

@ -0,0 +1 @@
A simple database migration system for SQLite, in pre-release.