aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-django1.5
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 21:17:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 21:17:36 -0300
commit67ebf479528f62148adda71352262f0fb1bfdb19 (patch)
tree1f45cd4fb7059078a1e98c0aa437d4554000ea91 /community/py-django1.5
parent3cb0c5c3d598c11f06e964e5f7e69a082c02262f (diff)
downloadaports-67ebf479528f62148adda71352262f0fb1bfdb19.tar.bz2
aports-67ebf479528f62148adda71352262f0fb1bfdb19.tar.xz
community/py-django1.5: remove
- No consumers
Diffstat (limited to 'community/py-django1.5')
-rw-r--r--community/py-django1.5/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/py-django1.5/APKBUILD b/community/py-django1.5/APKBUILD
deleted file mode 100644
index 7929813d61..0000000000
--- a/community/py-django1.5/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Andrew Wilcox <AWilcox@Wilcox-Tech.com>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=py-django1.5
-_pkgname=Django
-pkgver=1.5.12
-pkgrel=0
-pkgdesc="A high-level Python Web framework"
-url="http://djangoproject.com/"
-arch="noarch"
-license="BSD"
-depends="python2"
-depends_dev=""
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$_pkgname-$pkgver
-build() {
- cd "$_builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --root "$pkgdir" || return 1
-}
-
-md5sums="0e0b48cd0bb59cbc5499dcbb4fe1fb90 Django-1.5.12.tar.gz"
-sha256sums="b3de77beb6e59b72071ca66f20c2ad34e1b90d39b0241e62c1f03c668ddd6ced Django-1.5.12.tar.gz"
-sha512sums="37736827618737c54e7b63f2376b915d8dc0cdaf1900a2f6c3c9e0edd69e50379f95e3b6a31c930efdca88793b6330e7226175af91951d8637e5db780bc9fd8d Django-1.5.12.tar.gz"