summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: bfc3f01d1f784971b47341f3f5c8f046cf9619b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgbase = python-sqlite-migrate
	pkgdesc = A simple database migration system for SQLite, based on sqlite-utils
	pkgver = 0.1b0
	pkgrel = 2
	url = https://github.com/simonw/sqlite-migrate
	arch = any
	license = Apache-2.0
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-poetry
	makedepends = python-wheel
	depends = python
	depends = sqlite-utils
	source = python-sqlite-migrate-0.1b0.tar.gz::https://github.com/simonw/sqlite-migrate/archive/refs/tags/0.1b0.tar.gz
	sha256sums = SKIP

pkgname = python-sqlite-migrate