summaryrefslogtreecommitdiff
path: root/libre/python-reportlab
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-09-25 08:27:08 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-09-25 09:01:55 -0400
commitef101b087e4ded3079d915ab3d67add0decd73f0 (patch)
treea9be30a7bca4d6d82c04eb08d1106f4a630e7ded /libre/python-reportlab
parent937bcd21971a999b4c4470fe4a688ade40c79e60 (diff)
[python-reportlab]: add parabola changes and rationale
Diffstat (limited to 'libre/python-reportlab')
-rw-r--r--libre/python-reportlab/PKGBUILD18
1 files changed, 12 insertions, 6 deletions
diff --git a/libre/python-reportlab/PKGBUILD b/libre/python-reportlab/PKGBUILD
index 0e5dc83b5..6599a7172 100644
--- a/libre/python-reportlab/PKGBUILD
+++ b/libre/python-reportlab/PKGBUILD
@@ -6,24 +6,30 @@
# Contributor: borgo <nomail>
# Contributor: André Silva <emulatorman@hyperbola.info>
+
+# parabola changes and rationale:
+# - remove nonfree fonts support
+# - remove duplicate fonts found in ther packages
+
+
_origname=reportlab
pkgname=python-reportlab
pkgver=3.6.12
pkgrel=3
pkgrel+=.parabola1
pkgdesc="A proven industry-strength PDF generating solution"
-pkgdesc+=", without nonfree Adobe T1 fonts support"
arch=('x86_64')
-arch+=('i686' 'armv7h')
+arch+=('armv7h' 'i686')
url="https://www.reportlab.com/"
depends=('freetype2')
depends=('python' 'python-pillow')
makedepends=('freetype2' 'python-pillow' 'mercurial')
license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz
- 'free-fonts.patch')
-sha256sums=('b13cebf4e397bba14542bcd023338b6ff2c151a3a12aabca89eecbf972cb361a'
- '7e31b2a2bde509d628cb7da9fec301d730d38ea8a8dc9956cdfc8da4ebeec370')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+source+=('free-fonts.patch')
+sha256sums=('b13cebf4e397bba14542bcd023338b6ff2c151a3a12aabca89eecbf972cb361a')
+sha256sums+=('7e31b2a2bde509d628cb7da9fec301d730d38ea8a8dc9956cdfc8da4ebeec370')
+
prepare() {
cd ${_origname}-${pkgver}