Date: Monday, April 13, 2020 @ 18:30:51
  Author: arojas
Revision: 613704

archrelease: copy trunk to community-x86_64

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

-----------+
 ChangeLog |   36 ++++++++++++++++++------------------
 PKGBUILD  |   56 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog   2020-04-13 18:30:25 UTC (rev 613703)
+++ ChangeLog   2020-04-13 18:30:51 UTC (rev 613704)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  <[email protected]>
-
-       * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora           <[email protected]>
-
-       * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  <[email protected]>
-
-       * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  <[email protected]>
-
-       * Adding ChangeLog
-       * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 613703, 
python-reportlab/trunk/ChangeLog)
===================================================================
--- ChangeLog                           (rev 0)
+++ ChangeLog   2020-04-13 18:30:51 UTC (rev 613704)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  <[email protected]>
+
+       * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora           <[email protected]>
+
+       * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  <[email protected]>
+
+       * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  <[email protected]>
+
+       * Adding ChangeLog
+       * Updating for i686: 2.2
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-13 18:30:25 UTC (rev 613703)
+++ PKGBUILD    2020-04-13 18:30:51 UTC (rev 613704)
@@ -1,28 +0,0 @@
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: William Rea <[email protected]>
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.34
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab";
-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=('9675a26d01ec141cb717091bb139b6227bfb3794f521943101da50327bff4825')
-
-package() {
-    cd ${_origname}-${pkgver}
-    python setup.py install --root="$pkgdir" --optimize=1
-    install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-check() {
-    cd ${_origname}-${pkgver}
-    python setup.py tests
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 613703, 
python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-04-13 18:30:51 UTC (rev 613704)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: William Rea <[email protected]>
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.42
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab";
+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=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744')
+
+package() {
+    cd ${_origname}-${pkgver}
+    python setup.py install --root="$pkgdir" --optimize=1
+    install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+check() {
+    cd ${_origname}-${pkgver}
+    python setup.py tests
+}

Reply via email to