[arch-commits] Commit in python-reportlab/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Thu Oct 14 21:33:12 UTC 2021


    Date: Thursday, October 14, 2021 @ 21:33:12
  Author: foxboron
Revision: 1030213

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/PKGBUILD
    (from rev 1030212, 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-10-14 21:33:05 UTC (rev 1030212)
+++ PKGBUILD	2021-10-14 21:33:12 UTC (rev 1030213)
@@ -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.1
-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=('68f9324000cfc5570b5a59a92306691b5d655078a399f20bc72c2581fe903261')
-
-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 1030212, python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-14 21:33:12 UTC (rev 1030213)
@@ -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.2
+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=('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
+}



More information about the arch-commits mailing list