[arch-commits] Commit in hypercorn/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Mar 26 08:44:20 UTC 2020
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
===================================================================
--- PKGBUILD 2020-03-26 08:44:14 UTC (rev 604409)
+++ PKGBUILD 2020-03-26 08:44:20 UTC (rev 604410)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-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)
+++ PKGBUILD 2020-03-26 08:44:20 UTC (rev 604410)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:
More information about the arch-commits
mailing list