Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stapler/
Date: Thu, 26 May 2022 16:08:19
Message-Id: 1653580275.f95d99f721251ca74b82c9fa25f5092736374cae.bkohler@gentoo
1 commit: f95d99f721251ca74b82c9fa25f5092736374cae
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 15:51:05 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 15:51:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95d99f7
7
8 dev-python/stapler: add 1.0.0_p20220330, with PEP517 conversion
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 dev-python/stapler/Manifest | 1 +
13 dev-python/stapler/stapler-1.0.0_p20220330.ebuild | 26 +++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-python/stapler/Manifest b/dev-python/stapler/Manifest
17 index b2db9557c9dd..6bede0683dca 100644
18 --- a/dev-python/stapler/Manifest
19 +++ b/dev-python/stapler/Manifest
20 @@ -1 +1,2 @@
21 DIST stapler-1.0.0_p20200531.tar.gz 42840 BLAKE2B bfa909e25dfd65101321e153f5129d28bbb360845d6a3622c53ec3921610b9987a8e5c85c4428ee1cd196c0ee42b5a2eefdca7c4a75be223867fad4d830b148a SHA512 7c5f76240f1dff67eae3eb25d29087c7bbff3aace65030d10836f60769798d653b30acb6cc89355ba1eb590dbfc3236cb4ae95c02db6e779ad474781a17bdbc8
22 +DIST stapler-1.0.0_p20220330.tar.gz 43659 BLAKE2B 10c24868d51086b37dd2d517aa84e3c3fc0b6becc7a29ebf496646bdd65494eb0c43488f725241d7bd7b3083ce5703538db3e05de9976a2e5029731fc2e645d2 SHA512 acd2dfec0dfab46b2cf6b440cba6c0db5399be2ba2194ca12530c311c6c5a8028614164af45b850061e7d22cbec33458ceff7757f1b104c722228dc2d02cae0a
23
24 diff --git a/dev-python/stapler/stapler-1.0.0_p20220330.ebuild b/dev-python/stapler/stapler-1.0.0_p20220330.ebuild
25 new file mode 100644
26 index 000000000000..b1ac532be99b
27 --- /dev/null
28 +++ b/dev-python/stapler/stapler-1.0.0_p20220330.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +DISTUTILS_USE_PEP517=poetry
37 +
38 +inherit distutils-r1
39 +
40 +COMMIT="382f1edc62296e071093a5419811a2fca9d78d93"
41 +
42 +DESCRIPTION="Suite of tools for PDF files manipulation written in Python"
43 +HOMEPAGE="https://github.com/hellerbarde/stapler"
44 +SRC_URI="https://github.com/hellerbarde/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
45 +S="${WORKDIR}/${PN}-${COMMIT}"
46 +
47 +LICENSE="BSD"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +RDEPEND="
52 + dev-python/PyPDF2[${PYTHON_USEDEP}]
53 +"
54 +
55 +distutils_enable_tests unittest