[arch-commits] Commit in python-pikepdf/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Nov 22 14:52:24 UTC 2021
Date: Monday, November 22, 2021 @ 14:52:24
Author: arojas
Revision: 1054249
archrelease: copy trunk to community-x86_64
Added:
python-pikepdf/repos/community-x86_64/PKGBUILD
(from rev 1054248, python-pikepdf/trunk/PKGBUILD)
Deleted:
python-pikepdf/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-22 14:52:13 UTC (rev 1054248)
+++ PKGBUILD 2021-11-22 14:52:24 UTC (rev 1054249)
@@ -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.0.1
-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-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=('7c08efe25ced51aa8f89482717ce7443c1692d2b7f7102984ea426d4102c928e')
-
-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-x86_64/PKGBUILD (from rev 1054248, python-pikepdf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-22 14:52:24 UTC (rev 1054249)
@@ -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.0.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-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=('711d07e8c8cc8782563de3b9deb448b96bebe04fbc89d675016f91b3eb5296cb')
+
+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