Date: Wednesday, September 22, 2021 @ 06:27:11 Author: arojas Revision: 1021361
archrelease: copy trunk to community-x86_64 Added: python-pikepdf/repos/community-x86_64/PKGBUILD (from rev 1021360, 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-09-22 06:27:01 UTC (rev 1021360) +++ PKGBUILD 2021-09-22 06:27:11 UTC (rev 1021361) @@ -1,30 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Fredrick Brennan <copypa...@kittens.ph> -# Contributor: Stephan Eisvogel <eisvogel at embinet dot de> - -pkgname=python-pikepdf -pkgver=3.0.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-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=('3c17937e230b22afa975e69130e89df2911dd1e2c7bbe200138684154e428843') - -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 1021360, python-pikepdf/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-09-22 06:27:11 UTC (rev 1021361) @@ -0,0 +1,30 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Fredrick Brennan <copypa...@kittens.ph> +# Contributor: Stephan Eisvogel <eisvogel at embinet dot de> + +pkgname=python-pikepdf +pkgver=3.1.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-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=('aeb813b5f36534d2bedf08487ab2b022c43f4c8a3e86e611c5f7c8fb97309db5') + +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 +}