Date: Monday, October 31, 2022 @ 10:38:21
  Author: alucryd
Revision: 1339783

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-31 10:38:10 UTC (rev 1339782)
+++ PKGBUILD    2022-10-31 10:38:21 UTC (rev 1339783)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-curio
-pkgver=1.5
-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)
-_tag=78bca8a6ad677ef51e1568ac7b3e51441ab49c42
-source=(git+https://github.com/dabeaz/curio.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd curio
-
-  git describe --tags
-}
-
-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-any/PKGBUILD (from rev 1339782, 
python-curio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-31 10:38:21 UTC (rev 1339783)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-curio
+pkgver=1.6
+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)
+_tag=5d8ecb2333761b4fd629e14d940f3807d143c0ed
+source=(git+https://github.com/dabeaz/curio.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd curio
+
+  git describe --tags
+}
+
+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:

Reply via email to