[arch-commits] Commit in python-curio/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Nov 3 20:04:25 UTC 2019


    Date: Sunday, November 3, 2019 @ 20:04:25
  Author: felixonmars
Revision: 522591

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 20:04:11 UTC (rev 522590)
+++ PKGBUILD	2019-11-03 20:04:25 UTC (rev 522591)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-curio
-pkgver=0.9
-pkgrel=2
-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:

Copied: python-curio/repos/community-staging-any/PKGBUILD (from rev 522590, python-curio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-03 20:04:25 UTC (rev 522591)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-curio
+pkgver=0.9
+pkgrel=3
+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