commit: 452e290dee1ddae1bc9c126dd337fd4e6fbf1402
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 15:57:15 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 15:57:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452e290d
dev-python/stapler: whitespace fixes
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild | 4 ++--
dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild
b/dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild
index 93ca68b5fcee..a86da6ed1319 100644
--- a/dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild
+++ b/dev-python/stapler/stapler-1.0.0_p20220330-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,5 +25,5 @@ RDEPEND=">=dev-python/PyPDF2-3.0.0[${PYTHON_USEDEP}]"
distutils_enable_tests unittest
PATCHES=( "${FILESDIR}"/${P}-fix-tests-for-PyPDF2-2.x.patch
- "${FILESDIR}"/${P}-port-to-PyPDF2-3.0.0.patch
+ "${FILESDIR}"/${P}-port-to-PyPDF2-3.0.0.patch
"${FILESDIR}"/${P}-use-poetry-core-backend-for-PEP517.patch )
diff --git a/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild
b/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild
index 23e77887dad0..34da11bb18da 100644
--- a/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild
+++ b/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild
@@ -25,6 +25,6 @@ RDEPEND="dev-python/pypdf[${PYTHON_USEDEP}]"
distutils_enable_tests unittest
PATCHES=( "${FILESDIR}"/${P}-fix-tests-for-PyPDF2-2.x.patch
- "${FILESDIR}"/${P}-port-to-PyPDF2-3.0.0.patch
+ "${FILESDIR}"/${P}-port-to-PyPDF2-3.0.0.patch
"${FILESDIR}"/${P}-use-poetry-core-backend-for-PEP517.patch
"${FILESDIR}"/${P}-PyPDF2-to-pypdf.patch )