Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyGPG/
Date: Sat, 29 Jan 2022 21:19:31
Message-Id: 1643490835.187f42feb48e159c00337e766e29b11bd6e685e9.mgorny@gentoo
1 commit: 187f42feb48e159c00337e766e29b11bd6e685e9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 21:13:55 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 21:13:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187f42fe
7
8 dev-python/pyGPG: Switch to PEP 517 build
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{pyGPG-9999.ebuild => pyGPG-0.2-r1.ebuild} | 25 +++++++++++-----------
13 dev-python/pyGPG/pyGPG-9999.ebuild | 25 +++++++++++-----------
14 2 files changed, 24 insertions(+), 26 deletions(-)
15
16 diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-0.2-r1.ebuild
17 similarity index 65%
18 copy from dev-python/pyGPG/pyGPG-9999.ebuild
19 copy to dev-python/pyGPG/pyGPG-0.2-r1.ebuild
20 index fc4ad1900dce..1649f810972a 100644
21 --- a/dev-python/pyGPG/pyGPG-9999.ebuild
22 +++ b/dev-python/pyGPG/pyGPG-0.2-r1.ebuild
23 @@ -1,12 +1,11 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 +DISTUTILS_USE_PEP517=setuptools
32 PYTHON_COMPAT=( python3_{7,8,9} )
33
34 -DISTUTILS_USE_SETUPTOOLS=no
35 -
36 inherit distutils-r1
37
38 if [[ ${PV} == *9999 ]]; then
39 @@ -31,15 +30,15 @@ RDEPEND="${DEPEND}
40 "
41
42 pkg_postinst() {
43 - einfo
44 - einfo "This is experimental software."
45 - einfo "The API's it installs should be considered unstable"
46 - einfo "and are subject to change."
47 - einfo
48 - einfo "Please file any enhancement requests, or bugs"
49 - einfo "at https://github.com/dol-sen/pyGPG/issues"
50 - einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network"
51 - einfo
52 + elog
53 + elog "This is experimental software."
54 + elog "The API's it installs should be considered unstable"
55 + elog "and are subject to change."
56 + elog
57 + elog "Please file any enhancement requests, or bugs"
58 + elog "at https://github.com/dol-sen/pyGPG/issues"
59 + elog "I am also on IRC @ #gentoo-ci of the Libera.Chat network"
60 + elog
61 ewarn "There may be some python 3 compatibility issues still."
62 ewarn "Please help debug/fix/report them in github or bugzilla."
63 }
64
65 diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild
66 index fc4ad1900dce..1649f810972a 100644
67 --- a/dev-python/pyGPG/pyGPG-9999.ebuild
68 +++ b/dev-python/pyGPG/pyGPG-9999.ebuild
69 @@ -1,12 +1,11 @@
70 -# Copyright 1999-2021 Gentoo Authors
71 +# Copyright 1999-2022 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 -EAPI=7
75 +EAPI=8
76
77 +DISTUTILS_USE_PEP517=setuptools
78 PYTHON_COMPAT=( python3_{7,8,9} )
79
80 -DISTUTILS_USE_SETUPTOOLS=no
81 -
82 inherit distutils-r1
83
84 if [[ ${PV} == *9999 ]]; then
85 @@ -31,15 +30,15 @@ RDEPEND="${DEPEND}
86 "
87
88 pkg_postinst() {
89 - einfo
90 - einfo "This is experimental software."
91 - einfo "The API's it installs should be considered unstable"
92 - einfo "and are subject to change."
93 - einfo
94 - einfo "Please file any enhancement requests, or bugs"
95 - einfo "at https://github.com/dol-sen/pyGPG/issues"
96 - einfo "I am also on IRC @ #gentoo-ci of the Libera.Chat network"
97 - einfo
98 + elog
99 + elog "This is experimental software."
100 + elog "The API's it installs should be considered unstable"
101 + elog "and are subject to change."
102 + elog
103 + elog "Please file any enhancement requests, or bugs"
104 + elog "at https://github.com/dol-sen/pyGPG/issues"
105 + elog "I am also on IRC @ #gentoo-ci of the Libera.Chat network"
106 + elog
107 ewarn "There may be some python 3 compatibility issues still."
108 ewarn "Please help debug/fix/report them in github or bugzilla."
109 }