mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pluggy: update to 1.2.0.
This commit is contained in:
parent
0c615064d3
commit
e7222c8156
1 changed files with 6 additions and 12 deletions
|
@ -1,24 +1,18 @@
|
||||||
# Template file for 'python3-pluggy'
|
# Template file for 'python3-pluggy'
|
||||||
pkgname=python3-pluggy
|
pkgname=python3-pluggy
|
||||||
version=1.0.0
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Minimalist production ready plugin system (Python3)"
|
short_desc="Minimalist production ready plugin system (Python3)"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pytest-dev/pluggy"
|
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"
|
distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
|
||||||
checksum=4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159
|
checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# Must export PYTHONPATH so subprocesses see the variable
|
|
||||||
local _pypath="${PYTHONPATH}"
|
|
||||||
export PYTHONPATH="${PWD}/src:${PYTHONPATH}"
|
|
||||||
python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue