commit: b80225df3131799e6615f5d4aba0378619234709 Author: William Pettersson <william <AT> ewpettersson <DOT> se> AuthorDate: Mon Jun 1 20:57:52 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Jun 28 10:40:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80225df
app-text/xapers: Fix dependencies, enable testing xapers uses pybtex, not bibtexparser Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: William Pettersson <william <AT> ewpettersson.se> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/xapers/xapers-0.8.2-r1.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/app-text/xapers/xapers-0.8.2-r1.ebuild b/app-text/xapers/xapers-0.8.2-r1.ebuild new file mode 100644 index 00000000000..9c57647d373 --- /dev/null +++ b/app-text/xapers/xapers-0.8.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2016-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_6 ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Personal document indexing system" +HOMEPAGE="https://finestructure.net/xapers/" +SRC_URI="https://finestructure.net/xapers/releases/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-text/poppler[utils] + dev-libs/xapian-bindings[python,${PYTHON_USEDEP}] + dev-python/pybtex[${PYTHON_USEDEP}] + dev-python/pycurl[${PYTHON_USEDEP}] + dev-python/urwid[${PYTHON_USEDEP}] + x11-misc/xclip + x11-misc/xdg-utils" + +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +src_tests() { + ./test.sh +}
