Date: Thursday, December 15, 2022 @ 19:20:20
  Author: foxboron
Revision: 1359390

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/PKGBUILD
    (from rev 1359389, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 19:20:15 UTC (rev 1359389)
+++ PKGBUILD    2022-12-15 19:20:20 UTC (rev 1359390)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: William Rea <[email protected]>
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.6.12
-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=('b13cebf4e397bba14542bcd023338b6ff2c151a3a12aabca89eecbf972cb361a')
-
-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 1359389, 
python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-15 19:20:20 UTC (rev 1359390)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: William Rea <[email protected]>
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.6.12
+pkgrel=2
+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=('b13cebf4e397bba14542bcd023338b6ff2c151a3a12aabca89eecbf972cb361a')
+
+build() {
+    cd ${_origname}-${pkgver}
+    python setup.py build
+}
+
+check() {
+    cd ${_origname}-${pkgver}
+    python -m unittest discover -vs 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
+}

Reply via email to