python3-reportlab: update to 3.6.7.
* remove python-reportlab
This commit is contained in:
parent
e881d85663
commit
adb4c2ab85
|
@ -1,32 +0,0 @@
|
|||
# Template file for 'python-reportlab'
|
||||
pkgname=python-reportlab
|
||||
version=3.5.42
|
||||
revision=3
|
||||
wrksrc="reportlab-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools freetype-devel"
|
||||
makedepends="python-devel python3-devel freetype-devel libart-devel"
|
||||
depends="python-Pillow"
|
||||
short_desc="Python2 library for generating PDFs and graphics"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.reportlab.com/"
|
||||
distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz"
|
||||
checksum=9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" ${makedepends}"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
||||
python3-reportlab_package() {
|
||||
depends="python3-Pillow"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-reportlab
|
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-reportlab'
|
||||
pkgname=python3-reportlab
|
||||
version=3.6.7
|
||||
revision=1
|
||||
wrksrc="reportlab-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel freetype-devel libart-devel"
|
||||
depends="python3-Pillow"
|
||||
short_desc="Python3 library for generating PDFs and graphics"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.reportlab.com/"
|
||||
distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz"
|
||||
checksum=d035054724278129aba2a55c3edd6111b07e625ad1ff845e3ba2a5e4e203bbc8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
|
@ -280,6 +280,7 @@ replaces="
|
|||
python-pyenet<=1.3.13.post7_2
|
||||
python-pyside<=1.2.2_7
|
||||
python-pytest-relaxed<=1.1.2_2
|
||||
python-reportlab<=3.5.42_3
|
||||
python-requests<=2.26.0_2
|
||||
python-sqlite<=2.8.3_1
|
||||
python-unicorn>=0
|
||||
|
|
Loading…
Reference in New Issue