Date: Sunday, April 23, 2017 @ 02:02:02
  Author: svenstaro
Revision: 224437

Add python2-ordereddict from AUR

Added:
  python2-ordereddict/
  python2-ordereddict/repos/
  python2-ordereddict/trunk/
  python2-ordereddict/trunk/PKGBUILD

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

Added: python2-ordereddict/trunk/PKGBUILD
===================================================================
--- python2-ordereddict/trunk/PKGBUILD                          (rev 0)
+++ python2-ordereddict/trunk/PKGBUILD  2017-04-23 02:02:02 UTC (rev 224437)
@@ -0,0 +1,19 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Cedric Girard <[email protected]>
+# Contributor: Julien Nicoulaud <[email protected]>
+pkgname=python2-ordereddict
+pkgver=1.1
+pkgrel=1
+pkgdesc="A drop-in substitute for Python 2.7's collections.OrderedDict that 
works in Python 2.4-2.6."
+arch=(any)
+url="http://pypi.python.org/pypi/ordereddict";
+license=(APACHE)
+depends=(python2)
+makedepends=(python2-distribute)
+source=("http://pypi.python.org/packages/source/o/ordereddict/ordereddict-${pkgver}.tar.gz";)
+md5sums=('a0ed854ee442051b249bfad0f638bbec')
+
+package() {
+  cd "${srcdir}/ordereddict-${pkgver}"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Reply via email to