[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-10-19 Thread Maxime Gauduin via arch-commits
Date: Monday, October 19, 2020 @ 14:26:20
  Author: alucryd
Revision: 727164

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 727163, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-19 14:26:15 UTC (rev 727163)
+++ PKGBUILD2020-10-19 14:26:20 UTC (rev 727164)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-priority
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-_tag=8b130b1b9628491b98b7504269533a6875e032ae
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 727163, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-19 14:26:20 UTC (rev 727164)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.11.1
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-priority
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+_tag=7e3b13a3865b916d63e257c87656863e2df5a61a
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-09-30 Thread Maxime Gauduin via arch-commits
Date: Wednesday, September 30, 2020 @ 06:22:27
  Author: alucryd
Revision: 714026

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 714025, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-30 06:22:22 UTC (rev 714025)
+++ PKGBUILD2020-09-30 06:22:27 UTC (rev 714026)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.10.2
-pkgrel=2
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-priority
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-_tag=c3ca27bceb4d59849ac6ae8c89f9ad887bd64850
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 714025, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-30 06:22:27 UTC (rev 714026)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-priority
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+_tag=8b130b1b9628491b98b7504269533a6875e032ae
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-08-23 Thread Maxime Gauduin via arch-commits
Date: Sunday, August 23, 2020 @ 07:26:13
  Author: alucryd
Revision: 686939

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 686938, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  127 ++---
 1 file changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 07:26:08 UTC (rev 686938)
+++ PKGBUILD2020-08-23 07:26:13 UTC (rev 686939)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.10.2
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-_tag=c3ca27bceb4d59849ac6ae8c89f9ad887bd64850
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 686938, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-23 07:26:13 UTC (rev 686939)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.10.2
+pkgrel=2
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-priority
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+_tag=c3ca27bceb4d59849ac6ae8c89f9ad887bd64850
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-07-23 Thread Maxime Gauduin via arch-commits
Date: Thursday, July 23, 2020 @ 11:00:17
  Author: alucryd
Revision: 664991

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 664990, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 11:00:12 UTC (rev 664990)
+++ PKGBUILD2020-07-23 11:00:17 UTC (rev 664991)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-_tag=6001f5d527c05c2826ed70b77f54ccc4af8f2e97
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 664990, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 11:00:17 UTC (rev 664991)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+_tag=c3ca27bceb4d59849ac6ae8c89f9ad887bd64850
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-06-13 Thread Maxime Gauduin via arch-commits
Date: Saturday, June 13, 2020 @ 08:40:35
  Author: alucryd
Revision: 642835

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 642834, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  125 ++---
 1 file changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 08:40:30 UTC (rev 642834)
+++ PKGBUILD2020-06-13 08:40:35 UTC (rev 642835)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=75b012bff739f6839125561d01996f5b6656eca0)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 642834, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 08:40:35 UTC (rev 642835)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+_tag=6001f5d527c05c2826ed70b77f54ccc4af8f2e97
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-06-10 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 10, 2020 @ 08:09:41
  Author: alucryd
Revision: 641217

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 641216, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-10 08:09:35 UTC (rev 641216)
+++ PKGBUILD2020-06-10 08:09:41 UTC (rev 641217)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.9.5
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=540b10b70e3495587534bb61f3ae13352688db41)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 641216, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-10 08:09:41 UTC (rev 641217)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=75b012bff739f6839125561d01996f5b6656eca0)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-04-20 Thread Maxime Gauduin via arch-commits
Date: Monday, April 20, 2020 @ 06:32:00
  Author: alucryd
Revision: 616848

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 616847, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  123 ++---
 1 file changed, 62 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-20 06:31:55 UTC (rev 616847)
+++ PKGBUILD2020-04-20 06:32:00 UTC (rev 616848)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=c0e45a5c1c61e7f3f698d770492a04b51e2b01bc)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 616847, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-20 06:32:00 UTC (rev 616848)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=540b10b70e3495587534bb61f3ae13352688db41)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-03-26 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 26, 2020 @ 08:44:20
  Author: alucryd
Revision: 604410

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 604409, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-26 08:44:14 UTC (rev 604409)
+++ PKGBUILD2020-03-26 08:44:20 UTC (rev 604410)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=0880aeb52ba00df3bbe3896497864bfc105881ac)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 604409, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-26 08:44:20 UTC (rev 604410)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=c0e45a5c1c61e7f3f698d770492a04b51e2b01bc)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2020-02-26 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 26, 2020 @ 11:01:44
  Author: alucryd
Revision: 582272

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 582271, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-26 11:01:39 UTC (rev 582271)
+++ PKGBUILD2020-02-26 11:01:44 UTC (rev 582272)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.9.0
-pkgrel=3
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=271712f8b0f943eb592f79339474a992dbad4d33)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd hypercorn
-
-  git describe --tags
-}
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py38
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 582271, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-26 11:01:44 UTC (rev 582272)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=0880aeb52ba00df3bbe3896497864bfc105881ac)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py38
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2019-10-10 Thread Maxime Gauduin via arch-commits
Date: Thursday, October 10, 2019 @ 12:10:10
  Author: alucryd
Revision: 514452

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 514451, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  116 -
 1 file changed, 61 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 12:10:04 UTC (rev 514451)
+++ PKGBUILD2019-10-10 12:10:10 UTC (rev 514452)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py37
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 514451, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 12:10:10 UTC (rev 514452)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=271712f8b0f943eb592f79339474a992dbad4d33)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd hypercorn
+
+  git describe --tags
+}
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py37
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2019-08-30 Thread Maxime Gauduin via arch-commits
Date: Friday, August 30, 2019 @ 06:51:40
  Author: alucryd
Revision: 505168

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 505167, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-30 06:51:35 UTC (rev 505167)
+++ PKGBUILD2019-08-30 06:51:40 UTC (rev 505168)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py37
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 505167, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-30 06:51:40 UTC (rev 505168)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py37
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2019-07-29 Thread Maxime Gauduin via arch-commits
Date: Monday, July 29, 2019 @ 06:55:35
  Author: alucryd
Revision: 494392

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 494391, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-29 06:55:30 UTC (rev 494391)
+++ PKGBUILD2019-07-29 06:55:35 UTC (rev 494392)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py37
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 494391, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-29 06:55:35 UTC (rev 494392)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py37
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2019-07-22 Thread Maxime Gauduin via arch-commits
Date: Monday, July 22, 2019 @ 06:23:31
  Author: alucryd
Revision: 492544

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 492543, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-22 06:23:26 UTC (rev 492543)
+++ PKGBUILD2019-07-22 06:23:31 UTC (rev 492544)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py37
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 492543, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-22 06:23:31 UTC (rev 492544)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py37
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2019-07-17 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 17, 2019 @ 13:52:25
  Author: alucryd
Revision: 490216

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 490215, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-17 13:52:20 UTC (rev 490215)
+++ PKGBUILD2019-07-17 13:52:25 UTC (rev 490216)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-typing_extensions
-  python-wsproto
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-sugar
-  python-pytest-trio
-  python-tox
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  tox -e py37
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim: ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 490215, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-17 13:52:25 UTC (rev 490216)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py37
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)

2019-05-23 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 23, 2019 @ 17:21:05
  Author: alucryd
Revision: 469440

archrelease: copy trunk to community-any

Added:
  hypercorn/repos/community-any/PKGBUILD
(from rev 469439, hypercorn/trunk/PKGBUILD)
Deleted:
  hypercorn/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 -
 1 file changed, 55 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-23 17:19:00 UTC (rev 469439)
+++ PKGBUILD2019-05-23 17:21:05 UTC (rev 469440)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=hypercorn
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
-url=https://gitlab.com/pgjones/hypercorn
-arch=(any)
-license=(MIT)
-depends=(
-  python-h11
-  python-h2
-  python-toml
-  python-wsproto
-)
-makedepends=(
-  git
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-setuptools
-  python-trio
-)
-optdepends=(
-  'python-trio: trio support'
-)
-source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd hypercorn
-
-  python setup.py build
-}
-
-check() {
-  cd hypercorn
-
-  python setup.py test
-}
-
-package() {
-  cd hypercorn
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hypercorn/repos/community-any/PKGBUILD (from rev 469439, 
hypercorn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-23 17:21:05 UTC (rev 469440)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=hypercorn
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='An ASGI Server based on Hyper libraries and inspired by Gunicorn'
+url=https://gitlab.com/pgjones/hypercorn
+arch=(any)
+license=(MIT)
+depends=(
+  python-h11
+  python-h2
+  python-toml
+  python-typing_extensions
+  python-wsproto
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-sugar
+  python-pytest-trio
+  python-tox
+  python-trio
+)
+optdepends=(
+  'python-trio: trio support'
+)
+source=(git+https://gitlab.com/pgjones/hypercorn.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd hypercorn
+
+  python setup.py build
+}
+
+check() {
+  cd hypercorn
+
+  tox -e py37
+}
+
+package() {
+  cd hypercorn
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/hypercorn/
+}
+
+# vim: ts=2 sw=2 et: