user/py3-uvicorn: removed, as in aports

This commit is contained in:
Antoine Martin 2023-04-01 09:09:04 -04:00
parent 0e1ea2cc09
commit b4de71a232
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,27 +0,0 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=py3-uvicorn
_pyname="uvicorn"
pkgver=0.18.3
pkgrel=0
arch="noarch !s390x !armhf !ppc64le" # py3-watchfiles py3-uvloop
pkgdesc="The lightning-fast ASGI server"
url="https://pypi.python.org/project/$_pyname"
license="BSD-3-Clause"
depends="python3 py3-asgiref py3-click py3-h11 py3-websockets py3-httptools py3-uvloop py3-watchfiles"
makedepends="py3-installer py3-hatchling py3-build"
options="!check" # No testsuite
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
build() {
python3 -m build --wheel --no-isolation
}
package() {
python3 -m installer --destdir="$pkgdir" dist/*.whl
}
sha512sums="
f54f1e018e5b9e9dff865e7211199b4605088640579fa81bbe0a7cdf357d76fc33fb5fe6fe0806dcc08354320ddde9d7c3bb290205ea4de57cc79ae147a3d14a py3-uvicorn-0.18.3.tar.gz
"