[arch-commits] Commit in python-reportlab/repos/community-staging-x86_64 (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 14:28:54 UTC 2020
Date: Thursday, November 12, 2020 @ 14:28:53
Author: foutrelis
Revision: 751927
archrelease: copy trunk to community-staging-x86_64
Added:
python-reportlab/repos/community-staging-x86_64/PKGBUILD
(from rev 751926, python-reportlab/trunk/PKGBUILD)
Deleted:
python-reportlab/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 14:28:50 UTC (rev 751926)
+++ PKGBUILD 2020-11-12 14:28:53 UTC (rev 751927)
@@ -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.55
-pkgrel=2
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://www.reportlab.com/"
-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=('4f307accda32c9f17015ed77c7424f904514e349dff063f78d2462d715963e53')
-
-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-staging-x86_64/PKGBUILD (from rev 751926, python-reportlab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 14:28:53 UTC (rev 751927)
@@ -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.55
+pkgrel=3
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/"
+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=('4f307accda32c9f17015ed77c7424f904514e349dff063f78d2462d715963e53')
+
+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