From 78a301318d57136a856cc10a3b637568ff9f8827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 26 Aug 2020 00:15:13 +0700 Subject: [PATCH] New package: python3-yoyo-migrations-7.2.0 --- srcpkgs/python3-yoyo-migrations/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-yoyo-migrations/template diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template new file mode 100644 index 00000000000..9e481e153f4 --- /dev/null +++ b/srcpkgs/python3-yoyo-migrations/template @@ -0,0 +1,19 @@ +# Template file for 'python3-yoyo-migrations' +pkgname=python3-yoyo-migrations +version=7.2.0 +revision=1 +archs=noarch +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 " +license="Apache-2.0" +homepage="https://ollycope.com/software/yoyo/latest/" +distfiles="$PYPI_SITE/y/yoyo-migrations/yoyo-migrations-$version.tar.gz" +checksum=a54f6176ff6da3330be537c962235aaa9e5f7f2aae563b1c531b1cb616d80359 + +do_check() { + : +}