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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:53:59 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:53:59
  Author: felixonmars
Revision: 659902

archrelease: copy trunk to community-staging-any

Added:
  python2-more-itertools/repos/community-staging-any/
  python2-more-itertools/repos/community-staging-any/PKGBUILD
    (from rev 659901, python2-more-itertools/trunk/PKGBUILD)

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

Copied: python2-more-itertools/repos/community-staging-any/PKGBUILD (from rev 659901, python2-more-itertools/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:53:59 UTC (rev 659902)
@@ -0,0 +1,23 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Germán Osella Massa <gosella at gmail.com>
+
+pkgname='python2-more-itertools'
+pkgver=5.0.0
+pkgrel=2
+pkgdesc='More routines for operating on iterables, beyond itertools'
+arch=('any')
+url='https://github.com/erikrose/more-itertools'
+#url='https://pypi.python.org/pypi/more-itertools'
+license=('MIT')
+depends=('python2' 'python2-six')
+makedepends=('python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-$pkgver.tar.gz")
+sha512sums=('f72c8d6c75799c39708443ba75862801ddd3fc0382c9eee7ed24ecf04cbc7d9ff6a8e35b6fff1eaccf45ddd470c2cc8959532eca32c2ff50b0a12588727c68b4')
+
+package() {
+  cd "$srcdir/more-itertools-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list