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

Morten Linderud foxboron at archlinux.org
Fri Aug 21 15:10:25 UTC 2020


    Date: Friday, August 21, 2020 @ 15:10:25
  Author: foxboron
Revision: 686084

archrelease: copy trunk to community-x86_64

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

-----------+
 ChangeLog |   36 +++++++++++++++----------------
 PKGBUILD  |   68 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2020-08-21 15:09:21 UTC (rev 686083)
+++ ChangeLog	2020-08-21 15:10:25 UTC (rev 686084)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora           <giovanni at archlinux.org>
-
-	* Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Adding ChangeLog
-	* Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 686083, python-reportlab/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2020-08-21 15:10:25 UTC (rev 686084)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora           <giovanni at archlinux.org>
+
+	* Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Adding ChangeLog
+	* Updating for i686: 2.2
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-21 15:09:21 UTC (rev 686083)
+++ PKGBUILD	2020-08-21 15:10:25 UTC (rev 686084)
@@ -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.5.47
-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=('45b2a7aa65e082bf481eea9994cdc00292698f8dc9e4a8c0ecfc6be90548803f')
-
-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 686083, python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-21 15:10:25 UTC (rev 686084)
@@ -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.5.48
+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=('0bfe3fe6e1bd1d922f83683eae2ba1d2d29de94e25fb115eacca9530b4b02f76')
+
+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
+}



More information about the arch-commits mailing list