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

Maxime Gauduin alucryd at archlinux.org
Thu Jul 23 11:00:17 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-07-23 11:00:12 UTC (rev 664990)
+++ PKGBUILD	2020-07-23 11:00:17 UTC (rev 664991)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-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)
+++ PKGBUILD	2020-07-23 11:00:17 UTC (rev 664991)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:



More information about the arch-commits mailing list