[arch-commits] Commit in python-reportlab/repos/community-x86_64 (4 files)
Morten Linderud
foxboron at archlinux.org
Sat Aug 8 09:03:29 UTC 2020
Date: Saturday, August 8, 2020 @ 09:03:28
Author: foxboron
Revision: 671993
archrelease: copy trunk to community-x86_64
Added:
python-reportlab/repos/community-x86_64/ChangeLog
(from rev 671992, python-reportlab/trunk/ChangeLog)
python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 671992, 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-08 09:03:02 UTC (rev 671992)
+++ ChangeLog 2020-08-08 09:03:28 UTC (rev 671993)
@@ -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 671992, python-reportlab/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2020-08-08 09:03:28 UTC (rev 671993)
@@ -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-08 09:03:02 UTC (rev 671992)
+++ PKGBUILD 2020-08-08 09:03:28 UTC (rev 671993)
@@ -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.46
-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=('56d71b78e7e4bb31a93e1dff13c22d19b7fb3890b021a39b6c3661b095bd7de8')
-
-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 671992, python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-08 09:03:28 UTC (rev 671993)
@@ -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.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
+}
More information about the arch-commits
mailing list