Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-reportlab
Commits:
fc14919d by Balló György at 2024-12-14T17:08:13+01:00
upgpkg: 4.2.2-3: Add python-chardet to depends, remove freetype2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,17 @@
pkgbase = python-reportlab
pkgdesc = A proven industry-strength PDF generating solution
pkgver = 4.2.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.reportlab.com/
- arch = x86_64
+ arch = any
license = BSD
- makedepends = freetype2
- makedepends = python-pillow
makedepends = mercurial
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- depends = freetype2
+ depends = python-chardet
depends = python-pillow
source =
https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-4.2.2.tar.gz
sha256sums =
765eecbdd68491c56947e29c38b8b69b834ee5dbbdd2fb7409f08ebdebf04428
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
_origname=reportlab
pkgname=python-reportlab
pkgver=4.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
+arch=('any')
url="https://www.reportlab.com/"
-depends=('python' 'freetype2' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial' 'python-build'
'python-installer' 'python-setuptools' 'python-wheel')
+depends=('python' 'python-chardet' 'python-pillow')
+makedepends=('mercurial' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
license=('BSD')
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
sha256sums=('765eecbdd68491c56947e29c38b8b69b834ee5dbbdd2fb7409f08ebdebf04428')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-reportlab/-/commit/fc14919de291de417af123f2195813e767987e63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-reportlab/-/commit/fc14919de291de417af123f2195813e767987e63
You're receiving this email because of your account on gitlab.archlinux.org.