20 lines
643 B
Bash
20 lines
643 B
Bash
# Template file for 'python3-pluggy'
|
|
pkgname=python3-pluggy
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Minimalist production ready plugin system (Python3)"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="MIT"
|
|
homepage="https://github.com/pytest-dev/pluggy"
|
|
changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
|
|
checksum=2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|