[arch-commits] Commit in python-reportlab/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Mon Dec 13 19:27:18 UTC 2021
Date: Monday, December 13, 2021 @ 19:27:18
Author: foxboron
Revision: 1072117
archrelease: copy trunk to community-x86_64
Added:
python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 1072116, python-reportlab/trunk/PKGBUILD)
Deleted:
python-reportlab/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-13 19:27:11 UTC (rev 1072116)
+++ PKGBUILD 2021-12-13 19:27:18 UTC (rev 1072117)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.6.2
-pkgrel=3
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://www.reportlab.com/"
-depends=('freetype2')
-depends=('python' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('f0c4b47b012d893b0b9f5703cf6f01b5593714a3fc1e7dc73efbbfe26bb7e16a')
-
-build() {
- cd ${_origname}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_origname}-${pkgver}
- python setup.py tests || true
- rm tests/_i_am_actually_a_*
-}
-
-package() {
- cd ${_origname}-${pkgver}
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 1072116, python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-13 19:27:18 UTC (rev 1072117)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.6.3
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/"
+depends=('freetype2')
+depends=('python' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('be4f05230eb17b9c9c61a180ab0c89c30112da2823c77807a2a5ddba19365865')
+
+build() {
+ cd ${_origname}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_origname}-${pkgver}
+ python setup.py tests || true
+ rm tests/_i_am_actually_a_*
+}
+
+package() {
+ cd ${_origname}-${pkgver}
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
More information about the arch-commits
mailing list