[arch-commits] Commit in python-pikepdf/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Dec 7 09:07:35 UTC 2019
Date: Saturday, December 7, 2019 @ 09:07:35
Author: arojas
Revision: 536258
archrelease: copy trunk to community-x86_64
Added:
python-pikepdf/repos/community-x86_64/PKGBUILD
(from rev 536257, python-pikepdf/trunk/PKGBUILD)
Deleted:
python-pikepdf/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-07 08:43:25 UTC (rev 536257)
+++ PKGBUILD 2019-12-07 09:07:35 UTC (rev 536258)
@@ -1,26 +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=1.7.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)
-depends=(python-lxml qpdf)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz")
-sha256sums=('801df9e0e0a5c1dcb5595e012adfc6a3cba0cfe59c2f6d87ba30d401195d8c69')
-
-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 536257, python-pikepdf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-07 09:07:35 UTC (rev 536258)
@@ -0,0 +1,26 @@
+# 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=1.8.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-setuptools)
+depends=(python-lxml qpdf)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz")
+sha256sums=('828d60ab350656d37f7a0e88bcebdc7f86c938ed69eb3dcca82130c1e9ce0cae')
+
+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