mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
app-text/xapers: enable py3.13
Closes: https://bugs.gentoo.org/952258 Signed-off-by: William Pettersson <william@ewpettersson.se> Part-of: https://github.com/gentoo/gentoo/pull/41352 Closes: https://github.com/gentoo/gentoo/pull/41352 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
6156854197
commit
22493a24da
14
app-text/xapers/files/xapers-0.9.3-remove-pipes.patch
Normal file
14
app-text/xapers/files/xapers-0.9.3-remove-pipes.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/xapers/__main__.py b/xapers/__main__.py
|
||||||
|
index ed451c7..e59fbd2 100755
|
||||||
|
--- a/xapers/__main__.py
|
||||||
|
+++ b/xapers/__main__.py
|
||||||
|
@@ -698,9 +698,6 @@ directory.
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
- # FIXME: why?
|
||||||
|
- import pipes
|
||||||
|
-
|
||||||
|
for doc in initdb().search(args.query):
|
||||||
|
title = doc.get_title()
|
||||||
|
origpaths = doc.get_fullpaths()
|
||||||
@ -1,9 +1,9 @@
|
|||||||
# Copyright 2016-2024 Gentoo Authors
|
# Copyright 2016-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@ -17,6 +17,10 @@ LICENSE="GPL-3"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
PATCHES=(
|
||||||
|
"${FILESDIR}/${P}-remove-pipes.patch"
|
||||||
|
)
|
||||||
|
|
||||||
RDEPEND="app-text/poppler[utils]
|
RDEPEND="app-text/poppler[utils]
|
||||||
dev-libs/xapian-bindings[python,${PYTHON_USEDEP}]
|
dev-libs/xapian-bindings[python,${PYTHON_USEDEP}]
|
||||||
dev-python/pybtex[${PYTHON_USEDEP}]
|
dev-python/pybtex[${PYTHON_USEDEP}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user