[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Aug 23 07:26:14 UTC 2020
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
===================================================================
--- PKGBUILD 2020-08-23 07:26:08 UTC (rev 686938)
+++ PKGBUILD 2020-08-23 07:26:13 UTC (rev 686939)
@@ -1,63 +0,0 @@
-# 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:
Copied: hypercorn/repos/community-any/PKGBUILD (from rev 686938, hypercorn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-23 07:26:13 UTC (rev 686939)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:
More information about the arch-commits
mailing list