mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: python3-anyio-3.0.1
This commit is contained in:
parent
78dd3aeca9
commit
80f4fa84a3
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-anyio/template
Normal file
20
srcpkgs/python3-anyio/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-anyio'
|
||||||
|
pkgname=python3-anyio
|
||||||
|
version=3.0.1
|
||||||
|
revision=1
|
||||||
|
wrksrc=anyio-${version}
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools_scm"
|
||||||
|
depends="python3-sniffio python3-idna"
|
||||||
|
short_desc="High level asynchronous concurrency and networking framework"
|
||||||
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/agronholm/anyio"
|
||||||
|
distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
|
||||||
|
checksum=1ef7622396ab55829d4236a6f75e2199df6d26a4ba79bea0cb942a5fd2f79a23
|
||||||
|
# Tests require unpackaged "trustme"
|
||||||
|
make_check=no
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue