diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template index 2133a767d49..05ceb3a2e0d 100644 --- a/srcpkgs/python3-hypercorn/template +++ b/srcpkgs/python3-hypercorn/template @@ -1,21 +1,20 @@ # Template file for 'python3-hypercorn' pkgname=python3-hypercorn -version=0.13.2 +version=0.14.3 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-pep517 -make_install_target="Hypercorn-${version}-*-*-*.whl" hostmakedepends="python3-poetry-core" depends="python3-h11 python3-h2 python3-priority python3-toml python3-typing_extensions python3-wsproto" -checkdepends="python3-pytest-asyncio python3-tomli $depends" +checkdepends="python3-pytest-asyncio python3-trio $depends" short_desc="Python ASGI server based on hyper and inspired by gunicorn" maintainer="Andrew J. Hesford " license="MIT" -homepage="https://gitlab.com/pgjones/hypercorn" -changelog="https://gitlab.com/pgjones/hypercorn/-/blob/master/CHANGELOG.rst" -distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz" -checksum=f08bf9cbd9d813f4cd29bb5398b064176b4639dcc430dd1d366a389dae4ca280 +homepage="https://github.com/pgjones/hypercorn" +changelog="https://raw.githubusercontent.com/pgjones/hypercorn/main/CHANGELOG.rst" +distfiles="https://github.com/pgjones/hypercorn/archive/refs/tags/${version}.tar.gz" +checksum=1af65061783adb4c85b4bfe9b7c9f684b904cd6885c06d787868276647810e6f do_check() { vsed -i pyproject.toml -e '/addopts/d' diff --git a/srcpkgs/python3-hypercorn/update b/srcpkgs/python3-hypercorn/update deleted file mode 100644 index 6b8926d40de..00000000000 --- a/srcpkgs/python3-hypercorn/update +++ /dev/null @@ -1,2 +0,0 @@ -site="${homepage}/-/tags/" -pattern="${pkgname#*-}-\K[\d.]*(?=\.tar)"