From 129160ec854dca4c3fedb5bcfbcb56930371da0f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2021 21:06:00 +0000 Subject: gentoo new year resync : 01.01.2021 --- app-text/paperwork/Manifest | 2 ++ app-text/paperwork/paperwork-2.0.1.ebuild | 32 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 app-text/paperwork/paperwork-2.0.1.ebuild (limited to 'app-text/paperwork') diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest index 9f8066900287..1210d6279ee1 100644 --- a/app-text/paperwork/Manifest +++ b/app-text/paperwork/Manifest @@ -1,3 +1,5 @@ DIST paperwork-1.3.1.tar.gz 4631298 BLAKE2B 9b111c524da29c6d547141a64ff39a5c50f18375484ae60702a2c7ce57a7be51b62621cf114ffbfa9c2175f9978225525f321449a4a9cad2570cd26dd956e496 SHA512 a0e6a95ebd0b5bfc290b8981488967bb5f2198ac5ec768f824ed487648d0dea6abc3ab8b8cfd8107eac1223a5ecb351a5362d9cbd7d5efccf5cb8c9a318490bc +DIST paperwork-2.0.1.tar.gz 6224111 BLAKE2B b643548caa306ed3a7ce049694518ee25e102c73968eab9a812d4b088213593d08d262f71510bae61b015f685f0ca38e578c4ec6db0df279f42ba068b450a813 SHA512 bda94421e48a76878c661f201f07cb3d10c932dab3da33cacf229214022ec0ebcfbfef675d12bf62865b11e05d9450057244d5ed6bf4d3073df99823dece6087 EBUILD paperwork-1.3.1.ebuild 951 BLAKE2B 7fd9d8dca8ac034015f8f08d57c5cb59a69f6cb8d787c82286302b578b9da9638245582778d54cd309cbf841e919f2a3ed72b443eaf88103208b7f342106fbdb SHA512 2ac325e5b704ef244178dba5af6ba159b945279c9a1875854e218c6adab5cc13949ae103f73066579334991074de597320caf7f6507a283b401ee6753fa91451 +EBUILD paperwork-2.0.1.ebuild 1028 BLAKE2B 2775344dffc3da82966df3778814facd171e2feaa292a5636a8b0d59454198cc94f774f97f202df41ee2cc7ba598e12766d54d8836e842db6747920cf49e3eca SHA512 65eda3e0c1a5dc7359ac29c9acb2f6d1081bc7790be36efd7b484c2b98b493863d0d8a93791c7acd7b5b26b7033d4532cdba4d57f720144c2aae7f6c95bffb37 MISC metadata.xml 719 BLAKE2B c97e258d05155df5380f08accfa9736ce44514ef9fa9b0fd0a4d5966a48df7ae940902ce929893ffb828f30883c4591c93a2bc5c8ca0c7a6f636e477e8f52eae SHA512 a36e28273a451c529451602b80ec70bca26d2db40a683e6fc7297db185c88696cc359c3f80951ff9580e81e7e221379913f7d1db3af3d00fb02128e1994e7f4d diff --git a/app-text/paperwork/paperwork-2.0.1.ebuild b/app-text/paperwork/paperwork-2.0.1.ebuild new file mode 100644 index 000000000000..1faa310cc1fa --- /dev/null +++ b/app-text/paperwork/paperwork-2.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="a personal document manager for scanned documents (and PDFs)" +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/openpaperwork-core-${PV}[${PYTHON_USEDEP}] + ~app-text/openpaperwork-gtk-${PV}[${PYTHON_USEDEP}] + ~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}] + dev-python/libpillowfight[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pyenchant[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + dev-python/simplebayes[${PYTHON_USEDEP}] + media-libs/libinsane + x11-libs/libnotify[introspection]" +DEPEND="${RDEPEND}" -- cgit v1.2.3