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: Mon, 13 Feb 2017 16:06:53 +0000 (UTC)	[thread overview]
Message-ID: <1487002006.722652a0cc49de0726d706b3ad17a089773dd7e0.voyageur@gentoo> (raw)

commit:     722652a0cc49de0726d706b3ad17a089773dd7e0
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 15:28:19 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 16:06:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722652a0

app-text/paperwork-backend: 1.1.1 bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/paperwork-backend/Manifest                |  1 +
 .../paperwork-backend-1.1.1.ebuild                 | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-text/paperwork-backend/Manifest b/app-text/paperwork-backend/Manifest
index e922b87b58..a6eeb1e1ce 100644
--- a/app-text/paperwork-backend/Manifest
+++ b/app-text/paperwork-backend/Manifest
@@ -1,3 +1,4 @@
 DIST paperwork-backend-1.0.5.tar.gz 46433 SHA256 a2e481873eec6b676b89aab21d6863264f10e4179cf72a253f52e565a602fcfd SHA512 87debdcef457bc1873d25d7bdb15addf0c78d9f1cc9c324cec51c60bc863a4e891680f85258399f1f0506235e7524bffbf49783a6f23d0f6d0fee68924d697da WHIRLPOOL ebb5d1fc5054fe4306879404805b9ca5e763eadf39fe491775bb767fb7369bc39484449eac0b81ee2e961597a9bf13a4a4eeef426be0afb21211e717ad3382c7
 DIST paperwork-backend-1.0.6.tar.gz 46773 SHA256 6881de10aa7e47039baebbd4742ceb49e048f46f22398a81f690e62a7cdce3ce SHA512 e372d1b702f026746d53f62a85fdf406234e13047e08202e5a793af5669e53f0a87b84ad6ae5e5a56570707bb38a0dcd0503f5578caa2d616502de2757a0d0b9 WHIRLPOOL 37e185769ca984072715a7abe4ca80759a6be3ea110ab56ac01f5e2397c7a95aa0ee22422eb6ef786ca94e7f1ac3b57688a21780843f12923d7f53f155681cb2
+DIST paperwork-backend-1.1.1.tar.gz 54095 SHA256 5201868718de37c669c2e9670e61a32b4c2f6833258d0c0ce238026612e4b5c1 SHA512 bcbdfe1a55fb82b7c8eb1b2a6e4eea367203992d4d87c42db3b3f55852f127d6688d1cfdc1016151648a2d83690534ad951d6852c5306c53c9096aa052244168 WHIRLPOOL 3e72b6aee4a8e3bc2ef4064ad300a042c5a81837725e36a5933d861472b6975ea8d792de0545f6c97e367e82e1753646bbf46259a1cf46416c98886bcb24ba33
 DIST paperwork-backend-1.1.tar.gz 54088 SHA256 d2a78de1c6288779b191e616fec8b6fdfd37934c2ccec90563fadc6d2f2013ba SHA512 57e95b3a29989e0d615ba5295e32fa5b513521b354407565be95be96374b991923c89880fe92138225012e21d0a52149878e2c807673c811771d8fc16e5d4988 WHIRLPOOL 701f2ea789b2f7d45d3e369cab9baa7976f885ee0f7236f8b356fca0fc769f9e52a137cfdf62f8ec56cf62a0d80327d361172e38bd2d2830aa1f09a53cbcd63d

diff --git a/app-text/paperwork-backend/paperwork-backend-1.1.1.ebuild b/app-text/paperwork-backend/paperwork-backend-1.1.1.ebuild
new file mode 100644
index 0000000000..34d825d360
--- /dev/null
+++ b/app-text/paperwork-backend/paperwork-backend-1.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Backend part of Paperwork (Python API, no UI)"
+HOMEPAGE="https://github.com/jflesch/paperwork-backend"
+SRC_URI="https://github.com/jflesch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler[introspection]
+	dev-python/pillow[${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/simplebayes[${PYTHON_USEDEP}]
+	dev-python/termcolor[${PYTHON_USEDEP}]
+	dev-python/whoosh[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"


             reply	other threads:[~2017-02-13 16:06 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 16:06 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-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-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=1487002006.722652a0cc49de0726d706b3ad17a089773dd7e0.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