aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-20 17:00:33 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-20 17:00:33 -0300
commit6d3c48335dc39c38aecedbcacdf54db6991d5f29 (patch)
tree1057678a6692622aa7c8951084cd2b844b49bfb8 /testing
parenta486102b7c3861d5f67a86228158bbad1c50dba0 (diff)
downloadaports-6d3c48335dc39c38aecedbcacdf54db6991d5f29.tar.bz2
aports-6d3c48335dc39c38aecedbcacdf54db6991d5f29.tar.xz
testing/py-django-south: remove
- Deprecated since Django 1.7
Diffstat (limited to 'testing')
-rw-r--r--testing/py-django-south/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/py-django-south/APKBUILD b/testing/py-django-south/APKBUILD
deleted file mode 100644
index 622cf272fd..0000000000
--- a/testing/py-django-south/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
-# Maintainer:
-pkgname=py-django-south
-_pkgname=South
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="Migrations for Django"
-url="http://south.aeracode.org/"
-arch="noarch"
-license="BSD"
-depends="py-django"
-makedepends="py-setuptools"
-source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- ./setup.py build
-}
-
-package() {
- cd "$builddir"
- ./setup.py install --root "$pkgdir"
-}
-
-md5sums="ccd6ebadd3e2c8c6ef16d771632f7840 py-django-south-0.8.4.tar.gz"
-sha256sums="5cf6bdc2967be8dd7845d3058e3af0a73408e5383c9effc3123bb48c3cc5c821 py-django-south-0.8.4.tar.gz"
-sha512sums="5d01605aac6feffb9423137f1db7cf599e0bb6417e8fa3735e1c5c9fdf6c22bd0658d4daac92d4a04594632a5e68750916331200fbd76f0d1fb3e47bb5e91adb py-django-south-0.8.4.tar.gz"