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: Mon, 02 Nov 2020 12:13:18
Message-Id: 1604319185.3987b528f844675424173dfd4c192869455bd88d.bkohler@gentoo
1 commit: 3987b528f844675424173dfd4c192869455bd88d
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 12:10:59 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 12:13:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3987b528
7
8 dev-python/stapler: new snapshot after 1.0.0 release
9
10 Removes dep on more-itertools entirely. Upstream has also moved to
11 poetry build. I have also moved ebuild to EAPI=7.
12
13 Bug: https://bugs.gentoo.org/752240
14 Package-Manager: Portage-3.0.8, Repoman-3.0.2
15 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
16
17 dev-python/stapler/Manifest | 2 +-
18 ....0_pre20191215-r1.ebuild => stapler-1.0.0_p20200531.ebuild} | 10 +++++-----
19 2 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-python/stapler/Manifest b/dev-python/stapler/Manifest
22 index fd45e260a4d..b2db9557c9d 100644
23 --- a/dev-python/stapler/Manifest
24 +++ b/dev-python/stapler/Manifest
25 @@ -1 +1 @@
26 -DIST stapler-1.0_pre20191215.tar.gz 37483 BLAKE2B e13db364fb91fc4e537f4a1c65e90bf2bbd950ba771cc02cc8dc95bf826c0aebc0160dbe098ad1cd5fc88ab8f0d0656bc96b594bf1d6444cc6bb03265ad8c2d9 SHA512 f88b88fd70dc4083f7bca8bbef0033c1d02af4bbb69f99af7ae80473b297a81fd11a27efda1d9be2fb4290c714444ca8b05ab1bc16e012b91be3435cb53b4b85
27 +DIST stapler-1.0.0_p20200531.tar.gz 42840 BLAKE2B bfa909e25dfd65101321e153f5129d28bbb360845d6a3622c53ec3921610b9987a8e5c85c4428ee1cd196c0ee42b5a2eefdca7c4a75be223867fad4d830b148a SHA512 7c5f76240f1dff67eae3eb25d29087c7bbff3aace65030d10836f60769798d653b30acb6cc89355ba1eb590dbfc3236cb4ae95c02db6e779ad474781a17bdbc8
28
29 diff --git a/dev-python/stapler/stapler-1.0_pre20191215-r1.ebuild b/dev-python/stapler/stapler-1.0.0_p20200531.ebuild
30 similarity index 73%
31 rename from dev-python/stapler/stapler-1.0_pre20191215-r1.ebuild
32 rename to dev-python/stapler/stapler-1.0.0_p20200531.ebuild
33 index e4d24fac0d3..74d6248ecad 100644
34 --- a/dev-python/stapler/stapler-1.0_pre20191215-r1.ebuild
35 +++ b/dev-python/stapler/stapler-1.0.0_p20200531.ebuild
36 @@ -1,14 +1,14 @@
37 # Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=6
41 +EAPI=7
42
43 PYTHON_COMPAT=( python3_{6,7,8} )
44 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml
45
46 inherit distutils-r1 vcs-snapshot
47
48 -# Commit Date: 15th December 2019
49 -COMMIT="875325103234b4a3ed96a4a5167ff78c291edbff"
50 +COMMIT="1cabc85521e2badfc1e0d690086e286e701c2d9e"
51
52 DESCRIPTION="Suite of tools for PDF files manipulation written in Python"
53 HOMEPAGE="https://github.com/hellerbarde/stapler"
54 @@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86"
55
56 RDEPEND="
57 dev-python/PyPDF2[${PYTHON_USEDEP}]
58 - <dev-python/more-itertools-6.0.0[${PYTHON_USEDEP}]"
59 +"
60
61 DEPEND="
62 ${RDEPEND}
63 - dev-python/setuptools[${PYTHON_USEDEP}]"
64 +"