summaryrefslogtreecommitdiff
path: root/pcr/python2-authres
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2014-07-06 17:39:42 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2014-07-06 17:39:42 +0200
commit2580408aec42408d6f67e4d0deb6286d09cdd687 (patch)
treef95ceb5094afd8da0c05280d366d3ebd0b3364ad /pcr/python2-authres
parent518c8c5273ff38a5f710a220a2d2f0bd113445da (diff)
Update packages that I added.
Diffstat (limited to 'pcr/python2-authres')
-rw-r--r--pcr/python2-authres/PKGBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/pcr/python2-authres/PKGBUILD b/pcr/python2-authres/PKGBUILD
new file mode 100644
index 000000000..c2d66344d
--- /dev/null
+++ b/pcr/python2-authres/PKGBUILD
@@ -0,0 +1,26 @@
+# Maintainer: Thomas Haider <t.haider@deprecate.de>
+# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com>
+# Contributor: Samed Beyribey <ras0ir@eventualis.org>
+pkgname=python2-authres
+_pkgname=authentication-results-python
+pkgver=0.602
+pkgrel=1
+pkgdesc="Python2 Authentication-Results Headers generation and parsing"
+arch=('any')
+url="http://launchpad.net/authentication-results-python"
+license=('Apache')
+depends=('python2')
+conflicts=('python-authres')
+source=(http://launchpad.net/$_pkgname/trunk/$pkgver/+download/authres-$pkgver.tar.gz)
+
+build() {
+ cd "$srcdir/authres-$pkgver"
+ python2 setup.py build
+}
+
+package() {
+ cd "$srcdir/authres-$pkgver"
+ python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+sha256sums=('41cea7fcc3387e381b520053dbbba1825598b6cb9d45c505ae466d7a2a27edc3')