aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-23 00:41:15 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-23 00:41:49 +0200
commit1018c7205514bf6d98da8b5ebaac139bb6262b2b (patch)
tree39012257da5394c1d05518582b0671cbe0a7c47e /testing
parent376281543cf13ad81cf3c3037215dbc44809be58 (diff)
downloadaports-1018c7205514bf6d98da8b5ebaac139bb6262b2b.tar.bz2
aports-1018c7205514bf6d98da8b5ebaac139bb6262b2b.tar.xz
community/py3-yoyo-migrations: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-yoyo-migrations/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py3-yoyo-migrations/APKBUILD b/testing/py3-yoyo-migrations/APKBUILD
deleted file mode 100644
index 354175e0ef..0000000000
--- a/testing/py3-yoyo-migrations/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=py3-yoyo-migrations
-pkgver=6.1.0
-pkgrel=0
-pkgdesc="Database migrations with SQL"
-url="https://ollycope.com/software/yoyo/latest/"
-arch="noarch"
-license="Apache-2.0"
-depends="py3-text-unidecode py3-iniherit"
-makedepends="python3-dev py3-setuptools"
-options="!check" # no tests in pypi tarballs
-source="https://pypi.io/packages/source/y/yoyo-migrations/yoyo-migrations-$pkgver.tar.gz"
-builddir="$srcdir/yoyo-migrations-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py test
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="8ac045b11cae3d68013457f1fa90a3acfdcb2055c779f56e2deb4fea42920d5e9aa9d8c3c31b22d9d1d6aa702b5ae937b6216fefce2b71f53b7994c92d64a325 yoyo-migrations-6.1.0.tar.gz"