[arch-commits] Commit in python-pikepdf/repos/community-testing-x86_64 (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 11 18:33:32 UTC 2021


    Date: Saturday, December 11, 2021 @ 18:33:31
  Author: arojas
Revision: 1068302

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pikepdf/repos/community-testing-x86_64/PKGBUILD
    (from rev 1068301, python-pikepdf/trunk/PKGBUILD)
Deleted:
  python-pikepdf/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 18:33:20 UTC (rev 1068301)
+++ PKGBUILD	2021-12-11 18:33:31 UTC (rev 1068302)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Fredrick Brennan <copypaste at kittens.ph>
-# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
-
-pkgname=python-pikepdf
-pkgver=4.1.0
-pkgrel=3
-pkgdesc='Read and write PDFs with Python, powered by qpdf'
-arch=(x86_64)
-url='https://github.com/pikepdf/pikepdf'
-license=(MPL2)
-makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
-depends=(python-lxml python-pillow qpdf)
-source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('bf31a8ab6b33ea5483c0a4d388e9623ff23f5b60caac9edb73201b2fcac2918c')
-
-prepare() {
-  sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove unused build dependency
-}
-
-build() {
-  cd pikepdf-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pikepdf-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pikepdf/repos/community-testing-x86_64/PKGBUILD (from rev 1068301, python-pikepdf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-11 18:33:31 UTC (rev 1068302)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Fredrick Brennan <copypaste at kittens.ph>
+# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
+
+pkgname=python-pikepdf
+pkgver=4.2.0
+pkgrel=2
+pkgdesc='Read and write PDFs with Python, powered by qpdf'
+arch=(x86_64)
+url='https://github.com/pikepdf/pikepdf'
+license=(MPL2)
+makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
+depends=(python-lxml python-pillow qpdf)
+source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
+sha256sums=('9a91564193f2c01a55aef4c3b97764b2cb59443034b62a95620b12eb265c647e')
+
+prepare() {
+  sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove unused build dependency
+}
+
+build() {
+  cd pikepdf-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pikepdf-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list