summaryrefslogtreecommitdiff
path: root/libre/python2-django-countries/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-25 23:30:39 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-25 23:30:39 -0400
commit1785d3800f805be0074e735ec3c4b42a1cea70f0 (patch)
treeef6efaf7578cf6bae19f92b4e4934ddf3428c0a4 /libre/python2-django-countries/PKGBUILD
parent200076f2bb86ebe7a541a71946d7723d52f10292 (diff)
Update libre/parabolaweb-utils and dependencies
Diffstat (limited to 'libre/python2-django-countries/PKGBUILD')
-rw-r--r--libre/python2-django-countries/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/libre/python2-django-countries/PKGBUILD b/libre/python2-django-countries/PKGBUILD
deleted file mode 100644
index 36bc6a580..000000000
--- a/libre/python2-django-countries/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-_pkgname=django-countries
-pkgname=python2-$_pkgname
-pkgver=1.5
-pkgdesc="Provides a country field for Django models"
-url="http://bitbucket.org/smileychris/$_pkgname/"
-license=('custom:MIT')
-
-replaces=($_pkgname)
-conflicts=($_pkgname)
-
-pkgrel=3
-arch=(any)
-depends=('python2-django')
-makedepends=('python2-distribute')
-source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)
-md5sums=(6c65fcc3aa7de065a54cdb619397626d)
-
-build() {
- cd "$srcdir/$_pkgname-$pkgver"
- sed -i 's|#!/usr/bin/env python\s*$|#!/usr/bin/env python2|' setup.py */bin/*.py
- # fix help message: (python2, typo)
- # "python regenenerate.py" -> "python2 regenerate.py"
- sed -i 's|python regen[a-z]*\.py|python2 regenerate.py|' */bin/regenerate.py
-}
-
-package() {
- cd "$srcdir/$_pkgname-$pkgver"
- ./setup.py install --root="$pkgdir/" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}