Date: Monday, April 10, 2023 @ 12:02:36
Author: felixonmars
Revision: 1444160
archrelease: copy trunk to community-staging-any
Added:
uvicorn/repos/community-staging-any/PKGBUILD
(from rev 1444158, uvicorn/trunk/PKGBUILD)
Deleted:
uvicorn/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 12:02:35 UTC (rev 1444159)
+++ PKGBUILD 2023-04-10 12:02:36 UTC (rev 1444160)
@@ -1,45 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=uvicorn
-pkgver=0.21.1
-pkgrel=2
-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=73b7bcdcaa663dd9d74a9fcadea0ce3ec1761f2f
-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-staging-any/PKGBUILD (from rev 1444158,
uvicorn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 12:02:36 UTC (rev 1444160)
@@ -0,0 +1,45 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=uvicorn
+pkgver=0.21.1
+pkgrel=3
+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=73b7bcdcaa663dd9d74a9fcadea0ce3ec1761f2f
+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: