Date: Thursday, March 16, 2023 @ 10:53:39
Author: alucryd
Revision: 1421063
archrelease: copy trunk to community-any
Added:
uvicorn/repos/community-any/PKGBUILD
(from rev 1421062, uvicorn/trunk/PKGBUILD)
Deleted:
uvicorn/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-16 10:53:29 UTC (rev 1421062)
+++ PKGBUILD 2023-03-16 10:53:39 UTC (rev 1421063)
@@ -1,45 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=uvicorn
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='The lightning-fast ASGI server'
-arch=(any)
-url=https://github.com/encode/uvicorn
-license=(BSD)
-depends=(
- python
- python-asgiref
- python-click
- python-h11
- python-httptools
- python-uvloop
- python-websockets
-)
-makedepends=(
- git
- python-build
- python-hatchling
- python-installer
-)
-_tag=448be75222093041561d136f9f2f5577d6e361ee
-source=(git+https://github.com/encode/uvicorn#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
- cd uvicorn
- git describe --tags
-}
-
-build() {
- cd uvicorn
- python -m build --wheel --no-isolation
-}
-
-package() {
- python -m installer --destdir="${pkgdir}" uvicorn/dist/*.whl
- install -Dm 644 uvicorn/LICENSE.md -t "${pkgdir}"/usr/share/licenses/uvicorn/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: uvicorn/repos/community-any/PKGBUILD (from rev 1421062,
uvicorn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-16 10:53:39 UTC (rev 1421063)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=uvicorn
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='The lightning-fast ASGI server'
+arch=(any)
+url=https://github.com/encode/uvicorn
+license=(BSD)
+depends=(
+ python
+ python-asgiref
+ python-click
+ python-h11
+ python-httptools
+ python-uvloop
+ python-websockets
+)
+makedepends=(
+ git
+ python-build
+ python-hatchling
+ python-installer
+)
+_tag=c4591651e2488e7ec303dffe387345ca22b940c6
+source=(git+https://github.com/encode/uvicorn#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+ cd uvicorn
+ git describe --tags
+}
+
+build() {
+ cd uvicorn
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ python -m installer --destdir="${pkgdir}" uvicorn/dist/*.whl
+ install -Dm 644 uvicorn/LICENSE.md -t "${pkgdir}"/usr/share/licenses/uvicorn/
+}
+
+# vim:set ts=2 sw=2 et: