mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python3-execnet: update to 2.0.2.
This commit is contained in:
parent
da85d81afa
commit
736f511069
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-execnet'
|
# Template file for 'python3-execnet'
|
||||||
pkgname=python3-execnet
|
pkgname=python3-execnet
|
||||||
version=1.9.0
|
version=2.0.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-setuptools_scm"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Distributed Python deployment and communication"
|
short_desc="Distributed Python deployment and communication"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://execnet.readthedocs.io/en/stable/"
|
homepage="https://execnet.readthedocs.io/en/stable/"
|
||||||
changelog="https://raw.githubusercontent.com/pytest-dev/execnet/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/pytest-dev/execnet/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/e/execnet/execnet-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/execnet/execnet-${version}.tar.gz"
|
||||||
checksum=8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5
|
checksum=cc59bc4423742fd71ad227122eb0dd44db51efb3dc4095b45ac9a08c770096af
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue