summaryrefslogtreecommitdiff
path: root/libre/django-countries/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-22 12:00:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-22 12:00:48 -0300
commit3f7388773330e2afd298244fccf2a209d26aec33 (patch)
treeb9c510d11733815414b6f2506965fc7e89fca5a0 /libre/django-countries/PKGBUILD
parent240aa9c7afbe2d2dc95c2d4c76b83376773d2a08 (diff)
parent908d987dd1dcd4899f8f7f0878514c22ca8048b7 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/django-countries/PKGBUILD')
-rw-r--r--libre/django-countries/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/libre/django-countries/PKGBUILD b/libre/django-countries/PKGBUILD
deleted file mode 100644
index 24b667a67..000000000
--- a/libre/django-countries/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-
-pkgname=django-countries
-pkgver=1.5
-pkgdesc="Provides a country field for Django models"
-license=('custom:MIT')
-url="http://bitbucket.org/smileychris/django-countries/"
-
-pkgrel=1
-arch=(any)
-depends=('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 python->python2, and a typo!
- sed -i 's|python regen[a-z]*\.py|python2 regenerage.py|' */bin/regenerate.py
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- ./setup.py install --root="$pkgdir/" --optimize=1
-}