[arch-commits] Commit in python-reportlab/repos/community-x86_64 (4 files)
Morten Linderud
foxboron at archlinux.org
Fri Oct 2 16:58:57 UTC 2020
Date: Friday, October 2, 2020 @ 16:58:56
Author: foxboron
Revision: 715511
archrelease: copy trunk to community-x86_64
Added:
python-reportlab/repos/community-x86_64/ChangeLog
(from rev 715510, python-reportlab/trunk/ChangeLog)
python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 715510, 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-10-02 16:57:35 UTC (rev 715510)
+++ ChangeLog 2020-10-02 16:58:56 UTC (rev 715511)
@@ -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 715510, python-reportlab/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2020-10-02 16:58:56 UTC (rev 715511)
@@ -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-10-02 16:57:35 UTC (rev 715510)
+++ PKGBUILD 2020-10-02 16:58:56 UTC (rev 715511)
@@ -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.51
-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=('bd1ed4d8a064e7372d46b7a23774d984c024d8bb0c2ff3283d5213749b9ffa1c')
-
-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 715510, python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-10-02 16:58:56 UTC (rev 715511)
@@ -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.52
+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=('a5ad4696987fdb42d976093e1b1a585ec2ad42634b5ce94dbb71362dcc758afb')
+
+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