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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 17:48:08 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:48:07
  Author: felixonmars
Revision: 752822

archrelease: copy trunk to community-staging-any

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

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

Copied: python-split/repos/community-staging-any/PKGBUILD (from rev 752821, python-split/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:48:07 UTC (rev 752822)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-split
+pkgver=0.4
+pkgrel=6
+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