17 lines
725 B
Bash
17 lines
725 B
Bash
# Template file for 'python3-rfc6555'
|
|
pkgname=python3-rfc6555
|
|
version=0.1.0
|
|
revision=3
|
|
build_style=python3-module
|
|
make_check_args="--deselect tests/test_ipv6.py::test_ipv6_available" # CI fail
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-pytest-xdist"
|
|
short_desc="Python implementation of Happy Eyeballs Algorithm described in RFC 6555"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/sethmlarson/rfc6555"
|
|
changelog="https://raw.githubusercontent.com/sethmlarson/rfc6555/main/CHANGES.rst"
|
|
distfiles="https://github.com/sethmlarson/rfc6555/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=8a15da0f619227c6938be27c64e844668701bca65205002eda789a4fd883b23f
|