[arch-commits] Commit in python-pikepdf/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 14:03:30 UTC 2022


    Date: Saturday, August 27, 2022 @ 14:03:29
  Author: arojas
Revision: 1284812

upgpkg: python-pikepdf 5.5.0-1: Update to 5.5.0

Modified:
  python-pikepdf/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 14:03:04 UTC (rev 1284811)
+++ PKGBUILD	2022-08-27 14:03:29 UTC (rev 1284812)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=5.3.1
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -10,15 +10,13 @@
 url='https://github.com/pikepdf/pikepdf'
 license=(MPL2)
 makedepends=(pybind11 python-build python-installer python-wheel python-toml python-setuptools-scm)
-depends=(python-lxml python-pillow python-deprecation qpdf)
+depends=(python-lxml python-pillow python-deprecation python-typing_extensions python-packaging qpdf)
 checkdepends=(python-pytest-xdist python-hypothesis)
 source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('b8c9e5cc1c73fa4d0dae9f4b184adbc72949973a011f2746c851affec3c0ede3')
+sha256sums=('9dd51dbdfa0470135cced6f14ef77ab2d2478f15711b1376984702191ef7625b')
 
 build() {
   cd pikepdf-$pkgver
-# Work around https://github.com/pikepdf/pikepdf/issues/367
-  SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver \
   python -m build --wheel --no-isolation
 }
 



More information about the arch-commits mailing list