From 62058fa8f1b95418543f8ae008b247d44cc8b09c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 20 Oct 2023 21:54:06 +0100 Subject: gentoo auto-resync : 20:10:2023 - 21:54:06 --- dev-python/stapler/Manifest | 2 +- .../stapler/stapler-1.0.0_p20220330-r3.ebuild | 29 ++++++++++++++-------- 2 files changed, 20 insertions(+), 11 deletions(-) (limited to 'dev-python/stapler') diff --git a/dev-python/stapler/Manifest b/dev-python/stapler/Manifest index d486fcb833e3..11e392c40a88 100644 --- a/dev-python/stapler/Manifest +++ b/dev-python/stapler/Manifest @@ -3,5 +3,5 @@ AUX stapler-1.0.0_p20220330-fix-tests-for-PyPDF2-2.x.patch 317 BLAKE2B 700090366 AUX stapler-1.0.0_p20220330-port-to-PyPDF2-3.0.0.patch 11876 BLAKE2B bcb22eece9e360e32bc6ef40ccdaac176fa6c2b265d962c52b399497f8347291f597a6a3b806fdf315937509d32b68bed79ccc580b2b4eb4789a5b7d4fbba2a6 SHA512 698cdbf12d36549c7e35c636b76e98bffe0f5b826bda8872f6a06a0cdb815bd855a63dc250a4f30aeb459d572db4fd54af81371664fd48cbf35aaf9b3f759061 AUX stapler-1.0.0_p20220330-use-poetry-core-backend-for-PEP517.patch 1080 BLAKE2B 6342f8cc0931736aa6868749552da18d1c41656815f954826c6e9b2b1be0a18b45f8a8baac95d3e0f364c7c53ec7c6efb888a67b162134a9165f387e6d0c7824 SHA512 26b8d141dd765be117e9df42b78d79f68f1593e09420badb10793df007d031189627d2b3bab36635228a4337bb5b9c199472be41953be3973dd20bdddbffed11 DIST stapler-382f1edc62296e071093a5419811a2fca9d78d93.tar.gz 43659 BLAKE2B 10c24868d51086b37dd2d517aa84e3c3fc0b6becc7a29ebf496646bdd65494eb0c43488f725241d7bd7b3083ce5703538db3e05de9976a2e5029731fc2e645d2 SHA512 acd2dfec0dfab46b2cf6b440cba6c0db5399be2ba2194ca12530c311c6c5a8028614164af45b850061e7d22cbec33458ceff7757f1b104c722228dc2d02cae0a -EBUILD stapler-1.0.0_p20220330-r3.ebuild 895 BLAKE2B ddf7c80e30d9fe3e1070f066ace02c0f784b5361e3186d9326bf656e2a1e40dc9e968f8f14cd41f5511f2f259b61a9d18cd49323c5c4854ffe9165ddf570f714 SHA512 dc8bb604693b9b480f2d4c3a9f7704c5f2cbf7515cf84120218937fcac3da795239bcbf0131352096de1109540d2e12339100389942ab738223b35fc4fbc96f5 +EBUILD stapler-1.0.0_p20220330-r3.ebuild 911 BLAKE2B bb3b8f37eb2dbcd8c25848de02da18f3506ba53fa2c28c5ce074a1be7c63ee7dfc3e820644705da545087ea15031bff7fbe1905117db39e1403af0a1f49a0dc1 SHA512 a5163a4abaedd78cbc4c56692a4ac31c57eb2a5d534ea9298cd774abf75674840f24ab9d57b7440f6baef232372683da3b014ba7aeab7897985aea8efae0e8d7 MISC metadata.xml 398 BLAKE2B 3c566702150e77dd0ba58f667336f57c0347422496edeb4fdd53e0f131cb966d15781a5d5b5e13211b2385e410a1d12c064c3ffe66056395b6eeeccdcca1cc72 SHA512 802c118d28a07f7fba6558aaa8f60aef0ebf137395af566e273ba1d218712d1835c74f82c5160f12d120d8776cbaf4fe7d09827a84c1a5e234fef307e0835a18 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 7c84ad2402d5..45767ab87c04 100644 --- a/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild +++ b/dev-python/stapler/stapler-1.0.0_p20220330-r3.ebuild @@ -3,28 +3,37 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -COMMIT="382f1edc62296e071093a5419811a2fca9d78d93" - +EGIT_COMMIT="382f1edc62296e071093a5419811a2fca9d78d93" +MY_P="${PN}-${EGIT_COMMIT}" DESCRIPTION="Suite of tools for PDF files manipulation written in Python" -HOMEPAGE="https://github.com/hellerbarde/stapler" -SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${PN}-${COMMIT}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" +HOMEPAGE=" + https://github.com/hellerbarde/stapler/ + https://pypi.org/project/stapler/ +" +SRC_URI=" + https://github.com/hellerbarde/stapler/archive/${EGIT_COMMIT}.tar.gz + -> ${MY_P}.tar.gz +" +S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="test? ( dev-python/pypdf[${PYTHON_USEDEP}] )" -RDEPEND="dev-python/pypdf[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/pypdf[${PYTHON_USEDEP}] +" distutils_enable_tests unittest -PATCHES=( "${FILESDIR}"/${P}-fix-tests-for-PyPDF2-2.x.patch +PATCHES=( + "${FILESDIR}"/${P}-fix-tests-for-PyPDF2-2.x.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 ) + "${FILESDIR}"/${P}-PyPDF2-to-pypdf.patch +) -- cgit v1.2.3