[arch-commits] Commit in python-split/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 00:41:10 UTC 2019


    Date: Monday, November 4, 2019 @ 00:41:09
  Author: felixonmars
Revision: 522841

archrelease: copy trunk to community-staging-any

Added:
  python-split/repos/community-staging-any/
  python-split/repos/community-staging-any/PKGBUILD
    (from rev 522840, python-split/trunk/PKGBUILD)

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

Copied: python-split/repos/community-staging-any/PKGBUILD (from rev 522840, python-split/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 00:41:09 UTC (rev 522841)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-split
+pkgver=0.4
+pkgrel=5
+pkgdesc="Functions to split or partition sequences"
+arch=('any')
+url="https://bitbucket.org/astanin/python-split"
+license=('MIT')
+depends=('python')
+source=("https://pypi.io/packages/source/s/split/split-$pkgver.zip")
+md5sums=('16e72d45b66b0f8da2349be0f82d5216')
+
+package() {
+  cd split-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list