diff --git a/srcpkgs/python3-pikepdf/patches/remove_pytest-xdist_dependency.patch b/srcpkgs/python3-pikepdf/patches/remove_pytest-xdist_dependency.patch index 8532dd07449..ea844d5e4d7 100644 --- a/srcpkgs/python3-pikepdf/patches/remove_pytest-xdist_dependency.patch +++ b/srcpkgs/python3-pikepdf/patches/remove_pytest-xdist_dependency.patch @@ -1,11 +1,19 @@ ---- a/setup.cfg -+++ b/setup.cfg -@@ -7,8 +7,6 @@ test=pytest - [tool:pytest] - norecursedirs = lib .pc .git venv - testpaths = tests --addopts = -- -n auto +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -35,7 +35,7 @@ + ''' - [coverage:run] + [tool.cibuildwheel] +-test-command = "pytest -nauto {project}/tests" ++test-command = "pytest {project}/tests" + test-extras = "test" + skip = "cp310-*" + test-skip = "*_arm64 *_universal2:arm64" +@@ -82,7 +82,6 @@ + minversion = "6.0" + norecursedirs = ["lib", ".pc", ".git", "venv"] + testpaths = ["tests"] +-addopts = "-n auto" + [tool.coverage.run] + concurrency = ["multiprocessing"] diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template index 06c892270d6..f49808e85a9 100644 --- a/srcpkgs/python3-pikepdf/template +++ b/srcpkgs/python3-pikepdf/template @@ -1,7 +1,7 @@ # Template file for 'python3-pikepdf' pkgname=python3-pikepdf -version=2.16.1 -revision=2 +version=3.0.0 +revision=1 wrksrc="pikepdf-${version}" build_style=python3-module hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel" @@ -13,7 +13,7 @@ maintainer="Philipp David " license="MPL-2.0" homepage="https://github.com/pikepdf/pikepdf" distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz" -checksum=e24dff6af31f1eb732fcb5db4678835d1f312643996fdcd9dbeb8aca52bc0dde +checksum=3c17937e230b22afa975e69130e89df2911dd1e2c7bbe200138684154e428843 pre_build() { vsed -e '/setuptools_scm_git_archive/d' -i setup.py