Date: Thursday, April 13, 2023 @ 16:19:10
Author: arojas
Revision: 1445878
archrelease: copy trunk to community-x86_64
Added:
python-pikepdf/repos/community-x86_64/PKGBUILD
(from rev 1445877, python-pikepdf/trunk/PKGBUILD)
Deleted:
python-pikepdf/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-13 16:18:58 UTC (rev 1445877)
+++ PKGBUILD 2023-04-13 16:19:10 UTC (rev 1445878)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Fredrick Brennan <[email protected]>
-# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
-
-pkgname=python-pikepdf
-pkgver=7.1.2
-pkgrel=1
-pkgdesc='Read and write PDFs with Python, powered by qpdf'
-arch=(x86_64)
-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 python-typing_extensions
python-packaging qpdf)
-checkdepends=(python-pytest-xdist python-hypothesis python-psutil)
-source=(https://github.com/pikepdf/pikepdf/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('c2020b19b695b759857d8f2270dcc829f7e1c6f0aa7538b9fcd48fd6548f23e3')
-
-build() {
- cd pikepdf-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd pikepdf-$pkgver
- python -m venv --system-site-packages test-env
- test-env/bin/python -m installer dist/*.whl
- test-env/bin/python -m pytest
-}
-
-package() {
- cd pikepdf-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-pikepdf/repos/community-x86_64/PKGBUILD (from rev 1445877,
python-pikepdf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-13 16:19:10 UTC (rev 1445878)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Fredrick Brennan <[email protected]>
+# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
+
+pkgname=python-pikepdf
+pkgver=7.2.0
+pkgrel=1
+pkgdesc='Read and write PDFs with Python, powered by qpdf'
+arch=(x86_64)
+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 python-typing_extensions
python-packaging qpdf)
+checkdepends=(python-pytest-xdist python-hypothesis python-psutil)
+source=(https://github.com/pikepdf/pikepdf/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('fa0b980ebc5521bce2c5af1ab23291ef2a2d54b7be55e6d75b4168bb1129e70c')
+
+build() {
+ cd pikepdf-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd pikepdf-$pkgver
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ test-env/bin/python -m pytest
+}
+
+package() {
+ cd pikepdf-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}