summaryrefslogtreecommitdiff
path: root/pcr/python2-iso8601/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python2-iso8601/PKGBUILD')
-rw-r--r--pcr/python2-iso8601/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/pcr/python2-iso8601/PKGBUILD b/pcr/python2-iso8601/PKGBUILD
deleted file mode 100644
index 08ca49004..000000000
--- a/pcr/python2-iso8601/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Contributor: WU Jun <quark at lihdd dot net>
-# Contributor: Vsevolod Balashov <vsevolod@balashov.name>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.IO>
-
-name=iso8601
-pkgname=python2-$name
-pkgver=0.1.4
-pkgrel=3
-pkgdesc="Simple module to parse ISO 8601 dates"
-arch=(any)
-url="http://pypi.python.org/pypi/$name"
-license=(MIT)
-depends=(python2)
-makedepends=(python2-distribute)
-source=("http://pypi.python.org/packages/source/i/$name/$name-$pkgver.tar.gz")
-build() {
- cd "$srcdir/$name-$pkgver"
- python2 setup.py install --prefix=/usr --root=$pkgdir || return 1
-}