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

Maxime Gauduin alucryd at archlinux.org
Thu Oct 10 12:10:12 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-10-10 12:10:04 UTC (rev 514451)
+++ PKGBUILD	2019-10-10 12:10:10 UTC (rev 514452)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-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)
+++ PKGBUILD	2019-10-10 12:10:10 UTC (rev 514452)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:



More information about the arch-commits mailing list