mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-rfc6555: decouple from python-rfc6555, update to 0.1.0.
This commit is contained in:
parent
c637676e3a
commit
69f2ecde0f
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-rfc6555/template
Normal file
17
srcpkgs/python3-rfc6555/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'python3-rfc6555'
|
||||||
|
pkgname=python3-rfc6555
|
||||||
|
version=0.1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc=rfc6555-${version}
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue