diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-10 04:21:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-10 04:21:55 +0100 |
commit | 677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch) | |
tree | 6c418a1546fff5becab5d8b9ed6803323e7f316e /dev-python/stapler | |
parent | fbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff) |
gentoo resync : 10.09.2021
Diffstat (limited to 'dev-python/stapler')
-rw-r--r-- | dev-python/stapler/Manifest | 4 | ||||
-rw-r--r-- | dev-python/stapler/metadata.xml | 1 | ||||
-rw-r--r-- | dev-python/stapler/stapler-1.0.0_p20200531-r2.ebuild (renamed from dev-python/stapler/stapler-1.0.0_p20200531-r1.ebuild) | 11 |
3 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/stapler/Manifest b/dev-python/stapler/Manifest index 98ee69a8c522..95d012aab51c 100644 --- a/dev-python/stapler/Manifest +++ b/dev-python/stapler/Manifest @@ -1,3 +1,3 @@ DIST stapler-1.0.0_p20200531.tar.gz 42840 BLAKE2B bfa909e25dfd65101321e153f5129d28bbb360845d6a3622c53ec3921610b9987a8e5c85c4428ee1cd196c0ee42b5a2eefdca7c4a75be223867fad4d830b148a SHA512 7c5f76240f1dff67eae3eb25d29087c7bbff3aace65030d10836f60769798d653b30acb6cc89355ba1eb590dbfc3236cb4ae95c02db6e779ad474781a17bdbc8 -EBUILD stapler-1.0.0_p20200531-r1.ebuild 606 BLAKE2B 8f45976ada21ac87fa280fd14262c9cebc0e83684a987873c0719ef65559752cf4668407660fd6fd442116d92f052edb7e489a4f40c0e22bee4b5715ae59ec92 SHA512 78ede8511291934362b7de9926f47bbd01d1763e7af80109238d38854bdfad00e88d67dd40e76e7c2c43d417571d3bd6ead82b00a38dc11dff811a4da5085d49 -MISC metadata.xml 373 BLAKE2B a86fe12fa7be536472c580392f7e047d5d64c9ec8596f9a5dac87884808765c49e4047e27d76862cf94247dcace9c9233429d8896d74d9685fca22f6efe27aa0 SHA512 771f24c10c052850d7ef3c8f890febe683878266afd425389b8e3f81623bd5660b1a4f17a063f51edbdb61d31d80d9f6c28365af9cb01e9530454847af2a0241 +EBUILD stapler-1.0.0_p20200531-r2.ebuild 633 BLAKE2B 24fe1e6ec4a145892567a42e63d4ea3a58675820f2c085757f0577cdb2abef146c63827f2fcd8bb5b7ded2131bf88fc47f0d3216b0f90e699325a5eb1dfd25ad SHA512 aee1c8001f135303c3a428f1234da7a15e320891622787388c5931bec2a02a311287c864f2bf49b102f72905d85d03d698c3ac8239c088789391b75673edd1cb +MISC metadata.xml 397 BLAKE2B 070f5e63e57f8df22af9d650651132f807be6ff2e9799a18e5043ca0dfd71ed3220f82cec5b5bb1bed5458725b6b900e9be5a7198db23ae42b37807f10639acd SHA512 6beace282a57aca6089ae79438aada06e5457ba2d5232cc4328215ea8b5fdb9a69def6ec5d2dd1c551a8bf8ddf8e45aec26083558cba0ca675c61d03406f336e diff --git a/dev-python/stapler/metadata.xml b/dev-python/stapler/metadata.xml index a9cb07912d62..dc79ef575f89 100644 --- a/dev-python/stapler/metadata.xml +++ b/dev-python/stapler/metadata.xml @@ -5,6 +5,7 @@ <email>bkohler@gentoo.org</email> <name>Ben Kohler</name> </maintainer> + <stabilize-allarches/> <upstream> <remote-id type="github">hellerbarde/stapler</remote-id> <remote-id type="pypi">stapler</remote-id> diff --git a/dev-python/stapler/stapler-1.0.0_p20200531-r1.ebuild b/dev-python/stapler/stapler-1.0.0_p20200531-r2.ebuild index d71209069acb..2ded93bb400a 100644 --- a/dev-python/stapler/stapler-1.0.0_p20200531-r1.ebuild +++ b/dev-python/stapler/stapler-1.0.0_p20200531-r2.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 vcs-snapshot +inherit distutils-r1 COMMIT="1cabc85521e2badfc1e0d690086e286e701c2d9e" 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 -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="BSD" SLOT="0" @@ -22,6 +23,4 @@ RDEPEND=" dev-python/PyPDF2[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} -" +distutils_enable_tests unittest |