mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pikepdf: update to 3.0.0.
This commit is contained in:
parent
227fd69a06
commit
70260ef7d4
2 changed files with 20 additions and 12 deletions
|
@ -1,11 +1,19 @@
|
||||||
--- a/setup.cfg
|
--- a/pyproject.toml
|
||||||
+++ b/setup.cfg
|
+++ b/pyproject.toml
|
||||||
@@ -7,8 +7,6 @@ test=pytest
|
@@ -35,7 +35,7 @@
|
||||||
[tool:pytest]
|
'''
|
||||||
norecursedirs = lib .pc .git venv
|
|
||||||
testpaths = tests
|
|
||||||
-addopts =
|
|
||||||
- -n auto
|
|
||||||
|
|
||||||
[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"]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pikepdf'
|
# Template file for 'python3-pikepdf'
|
||||||
pkgname=python3-pikepdf
|
pkgname=python3-pikepdf
|
||||||
version=2.16.1
|
version=3.0.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pikepdf-${version}"
|
wrksrc="pikepdf-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Philipp David <pd@3b.pm>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/pikepdf/pikepdf"
|
homepage="https://github.com/pikepdf/pikepdf"
|
||||||
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
|
||||||
checksum=e24dff6af31f1eb732fcb5db4678835d1f312643996fdcd9dbeb8aca52bc0dde
|
checksum=3c17937e230b22afa975e69130e89df2911dd1e2c7bbe200138684154e428843
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
vsed -e '/setuptools_scm_git_archive/d' -i setup.py
|
vsed -e '/setuptools_scm_git_archive/d' -i setup.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue