20 lines
638 B
Bash
20 lines
638 B
Bash
# Template file for 'python3-execnet'
|
|
pkgname=python3-execnet
|
|
version=2.1.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs"
|
|
depends="python3"
|
|
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=5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|