[arch-commits] Commit in python-reportlab/repos (8 files)

Jelle van der Waa jelle at archlinux.org
Wed Feb 18 15:38:04 UTC 2015


    Date: Wednesday, February 18, 2015 @ 16:38:04
  Author: jelle
Revision: 127947

archrelease: copy trunk to community-i686, community-x86_64

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

----------------------------+
 /ChangeLog                 |   36 ++++++++++++++++
 /PKGBUILD                  |   92 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   18 --------
 community-i686/PKGBUILD    |   46 ---------------------
 community-x86_64/ChangeLog |   18 --------
 community-x86_64/PKGBUILD  |   46 ---------------------
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2015-02-18 15:37:54 UTC (rev 127946)
+++ community-i686/ChangeLog	2015-02-18 15:38:04 UTC (rev 127947)
@@ -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-i686/ChangeLog (from rev 127946, python-reportlab/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2015-02-18 15:38:04 UTC (rev 127947)
@@ -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: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-02-18 15:37:54 UTC (rev 127946)
+++ community-i686/PKGBUILD	2015-02-18 15:38:04 UTC (rev 127947)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgbase=python-reportlab
-pkgname=(python2-reportlab python-reportlab)
-_origname=reportlab
-pkgver=3.1.8
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('i686' 'x86_64')
-url="http://www.reportlab.org/rl_toolkit.html"
-depends=('freetype2')
-conflicts=('python-reportlab<=2.5-2')
-checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow')
-replaces=('python-reportlab<=2.5-2')
-license=('CUSTOM')
-source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz")
-md5sums=(820a9fda647078503597b85cdba7ed7f)
-
-build() {
-    cd $srcdir
-    cp -rf ${_origname}-$pkgver "${_origname}2-$pkgver"
-}
-
-package_python2-reportlab() {
-    depends=('python2')
-    cd "$srcdir/${_origname}2-$pkgver"
-    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')
-    cd "$srcdir/${_origname}-$pkgver"
-    python3 setup.py install --root=$pkgdir --optimize=1
-    install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-
-check() {
-    cd ${srcdir}/${_origname}-${pkgver}
-    python2 setup.py tests
-    python setup.py tests
-}

Copied: python-reportlab/repos/community-i686/PKGBUILD (from rev 127946, python-reportlab/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-18 15:38:04 UTC (rev 127947)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.1.44
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('i686' 'x86_64')
+url="http://www.reportlab.org/rl_toolkit.html"
+depends=('freetype2')
+conflicts=('python-reportlab<=2.5-2')
+checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow')
+replaces=('python-reportlab<=2.5-2')
+license=('CUSTOM')
+source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz")
+md5sums=('34f13c50b416c6bea12e3d8cb23ec7d7')
+
+build() {
+    cd $srcdir
+    cp -rf ${_origname}-$pkgver "${_origname}2-$pkgver"
+}
+
+package_python2-reportlab() {
+    depends=('python2')
+    cd "$srcdir/${_origname}2-$pkgver"
+    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')
+    cd "$srcdir/${_origname}-$pkgver"
+    python3 setup.py install --root=$pkgdir --optimize=1
+    install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+
+check() {
+    cd ${srcdir}/${_origname}-${pkgver}
+    python2 setup.py tests
+    python setup.py tests
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2015-02-18 15:37:54 UTC (rev 127946)
+++ community-x86_64/ChangeLog	2015-02-18 15:38:04 UTC (rev 127947)
@@ -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 127946, python-reportlab/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2015-02-18 15:38:04 UTC (rev 127947)
@@ -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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-02-18 15:37:54 UTC (rev 127946)
+++ community-x86_64/PKGBUILD	2015-02-18 15:38:04 UTC (rev 127947)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgbase=python-reportlab
-pkgname=(python2-reportlab python-reportlab)
-_origname=reportlab
-pkgver=3.1.8
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('i686' 'x86_64')
-url="http://www.reportlab.org/rl_toolkit.html"
-depends=('freetype2')
-conflicts=('python-reportlab<=2.5-2')
-checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow')
-replaces=('python-reportlab<=2.5-2')
-license=('CUSTOM')
-source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz")
-md5sums=(820a9fda647078503597b85cdba7ed7f)
-
-build() {
-    cd $srcdir
-    cp -rf ${_origname}-$pkgver "${_origname}2-$pkgver"
-}
-
-package_python2-reportlab() {
-    depends=('python2')
-    cd "$srcdir/${_origname}2-$pkgver"
-    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')
-    cd "$srcdir/${_origname}-$pkgver"
-    python3 setup.py install --root=$pkgdir --optimize=1
-    install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-
-check() {
-    cd ${srcdir}/${_origname}-${pkgver}
-    python2 setup.py tests
-    python setup.py tests
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 127946, python-reportlab/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-18 15:38:04 UTC (rev 127947)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.1.44
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('i686' 'x86_64')
+url="http://www.reportlab.org/rl_toolkit.html"
+depends=('freetype2')
+conflicts=('python-reportlab<=2.5-2')
+checkdepends=('python' 'python2' 'python2-pillow' 'python-pillow')
+replaces=('python-reportlab<=2.5-2')
+license=('CUSTOM')
+source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz")
+md5sums=('34f13c50b416c6bea12e3d8cb23ec7d7')
+
+build() {
+    cd $srcdir
+    cp -rf ${_origname}-$pkgver "${_origname}2-$pkgver"
+}
+
+package_python2-reportlab() {
+    depends=('python2')
+    cd "$srcdir/${_origname}2-$pkgver"
+    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')
+    cd "$srcdir/${_origname}-$pkgver"
+    python3 setup.py install --root=$pkgdir --optimize=1
+    install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
+}
+
+
+check() {
+    cd ${srcdir}/${_origname}-${pkgver}
+    python2 setup.py tests
+    python setup.py tests
+}



More information about the arch-commits mailing list