[arch-commits] Commit in python-curio (3 files)

Maxime Gauduin alucryd at archlinux.org
Thu May 23 09:23:56 UTC 2019


    Date: Thursday, May 23, 2019 @ 09:23:56
  Author: alucryd
Revision: 469250

archrelease: copy trunk to community-any

Added:
  python-curio/repos/
  python-curio/repos/community-any/
  python-curio/repos/community-any/PKGBUILD
    (from rev 469249, python-curio/trunk/PKGBUILD)

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

Copied: python-curio/repos/community-any/PKGBUILD (from rev 469249, python-curio/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2019-05-23 09:23:56 UTC (rev 469250)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-curio
+pkgver=0.9
+pkgrel=1
+pkgdesc='Concurrent I/O'
+arch=(any)
+url=https://github.com/dabeaz/curio
+license=(BSD)
+depends=(python)
+makedepends=(
+  git
+  python-pytest
+  python-setuptools
+  python-sphinx
+)
+provides=(python-multio-provider)
+source=(git+https://github.com/dabeaz/curio.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd curio
+
+  python setup.py build
+}
+
+check() {
+  cd curio
+
+  python setup.py test
+}
+
+package() {
+  cd curio
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-curio/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list