void-packages/srcpkgs/python3-aiohappyeyeballs/template
2025-03-18 09:35:51 -04:00

19 lines
702 B
Bash

# Template file for 'python3-aiohappyeyeballs'
pkgname=python3-aiohappyeyeballs
version=2.6.1
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 <ajh@sideband.org>"
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=1c39ffb3dfc71547f8af88bb247bb9feffc12545b032a882cd245295ac49e845
pre_check() {
vsed -i -e '/^addopts/d' pyproject.toml
}