From 7e7dc1d50865da89883fe5cd362e756990c408ce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:28:14 -0500 Subject: [PATCH] python3-pytest-fixture-config: update to 1.8.0. --- .../patches/no_setuptools_git.patch | 11 ----------- srcpkgs/python3-pytest-fixture-config/template | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/python3-pytest-fixture-config/patches/no_setuptools_git.patch diff --git a/srcpkgs/python3-pytest-fixture-config/patches/no_setuptools_git.patch b/srcpkgs/python3-pytest-fixture-config/patches/no_setuptools_git.patch deleted file mode 100644 index f3455685738..00000000000 --- a/srcpkgs/python3-pytest-fixture-config/patches/no_setuptools_git.patch +++ /dev/null @@ -1,11 +0,0 @@ -Void doesn't package setuptools-git, and there's no need to start now. - ---- a/common_setup.py -+++ b/common_setup.py -@@ -72,6 +72,5 @@ - license='MIT license', - platforms=['unix', 'linux'], - cmdclass={'test': PyTest, 'egg_info': EggInfo}, -- setup_requires=['setuptools-git'], - include_package_data=True - ) diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template index e1adc058224..1276088cefa 100644 --- a/srcpkgs/python3-pytest-fixture-config/template +++ b/srcpkgs/python3-pytest-fixture-config/template @@ -1,8 +1,8 @@ # Template file for 'python3-pytest-fixture-config' pkgname=python3-pytest-fixture-config _pkgname=${pkgname#*-} -version=1.7.0 -revision=3 +version=1.8.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pytest" @@ -12,7 +12,7 @@ maintainer="Orphaned " license="MIT" homepage="https://github.com/manahl/pytest-plugins" distfiles="${PYPI_SITE}/p/${_pkgname}/${_pkgname}-${version}.tar.gz" -checksum=41a17417721f6862ce6b40e3280fddd8e1659b2c306ec46b237d7021fec5218e +checksum=c739895fe20851bdba53f246d0599aa389bc1a1cba48db2ecac0130576dc1b0e post_install() { vlicense LICENSE