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

Antonio Rojas arojas at archlinux.org
Sat Nov 9 11:09:33 UTC 2019


    Date: Saturday, November 9, 2019 @ 11:09:33
  Author: arojas
Revision: 524807

archrelease: copy trunk to community-staging-x86_64

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

-----------+
 ChangeLog |   36 ++++++++++++-------------
 PKGBUILD  |   86 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2019-11-09 11:09:19 UTC (rev 524806)
+++ ChangeLog	2019-11-09 11:09:33 UTC (rev 524807)
@@ -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-staging-x86_64/ChangeLog (from rev 524806, python-reportlab/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2019-11-09 11:09:33 UTC (rev 524807)
@@ -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	2019-11-09 11:09:19 UTC (rev 524806)
+++ PKGBUILD	2019-11-09 11:09:33 UTC (rev 524807)
@@ -1,43 +0,0 @@
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-_origname=reportlab
-pkgbase=python-reportlab
-pkgname=(python2-reportlab python-reportlab)
-pkgver=3.5.28
-pkgrel=2
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab"
-depends=('freetype2')
-makedepends+=('python' 'python2' 'freetype2' 'python2-pillow' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('7195c6ea096d10c91cc470f9f0ced3ad74470d9c0fd97923b5e764597dd13671')
-
-build() {
-    cp -rf ${_origname}-${pkgver} "${_origname}2"
-}
-
-package_python2-reportlab() {
-    depends+=('python2' 'python2-pip' 'python2-pillow')
-
-    cd ${_origname}2
-    python2 setup.py install --root="$pkgdir" --optimize=1
-    install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-reportlab() {
-    depends+=('python3' 'python-pip' 'python-pillow')
-
-    cd ${_origname}-${pkgver}
-    python3 setup.py install --root="$pkgdir" --optimize=1
-    install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-check() {
-    cd ${_origname}-${pkgver}
-    python2 setup.py tests
-    python setup.py tests
-}

Copied: python-reportlab/repos/community-staging-x86_64/PKGBUILD (from rev 524806, python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-09 11:09:33 UTC (rev 524807)
@@ -0,0 +1,43 @@
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+_origname=reportlab
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+pkgver=3.5.32
+pkgrel=2
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab"
+depends=('freetype2')
+makedepends+=('python' 'python2' 'freetype2' 'python2-pillow' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('83ef44936ef4e9c432d62bc2b72ec8d772b87af319d123e827a72e9b6884c851')
+
+build() {
+    cp -rf ${_origname}-${pkgver} "${_origname}2"
+}
+
+package_python2-reportlab() {
+    depends+=('python2' 'python2-pip' 'python2-pillow')
+
+    cd ${_origname}2
+    python2 setup.py install --root="$pkgdir" --optimize=1
+    install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python-reportlab() {
+    depends+=('python3' 'python-pip' 'python-pillow')
+
+    cd ${_origname}-${pkgver}
+    python3 setup.py install --root="$pkgdir" --optimize=1
+    install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+check() {
+    cd ${_origname}-${pkgver}
+    python2 setup.py tests
+    python setup.py tests
+}



More information about the arch-commits mailing list