19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'python3-yoyo-migrations'
|
|
pkgname=python3-yoyo-migrations
|
|
version=7.2.1
|
|
revision=1
|
|
wrksrc=yoyo-migrations-$version
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-sqlparse"
|
|
short_desc="Database migrations with SQL"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://ollycope.com/software/yoyo/latest/"
|
|
distfiles="$PYPI_SITE/y/yoyo-migrations/yoyo-migrations-$version.tar.gz"
|
|
checksum=89b6d51e9fcc8f7b413ebfa99576d19a71c0a04a0917898e45ad02c711e5f0da
|
|
|
|
do_check() {
|
|
:
|
|
}
|