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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 21:17:32
  Author: foutrelis
Revision: 404587

archrelease: copy trunk to community-staging-any

Added:
  python2-ordereddict/repos/community-staging-any/
  python2-ordereddict/repos/community-staging-any/PKGBUILD
(from rev 404585, python2-ordereddict/trunk/PKGBUILD)

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

Copied: python2-ordereddict/repos/community-staging-any/PKGBUILD (from rev 
404585, python2-ordereddict/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-11-09 21:17:32 UTC (rev 404587)
@@ -0,0 +1,19 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Cedric Girard 
+# Contributor: Julien Nicoulaud 
+pkgname=python2-ordereddict
+pkgver=1.1
+pkgrel=2
+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=("https://pypi.python.org/packages/53/25/ef88e8e45db141faa9598fbf7ad0062df8f50f881a36ed6a0073e1572126/ordereddict-1.1.tar.gz;)
+md5sums=('a0ed854ee442051b249bfad0f638bbec')
+
+package() {
+  cd "${srcdir}/ordereddict-${pkgver}"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:02:52
  Author: svenstaro
Revision: 224440

archrelease: copy trunk to community-any

Added:
  python2-ordereddict/repos/community-any/
  python2-ordereddict/repos/community-any/PKGBUILD
(from rev 224439, python2-ordereddict/trunk/PKGBUILD)

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

Copied: python2-ordereddict/repos/community-any/PKGBUILD (from rev 224439, 
python2-ordereddict/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-23 02:02:52 UTC (rev 224440)
@@ -0,0 +1,19 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Cedric Girard 
+# Contributor: Julien Nicoulaud 
+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
+}