From 28841da1a4b4858765c82a121d539109221f2ed2 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 20 Jul 2023 12:29:08 +0530 Subject: [PATCH 1/2] python3-pluggy: update to 1.2.0. --- srcpkgs/python3-pluggy/template | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template index eefb5a0bd62a..bdacf94b69c0 100644 --- a/srcpkgs/python3-pluggy/template +++ b/srcpkgs/python3-pluggy/template @@ -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 " 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 From 1ac2c42fa720b3e7b38813c1d211014c51619d7d Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 20 Jul 2023 22:39:16 +0530 Subject: [PATCH 2/2] python3-virtualenv: update to 20.24.1. --- srcpkgs/python3-virtualenv/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template index a9673a38307c..84c8d26e6616 100644 --- a/srcpkgs/python3-virtualenv/template +++ b/srcpkgs/python3-virtualenv/template @@ -1,6 +1,6 @@ # Template file for 'python3-virtualenv' pkgname=python3-virtualenv -version=20.23.1 +version=20.24.1 revision=1 build_style=python3-pep517 make_check_args="--ignore tests/unit/seed/wheels/test_periodic_update.py @@ -15,7 +15,7 @@ license="MIT" homepage="https://virtualenv.pypa.io/" changelog="https://virtualenv.pypa.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz" -checksum=8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1 +checksum=2ef6a237c31629da6442b0bcaa3999748108c7166318d1f55cc9f8d7294e97bd alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3" post_install() {