mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: python3-execnet-1.9.0
This commit is contained in:
parent
1071d7f7ff
commit
d006386c9a
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-execnet/template
Normal file
19
srcpkgs/python3-execnet/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-execnet'
|
||||||
|
pkgname=python3-execnet
|
||||||
|
version=1.9.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools python3-setuptools_scm"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="Distributed Python deployment and communication"
|
||||||
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://execnet.readthedocs.io/en/stable/"
|
||||||
|
changelog="https://raw.githubusercontent.com/pytest-dev/execnet/master/CHANGELOG.rst"
|
||||||
|
distfiles="${PYPI_SITE}/e/execnet/execnet-${version}.tar.gz"
|
||||||
|
checksum=8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue