From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork-backend/
Date: Mon, 31 Mar 2025 06:45:11 +0000 (UTC) [thread overview]
Message-ID: <1743403463.6b52579c8bc8f901b8ac66eb60937557e437636c.voyageur@gentoo> (raw)
commit: 6b52579c8bc8f901b8ac66eb60937557e437636c
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 19:38:42 2025 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 06:44:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b52579c
app-text/paperwork-backend: drop 2.2.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
app-text/paperwork-backend/Manifest | 2 -
.../paperwork-backend-2.2.3.ebuild | 57 ----------------------
2 files changed, 59 deletions(-)
diff --git a/app-text/paperwork-backend/Manifest b/app-text/paperwork-backend/Manifest
index 88e7a23000c9..c9f078009fd9 100644
--- a/app-text/paperwork-backend/Manifest
+++ b/app-text/paperwork-backend/Manifest
@@ -1,4 +1,2 @@
-DIST paperwork-2.2.3.tar.bz2 2531208 BLAKE2B 6259a9b7a916ad71fc0f0747ce0c17e874dbff962c3d8b46c4c25c2a119de6d27f0ce7ce262dfbf7290fa436726fc538d9bead2664d7f158d51634eece768620 SHA512 68bad3ccc9ed2fdea2b1336945ca4f11de5b0a2249d5f043dc34d620ae5bf6627c0255d4776a5c19e9d266972403023f0b63eb3bf694d7a33051b53239c017bf
DIST paperwork-2.2.5.tar.bz2 2515993 BLAKE2B 3d4e6607d06efc40939fb1d6df72937acb58d54200be96f8c276efe2564ec3e67cafde11e1d8733ff7fd9647b3f30410f9eb584569d56efc3ea5bff21b25acb1 SHA512 60e8acc439bd935f402871208b6acccda033c6324b734aac7adde45716c0e44770902bf97499c10d11af171be5c8bd8ab832b714a972bac27cd274ff5b9fb8ef
-DIST paperwork-data-2.2.3.tar.gz 5206588 BLAKE2B 7dd15d31b0b3b59900556d78b271f36cc1cab533d273948a7d0eb364028ec0d1c26b2743a10565e2fc1d65786a11a1589c776c2ec1df6030efe8a79b2fba53a0 SHA512 aaf8e4174504eed7b33b2a0d3ad1b0af489d70bd9a425cf9363011fc6e24dd42a6822a5d078898279e78bbe15b4e36075c5a57a5ec74eabb3c2af7b9c3cc3e76
DIST paperwork-data-2.2.5.tar.gz 5206588 BLAKE2B 7dd15d31b0b3b59900556d78b271f36cc1cab533d273948a7d0eb364028ec0d1c26b2743a10565e2fc1d65786a11a1589c776c2ec1df6030efe8a79b2fba53a0 SHA512 aaf8e4174504eed7b33b2a0d3ad1b0af489d70bd9a425cf9363011fc6e24dd42a6822a5d078898279e78bbe15b4e36075c5a57a5ec74eabb3c2af7b9c3cc3e76
diff --git a/app-text/paperwork-backend/paperwork-backend-2.2.3.ebuild b/app-text/paperwork-backend/paperwork-backend-2.2.3.ebuild
deleted file mode 100644
index be0d8895ffe6..000000000000
--- a/app-text/paperwork-backend/paperwork-backend-2.2.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Backend part of Paperwork (Python API, no UI)"
-HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork"
-# Update from release hash at:
-# https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/tags
-REL_HASH="3f51346f"
-SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/archive/${PV}/paperwork-${PV}.tar.bz2
- https://download.openpaper.work/data/paperwork/master_${REL_HASH}/data.tar.gz -> paperwork-data-${PV}.tar.gz"
-S=${WORKDIR}/paperwork-${PV}/${PN}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- app-text/openpaperwork-core[${PYTHON_USEDEP}]
- app-text/openpaperwork-gtk[${PYTHON_USEDEP}]
- app-text/poppler[introspection]
- dev-python/distro[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/pycountry[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/scikit-learn[${PYTHON_USEDEP}]
- dev-python/termcolor[${PYTHON_USEDEP}]
- dev-python/whoosh[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
- sys-apps/which
- sys-devel/gettext
- test? (
- dev-python/pypillowfight[${PYTHON_USEDEP}]
- media-libs/libinsane
- )
-"
-
-distutils_enable_tests unittest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_compile() {
- emake l10n_compile
-
- distutils-r1_python_compile
-}
next reply other threads:[~2025-03-31 6:45 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-31 6:45 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 6:45 [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork-backend/ Bernard Cafarelli
2024-09-26 9:57 Bernard Cafarelli
2024-05-06 23:05 Bernard Cafarelli
2023-11-07 19:39 Bernard Cafarelli
2023-11-07 19:15 Bernard Cafarelli
2023-11-07 14:51 Bernard Cafarelli
2023-11-07 14:51 Bernard Cafarelli
2023-05-20 6:31 Michał Górny
2023-02-01 7:58 Bernard Cafarelli
2023-02-01 7:58 Bernard Cafarelli
2023-02-01 7:58 Bernard Cafarelli
2022-09-20 16:55 Michał Górny
2022-09-20 16:55 Michał Górny
2022-07-10 14:53 Bernard Cafarelli
2022-02-04 12:24 Bernard Cafarelli
2022-02-04 12:24 Bernard Cafarelli
2021-12-22 13:09 Bernard Cafarelli
2021-05-30 23:49 Bernard Cafarelli
2021-05-20 10:27 Bernard Cafarelli
2021-05-20 10:27 Bernard Cafarelli
2021-01-02 10:58 Bernard Cafarelli
2020-12-29 16:42 Bernard Cafarelli
2020-10-07 20:58 Bernard Cafarelli
2020-04-19 12:25 Bernard Cafarelli
2020-03-17 10:32 Bernard Cafarelli
2020-03-17 10:32 Bernard Cafarelli
2019-12-30 14:00 Bernard Cafarelli
2019-08-23 16:54 Bernard Cafarelli
2019-03-08 14:24 Bernard Cafarelli
2018-09-27 13:14 Bernard Cafarelli
2018-04-09 10:15 Bernard Cafarelli
2018-02-18 19:24 Bernard Cafarelli
2018-01-12 17:57 Bernard Cafarelli
2017-11-17 16:38 Bernard Cafarelli
2017-11-06 13:08 Bernard Cafarelli
2017-07-25 11:26 Bernard Cafarelli
2017-07-25 11:26 Bernard Cafarelli
2017-07-25 11:26 Bernard Cafarelli
2017-07-25 11:26 Bernard Cafarelli
2017-03-28 12:20 Bernard Cafarelli
2017-02-13 16:06 Bernard Cafarelli
2017-02-13 16:06 Bernard Cafarelli
2017-02-03 9:27 Bernard Cafarelli
2017-01-02 11:18 Bernard Cafarelli
2017-01-02 11:18 Bernard Cafarelli
2016-11-28 12:49 Bernard Cafarelli
2016-11-21 13:22 Bernard Cafarelli
2016-11-14 15:18 Bernard Cafarelli
2016-11-10 14:28 Bernard Cafarelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1743403463.6b52579c8bc8f901b8ac66eb60937557e437636c.voyageur@gentoo \
--to=voyageur@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox