From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB5521395E3 for ; Thu, 10 Nov 2016 14:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9B5EE0912; Thu, 10 Nov 2016 14:28:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3277E0912 for ; Thu, 10 Nov 2016 14:28:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6D5A341660 for ; Thu, 10 Nov 2016 14:28:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6845524B9 for ; Thu, 10 Nov 2016 14:28:54 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1478788092.0554edc084e6e8ce020665943fcb4914c4e5b9f8.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork-backend/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/paperwork-backend/Manifest app-text/paperwork-backend/metadata.xml app-text/paperwork-backend/paperwork-backend-1.0.1.ebuild X-VCS-Directories: app-text/paperwork-backend/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 0554edc084e6e8ce020665943fcb4914c4e5b9f8 X-VCS-Branch: master Date: Thu, 10 Nov 2016 14:28:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f507f2f7-dde8-4926-84e3-9472e62d0f01 X-Archives-Hash: 7c71adca0e07fdac9825061e64c0c3c2 commit: 0554edc084e6e8ce020665943fcb4914c4e5b9f8 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Nov 10 14:26:49 2016 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Nov 10 14:28:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0554edc0 app-text/paperwork-backend: initial commit Backend part split from paperwork for versions >= 1.0 Package-Manager: portage-2.3.2 app-text/paperwork-backend/Manifest | 1 + app-text/paperwork-backend/metadata.xml | 11 ++++++++ .../paperwork-backend-1.0.1.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/app-text/paperwork-backend/Manifest b/app-text/paperwork-backend/Manifest new file mode 100644 index 00000000..4dfe242 --- /dev/null +++ b/app-text/paperwork-backend/Manifest @@ -0,0 +1 @@ +DIST paperwork-backend-1.0.1.tar.gz 46530 SHA256 8e95a0ac6a0ab73af6f95a575dff8b5857b5a9aed9e2842045d6bcf1f5a112cf SHA512 4a092633ff29cffb738866c9a58aeb4d9f558afb74bb28253c24d4789e8a92cf2a0207f2014e384fca5c225311ecf953d14b9b2925d705626936ad1ef9555c7d WHIRLPOOL c77191ce7385c831950f4b0c1328c129b6f191bb837d88122ea3c4c0c533cf231d4f3bcbcd4f67cce1fcca970d4338461eaaad743de9630196e5d67d657cde7c diff --git a/app-text/paperwork-backend/metadata.xml b/app-text/paperwork-backend/metadata.xml new file mode 100644 index 00000000..6ea8a10 --- /dev/null +++ b/app-text/paperwork-backend/metadata.xml @@ -0,0 +1,11 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + + + jflesch/paperwork-backend + + diff --git a/app-text/paperwork-backend/paperwork-backend-1.0.1.ebuild b/app-text/paperwork-backend/paperwork-backend-1.0.1.ebuild new file mode 100644 index 00000000..8bc8bc4 --- /dev/null +++ b/app-text/paperwork-backend/paperwork-backend-1.0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python{2_7,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}"