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

2020-12-27 Thread Morten Linderud via arch-commits
Date: Sunday, December 27, 2020 @ 12:47:06
  Author: foxboron
Revision: 793529

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-27 12:46:57 UTC (rev 793528)
+++ PKGBUILD2020-12-27 12:47:06 UTC (rev 793529)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.56
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://www.reportlab.com/;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('51b16e297f7b937fc530dd151e4b38f1d305b01c9aa10657bc32a5d2901b8ad7')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-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 793528, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-27 12:47:06 UTC (rev 793529)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.57
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('6c89b10e6bafc429840932a25504bf61e1b12e9e87bf4360be9e618377ec13a1')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+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
+}


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

2020-12-02 Thread Morten Linderud via arch-commits
Date: Wednesday, December 2, 2020 @ 11:36:52
  Author: foxboron
Revision: 769142

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-02 11:36:44 UTC (rev 769141)
+++ PKGBUILD2020-12-02 11:36:52 UTC (rev 769142)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.55
-pkgrel=3
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://www.reportlab.com/;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('4f307accda32c9f17015ed77c7424f904514e349dff063f78d2462d715963e53')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-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 769141, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-02 11:36:52 UTC (rev 769142)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.56
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('51b16e297f7b937fc530dd151e4b38f1d305b01c9aa10657bc32a5d2901b8ad7')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+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
+}


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

2020-11-01 Thread Morten Linderud via arch-commits
Date: Sunday, November 1, 2020 @ 18:47:44
  Author: foxboron
Revision: 738930

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-01 18:47:36 UTC (rev 738929)
+++ PKGBUILD2020-11-01 18:47:44 UTC (rev 738930)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.54
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://www.reportlab.com/;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('8365efe779e43e8005eace19c11c36e6a4bbea86ddc868b8db122240391c1747')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-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 738929, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-01 18:47:44 UTC (rev 738930)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.55
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('4f307accda32c9f17015ed77c7424f904514e349dff063f78d2462d715963e53')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+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
+}


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:26:08
  Author: foxboron
Revision: 733979

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:26:01 UTC (rev 733978)
+++ PKGBUILD2020-10-26 16:26:08 UTC (rev 733979)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.53
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://www.reportlab.com/;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('49e32586d3a814a5f77407c0590504a72743ca278518b3c0f90182430f2d87af')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-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 733978, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:26:08 UTC (rev 733979)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.54
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('8365efe779e43e8005eace19c11c36e6a4bbea86ddc868b8db122240391c1747')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+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
+}