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

Jelle van der Waa jelle at gemini.archlinux.org
Fri Sep 2 20:49:40 UTC 2022


    Date: Friday, September 2, 2022 @ 20:49:40
  Author: jelle
Revision: 1290996

archrelease: copy trunk to community-x86_64

Added:
  python-pyroaring/repos/community-x86_64/
  python-pyroaring/repos/community-x86_64/PKGBUILD
    (from rev 1290995, python-pyroaring/trunk/PKGBUILD)

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

Copied: python-pyroaring/repos/community-x86_64/PKGBUILD (from rev 1290995, python-pyroaring/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-09-02 20:49:40 UTC (rev 1290996)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Rafael Fontenelle <rafaelff at gnome.org>
+
+_name=pyroaring
+pkgname=python-$_name
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Fast and lightweight set for unsigned 32 bits integers"
+arch=('x86_64')
+url="https://pypi.org/pypi/$_name"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('232bf4cbdd7a1dad885171d9d7e59da5324b3d70c15a96a240f1319b870b46b7')
+
+build() {
+  cd "$srcdir/$_name-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list