python3-pluggy: update to 1.2.0.

This commit is contained in:
icp 2023-07-20 12:29:08 +05:30 committed by Chocimier
parent 0c615064d3
commit e7222c8156
1 changed files with 6 additions and 12 deletions

View File

@ -1,24 +1,18 @@
# Template file for 'python3-pluggy'
pkgname=python3-pluggy
version=1.0.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
version=1.2.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=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
do_check() {
# Must export PYTHONPATH so subprocesses see the variable
local _pypath="${PYTHONPATH}"
export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
python3 -m pytest
}
checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
post_install() {
vlicense LICENSE