python3-pikepdf: update to 3.0.0.

This commit is contained in:
Philipp David 2021-09-09 10:23:31 +02:00 committed by Érico Nogueira Rolim
parent 227fd69a06
commit 70260ef7d4
2 changed files with 20 additions and 12 deletions

View File

@ -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"]

View File

@ -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 <pd@3b.pm>"
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