diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-12-29 17:11:22 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-12-29 17:41:48 +0100 |
commit | d21d5bc37cd0075d3003fe9de270760f58b5c76f (patch) | |
tree | 137e6ae619a7234483438f2c5a0ed64654bcc4ce /app-text/paperwork-backend | |
parent | dev-python/simplebayes: ebuild 1.5.8 bump (diff) | |
download | gentoo-d21d5bc37cd0075d3003fe9de270760f58b5c76f.tar.gz gentoo-d21d5bc37cd0075d3003fe9de270760f58b5c76f.tar.bz2 gentoo-d21d5bc37cd0075d3003fe9de270760f58b5c76f.zip |
app-text/paperwork-backend: 2.0.1 bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-text/paperwork-backend')
-rw-r--r-- | app-text/paperwork-backend/Manifest | 1 | ||||
-rw-r--r-- | app-text/paperwork-backend/paperwork-backend-2.0.1.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-text/paperwork-backend/Manifest b/app-text/paperwork-backend/Manifest index 86ef9a516c48..9d34bac8f712 100644 --- a/app-text/paperwork-backend/Manifest +++ b/app-text/paperwork-backend/Manifest @@ -1 +1,2 @@ DIST paperwork-backend-1.3.1.tar.gz 62343 BLAKE2B 2d391f63b0eaa010695b3c11b35a6c89df9df9f60d45401d8bad711743037379cdb856d8f6b0ba9f7837ac272c2d6fcbe6f58808d8b5047dccf210fbd9a3c98c SHA512 e845ddd4d01be0f4d89e7e4a0a728d06b90b87a551dca3a88426d1ce6487bc000676c997df73d13662ea8f93aced8e8dee8d44ed4fa588a4c8bd514135610c35 +DIST paperwork-backend-2.0.1.tar.gz 1283518 BLAKE2B 853e4733e16f1da503eb0a8de940c0d5a9379a3f82db50a96c6cdee82ff1b137c3b4ae4f128385217ab6cf43dfd0a3087fdd05bbde0da901c07053273b63f8e0 SHA512 14b072264436a300467ec9e45dc40c3ff9fab5c4ec383f6656b9cd89eabf37bf5e79118c02c67c65eece5e5d3809f3944049503a578e4616d440efbacfb46495 diff --git a/app-text/paperwork-backend/paperwork-backend-2.0.1.ebuild b/app-text/paperwork-backend/paperwork-backend-2.0.1.ebuild new file mode 100644 index 000000000000..b0dd1ae934b1 --- /dev/null +++ b/app-text/paperwork-backend/paperwork-backend-2.0.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +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/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}" |