From c991897fcbddc7d27ae50ba6e5445164e5b2c6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 14 May 2023 16:11:19 +0700 Subject: [PATCH] python3-yoyo-migrations: drop Was introduced for gnome-authenticator but no longer needed. --- srcpkgs/python3-yoyo-migrations/template | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 srcpkgs/python3-yoyo-migrations/template diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template deleted file mode 100644 index bb9826beae2..00000000000 --- a/srcpkgs/python3-yoyo-migrations/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'python3-yoyo-migrations' -pkgname=python3-yoyo-migrations -version=7.3.2 -revision=3 -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=44840828e1a0169f541e702d5aedca8185ada68087e7bad4850a6fc5d71e77a4 - -do_check() { - : -}