mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
databases/py-sqlite-migrate: new port: plugin for py-sqlite-utils
This commit is contained in:
parent
ea5d787952
commit
6ed889c845
4 changed files with 28 additions and 0 deletions
|
@ -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
|
||||||
|
|
23
databases/py-sqlite-migrate/Makefile
Normal file
23
databases/py-sqlite-migrate/Makefile
Normal 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>
|
3
databases/py-sqlite-migrate/distinfo
Normal file
3
databases/py-sqlite-migrate/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1716198119
|
||||||
|
SHA256 (sqlite-migrate-0.1b0.tar.gz) = 8d502b3ca4b9c45e56012bd35c03d23235f0823c976d4ce940cbb40e33087ded
|
||||||
|
SIZE (sqlite-migrate-0.1b0.tar.gz) = 10736
|
1
databases/py-sqlite-migrate/pkg-descr
Normal file
1
databases/py-sqlite-migrate/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A simple database migration system for SQLite, in pre-release.
|
Loading…
Add table
Reference in a new issue