diff --git a/srcpkgs/python3-aiohappyeyeballs/template b/srcpkgs/python3-aiohappyeyeballs/template new file mode 100644 index 00000000000..9def2cb958a --- /dev/null +++ b/srcpkgs/python3-aiohappyeyeballs/template @@ -0,0 +1,19 @@ +# Template file for 'python3-aiohappyeyeballs' +pkgname=python3-aiohappyeyeballs +version=2.3.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core" +depends="python3" +checkdepends="python3-pytest-asyncio" +short_desc="Happy eyeballs for pre-resolved hosts" +maintainer="Andrew J. Hesford " +license="PSF-2.0" +homepage="https://aiohappyeyeballs.readthedocs.io" +changelog="https://raw.githubusercontent.com/aio-libs/aiohappyeyeballs/main/CHANGELOG.md" +distfiles="https://github.com/aio-libs/aiohappyeyeballs/archive/v${version}.tar.gz" +checksum=37f3b588a3dc0c8b11d9a59894c74f95a581112c7152609cc9d7398706a93d08 + +pre_check() { + vsed -i -e '/^addopts/d' pyproject.toml +}