[arch-commits] Commit in python2-itsdangerous/repos (2 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Jun 17 07:18:05 UTC 2013


    Date: Monday, June 17, 2013 @ 09:18:05
  Author: svenstaro
Revision: 92855

archrelease: copy trunk to community-any

Added:
  python2-itsdangerous/repos/community-any/
  python2-itsdangerous/repos/community-any/PKGBUILD
    (from rev 92854, python2-itsdangerous/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: python2-itsdangerous/repos/community-any/PKGBUILD (from rev 92854, python2-itsdangerous/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2013-06-17 07:18:05 UTC (rev 92855)
@@ -0,0 +1,20 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=python2-itsdangerous
+pkgver=0.21
+pkgrel=1
+pkgdesc="Various helpers to pass trusted data to untrusted environments"
+arch=('any')
+url="http://pypi.python.org/pypi/itsdangerous"
+license=('BSD')
+depends=('python2')
+source=("https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz")
+md5sums=('e856a533f73548d82a7083046da96479')
+
+package() {
+  cd "$srcdir/itsdangerous-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list