From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/reportlab/Manifest | 4 +++ dev-python/reportlab/metadata.xml | 38 ++++++++++++++++++++ dev-python/reportlab/reportlab-4.4.10.ebuild | 53 ++++++++++++++++++++++++++++ dev-python/reportlab/reportlab-4.5.0.ebuild | 53 ++++++++++++++++++++++++++++ dev-python/reportlab/reportlab-4.5.1.ebuild | 53 ++++++++++++++++++++++++++++ 5 files changed, 201 insertions(+) create mode 100644 dev-python/reportlab/Manifest create mode 100644 dev-python/reportlab/metadata.xml create mode 100644 dev-python/reportlab/reportlab-4.4.10.ebuild create mode 100644 dev-python/reportlab/reportlab-4.5.0.ebuild create mode 100644 dev-python/reportlab/reportlab-4.5.1.ebuild (limited to 'dev-python/reportlab') diff --git a/dev-python/reportlab/Manifest b/dev-python/reportlab/Manifest new file mode 100644 index 000000000000..37b9fb848aa0 --- /dev/null +++ b/dev-python/reportlab/Manifest @@ -0,0 +1,4 @@ +DIST pfbfer-20070710.zip 677333 BLAKE2B 100214476a361a5e5d1f3da0999591345f6e3a3f8c6bc3f6a3e9eca734190c6259758a43302c6e41254d33491fe535eb7d5dd07aa9727c912424bebc31fc18df SHA512 6fd4a5d955464b10d13a7b748703450c1fe120d5ed09e8cfa1b4dfa9c183c59fe001df29433af551796b0df62544b7ddc364f9bb1bdcc2cd300434340ffcc4f2 +DIST reportlab-4.4.10.tar.gz 3714962 BLAKE2B aecd293b9db9a303599b56ae906a0da17dde5fcd743baeee605f70d0e1e2e033a69163390b84bfe13b592b0e77ee86c3915dfb82d51a8e5ce446cb133fe7f1a9 SHA512 568d1725826b20d9a1286ef1477dac157b7e291aae7e17605633776693677dbbd4d49a6385f5ed456db31686651306e4b62e61840f11773b13dc6704119010a9 +DIST reportlab-4.5.0.tar.gz 3914127 BLAKE2B b20824376e34aa4b3044521fcbfab799b2ec4cd72e3cae22335387daed43eb2dd0a5213de6cd8203dfa846fb976a16e048b59249e0492f2f6d8c10af7ffe1d91 SHA512 7f9ecf4d0b94b22c4d3c39cf61de8a8eadbea5f4783550bd8cefbe2368ec8e40ca69593710aeb62c9c0e26a8d35143c5ca9f6b8c360c71ebb0ab3bd8727a0171 +DIST reportlab-4.5.1.tar.gz 3939748 BLAKE2B 652a9b82d2a19376876a91f421a5d0f5f39cd90480bd806098c1c51fecbd47ff6fd55b97941988a029c4ed9f1ac859d0f0930d1953d313931aa06e46dfe38c7c SHA512 ff5f62cd01175491e54e81f8bd94e26010d5ae2b066de8e089d21f20d229a54b86b8364e9ffdd78fce75950f2137eb805fd5be7950b78a6bb2dde79009d1f49d diff --git a/dev-python/reportlab/metadata.xml b/dev-python/reportlab/metadata.xml new file mode 100644 index 000000000000..bbd66ce5497e --- /dev/null +++ b/dev-python/reportlab/metadata.xml @@ -0,0 +1,38 @@ + + + + + python@gentoo.org + Python + + + ReportLab is the time-proven, ultra-robust open-source engine for creating + complex, data-driven PDF documents and custom vector graphics. It's free, + open-source, and written in Python. The package sees 50,000+ downloads per + month, is part of standard Linux distributions, is embedded in many + products, and was selected to power the print/export feature for Wikipedia. + + The ReportLab Toolkit has evolved over the years in direct response to the + real-world reporting needs of large institutions. The library implements + three main layers: + + A graphics canvas API that 'draws' PDF pages A charts and widgets + library for creating reusable data graphics. A page layout engine - + PLATYPUS ("Page Layout and TYPography Using Scripts") - which builds + documents from elements such as headlines, paragraphs, fonts, tables + and vector graphics. + + The open-source ReportLab Toolkit provides the core of our commercial + product, ReportLab PLUS, which generates PDF at higher speed and allows use + of our smart XML-based templating language RML. ReportLab PLUS contains + significant upgrades over the open-source library that allows for a much + faster development cycle. If you are putting substantial time into + building a solution please consider the commercial version; it is faster, + does more, and the revenues directly support ongoing development. You + can trial ReportLab PLUS for free. + + + mailto:reportlab-users@lists2.reportlab.com + + baldeagleos-repo + diff --git a/dev-python/reportlab/reportlab-4.4.10.ebuild b/dev-python/reportlab/reportlab-4.4.10.ebuild new file mode 100644 index 000000000000..c16b3869de4d --- /dev/null +++ b/dev-python/reportlab/reportlab-4.4.10.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Tools for generating printable PDF documents from any data source" +HOMEPAGE=" + https://www.reportlab.com/ + https://pypi.org/project/reportlab/ +" +SRC_URI+=" + https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86" + +RDEPEND=" + dev-python/charset-normalizer[${PYTHON_USEDEP}] + dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}] +" +BDEPEND=" + app-arch/unzip +" + +distutils_enable_sphinx docs/source + +src_unpack() { + unpack ${P}.tar.gz + cd ${P}/src/reportlab/fonts || die + unpack pfbfer-20070710.zip +} + +src_configure() { + cat > local-setup.cfg <<-EOF || die + [OPTIONS] + no-download-t1-files = 1 + EOF +} + +python_test() { + pushd tests >/dev/null || die + "${EPYTHON}" runAll.py --post-install --verbosity=2 || + die "Testing failed with ${EPYTHON}" + popd >/dev/null || die +} diff --git a/dev-python/reportlab/reportlab-4.5.0.ebuild b/dev-python/reportlab/reportlab-4.5.0.ebuild new file mode 100644 index 000000000000..c16b3869de4d --- /dev/null +++ b/dev-python/reportlab/reportlab-4.5.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Tools for generating printable PDF documents from any data source" +HOMEPAGE=" + https://www.reportlab.com/ + https://pypi.org/project/reportlab/ +" +SRC_URI+=" + https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86" + +RDEPEND=" + dev-python/charset-normalizer[${PYTHON_USEDEP}] + dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}] +" +BDEPEND=" + app-arch/unzip +" + +distutils_enable_sphinx docs/source + +src_unpack() { + unpack ${P}.tar.gz + cd ${P}/src/reportlab/fonts || die + unpack pfbfer-20070710.zip +} + +src_configure() { + cat > local-setup.cfg <<-EOF || die + [OPTIONS] + no-download-t1-files = 1 + EOF +} + +python_test() { + pushd tests >/dev/null || die + "${EPYTHON}" runAll.py --post-install --verbosity=2 || + die "Testing failed with ${EPYTHON}" + popd >/dev/null || die +} diff --git a/dev-python/reportlab/reportlab-4.5.1.ebuild b/dev-python/reportlab/reportlab-4.5.1.ebuild new file mode 100644 index 000000000000..c35e003e4082 --- /dev/null +++ b/dev-python/reportlab/reportlab-4.5.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Tools for generating printable PDF documents from any data source" +HOMEPAGE=" + https://www.reportlab.com/ + https://pypi.org/project/reportlab/ +" +SRC_URI+=" + https://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/charset-normalizer[${PYTHON_USEDEP}] + dev-python/pillow[tiff,truetype,jpeg(+),${PYTHON_USEDEP}] +" +BDEPEND=" + app-arch/unzip +" + +distutils_enable_sphinx docs/source + +src_unpack() { + unpack ${P}.tar.gz + cd ${P}/src/reportlab/fonts || die + unpack pfbfer-20070710.zip +} + +src_configure() { + cat > local-setup.cfg <<-EOF || die + [OPTIONS] + no-download-t1-files = 1 + EOF +} + +python_test() { + pushd tests >/dev/null || die + "${EPYTHON}" runAll.py --post-install --verbosity=2 || + die "Testing failed with ${EPYTHON}" + popd >/dev/null || die +} -- cgit v1.3