public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed, 22 Dec 2021 13:09:56 +0000 (UTC)	[thread overview]
Message-ID: <1640178573.e61d6fc9b1951990d2bc02d7f72bc7a56cb05ae1.voyageur@gentoo> (raw)

commit:     e61d6fc9b1951990d2bc02d7f72bc7a56cb05ae1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 22 12:42:51 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Dec 22 13:09:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61d6fc9

app-text/paperwork-backend: 2.1.0 bump

paperwork can now import libreoffice documents, this is a pure runtime
dependency

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 app-text/paperwork-backend/Manifest                |  1 +
 .../paperwork-backend-2.1.0.ebuild                 | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-text/paperwork-backend/Manifest b/app-text/paperwork-backend/Manifest
index 5371758ce59a..f4d04ec6e715 100644
--- a/app-text/paperwork-backend/Manifest
+++ b/app-text/paperwork-backend/Manifest
@@ -1,2 +1,3 @@
 DIST paperwork-backend-2.0.2.tar.gz 1293642 BLAKE2B 3785f69e941c14c1146ff1c9a5afa149559821f915ff1068b38f94c3fc3fbd591c2144f24070232e885b616eeb88b5dd1a7c86d608d9ad42f6512688db79b1fe SHA512 36261b89078e7ca10ddda3ad03871db34931d8a04f16edd663873a2f7c46b527bd607c27d0f4ff005ed869c16e0b7065992e629e257677b46d5ccb4b9a1dc7b2
 DIST paperwork-backend-2.0.3.tar.gz 1315449 BLAKE2B b5f788d1f3dd02ae9693ffbde6909fb343d5d68555c2d7225300371d545fc96550a34d5214b7b68594e6c5558aad6c50b38de26e444a7a2ca4f9318a7fbc4c84 SHA512 ed705910a09aedc124d6f14c1fd6d76d5e3790d2d01363bcea3cbb28955c1a08725276f09828ce1e286df06d7310b78630b95201146940d1680395c6420190a6
+DIST paperwork-backend-2.1.0.tar.gz 1352553 BLAKE2B 84bf9f34be50c2cd762c1afb496e4625bed50018242e94925ad4d5428228fadc9ac8d3866f8fbb9f0a78d049599048db62c6d7201852638cc5ad0674ebc791f0 SHA512 72cf3176091d899433a50d8a166a2505f0be9e5917df311a6f5139af472363df427102dcde99e6097b11f6aa26571bdaba06047fafd2365b4dedec0d3a47da7a

diff --git a/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild b/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild
new file mode 100644
index 000000000000..b20acac9dac9
--- /dev/null
+++ b/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Backend part of Paperwork (Python API, no UI)"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler[introspection]
+	dev-python/distro[${PYTHON_USEDEP}]
+	dev-python/natsort[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
+	dev-python/psutil[${PYTHON_USEDEP}]
+	dev-python/pycairo[${PYTHON_USEDEP}]
+	dev-python/pycountry[${PYTHON_USEDEP}]
+	dev-python/pyenchant[${PYTHON_USEDEP}]
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	dev-python/python-levenshtein[${PYTHON_USEDEP}]
+	dev-python/termcolor[${PYTHON_USEDEP}]
+	dev-python/whoosh[${PYTHON_USEDEP}]
+	sci-libs/scikit-learn[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2021-12-22 13:10 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-22 13:09 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-26  9:57 [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork-backend/ 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-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=1640178573.e61d6fc9b1951990d2bc02d7f72bc7a56cb05ae1.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