Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycups/
Date: Tue, 31 Dec 2019 20:09:12
Message-Id: 1577822930.2f1a9c241e6a4638e63d638c4c5c1b36d8d49977.asturm@gentoo
1 commit: 2f1a9c241e6a4638e63d638c4c5c1b36d8d49977
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 19:48:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 20:08:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1a9c24
7
8 dev-python/pycups: Drop 1.9.72 and 1.9.73
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/pycups/Manifest | 1 -
14 dev-python/pycups/pycups-1.9.72.ebuild | 50 -------------------------------
15 dev-python/pycups/pycups-1.9.73.ebuild | 54 ----------------------------------
16 3 files changed, 105 deletions(-)
17
18 diff --git a/dev-python/pycups/Manifest b/dev-python/pycups/Manifest
19 index a36f1f23bda..e30fc7d6900 100644
20 --- a/dev-python/pycups/Manifest
21 +++ b/dev-python/pycups/Manifest
22 @@ -1,2 +1 @@
23 -DIST pycups-1.9.72.tar.bz2 52687 BLAKE2B 37d2bf2afc71b4feabbd5aac0c4dab49142a580b0b82d337709ef79a666ea2ad7942072f4f09923099626103a67f6b9a08a7972481ea28f7a88e13118e194d4d SHA512 db8b06378bf398073e34c89d62aa64cc8e56e93553346484c2e5dd67d046a3aa2f44020b68a7d479203fb2eeba005f8860ad4cebf72f8d7aa9aa15952a36d816
24 DIST pycups-1.9.73.tar.bz2 52732 BLAKE2B a6c9750970548ba85cdef4041f716491e9b0cf4273cb5381bca8e57deab457affaa62eccf74d36eb3f8b047e5142c952e56e7e624f85ed7959a769f568824f26 SHA512 ee893d64f1645b71805ac358c4a3cc594f6285f04272ff0558aa60cbc90fafdbac30b623ffcc3a6b739218d9fd7a6a6e1d8cb186a5582f2cc30a518ed4dde810
25
26 diff --git a/dev-python/pycups/pycups-1.9.72.ebuild b/dev-python/pycups/pycups-1.9.72.ebuild
27 deleted file mode 100644
28 index c7002ddb5e0..00000000000
29 --- a/dev-python/pycups/pycups-1.9.72.ebuild
30 +++ /dev/null
31 @@ -1,50 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 pypy )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python bindings for the CUPS API"
41 -HOMEPAGE="http://cyberelk.net/tim/data/pycups/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2"
45 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86"
46 -SLOT="0"
47 -IUSE="doc examples"
48 -
49 -RDEPEND="
50 - net-print/cups
51 -"
52 -DEPEND="${RDEPEND}"
53 -
54 -# epydoc kinda sucks and supports python2 only (it's dead too),
55 -# and since we're dealing with a binary module we need exact version
56 -# match. therefore, docbuilding *requires* any python2 being enabled.
57 -
58 -DEPEND="${RDEPEND}
59 - doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )
60 -"
61 -
62 -REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
63 -
64 -python_compile_all() {
65 - if use doc; then
66 - # we can't use Makefile since it relies on hardcoded paths
67 - epydoc -o html --html cups || die "doc build failed"
68 - fi
69 -}
70 -
71 -python_compile() {
72 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
73 - distutils-r1_python_compile
74 -}
75 -
76 -python_install_all() {
77 - use doc && local HTML_DOCS=( html/ )
78 - use examples && local EXAMPLES=( examples/ )
79 -
80 - distutils-r1_python_install_all
81 -}
82
83 diff --git a/dev-python/pycups/pycups-1.9.73.ebuild b/dev-python/pycups/pycups-1.9.73.ebuild
84 deleted file mode 100644
85 index 4701a3f40c3..00000000000
86 --- a/dev-python/pycups/pycups-1.9.73.ebuild
87 +++ /dev/null
88 @@ -1,54 +0,0 @@
89 -# Copyright 1999-2019 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -
94 -PYTHON_COMPAT=( python2_7 pypy )
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="Python bindings for the CUPS API"
98 -HOMEPAGE="http://cyberelk.net/tim/data/pycups/"
99 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
100 -
101 -LICENSE="GPL-2"
102 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86"
103 -SLOT="0"
104 -IUSE="doc examples"
105 -
106 -RDEPEND="
107 - net-print/cups
108 -"
109 -DEPEND="${RDEPEND}"
110 -
111 -# epydoc kinda sucks and supports python2 only (it's dead too),
112 -# and since we're dealing with a binary module we need exact version
113 -# match. therefore, docbuilding *requires* any python2 being enabled.
114 -
115 -DEPEND="${RDEPEND}
116 - doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )
117 -"
118 -
119 -REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
120 -
121 -pkg_setup() {
122 - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
123 -}
124 -
125 -python_compile_all() {
126 - if use doc; then
127 - # we can't use Makefile since it relies on hardcoded paths
128 - epydoc -o html --html cups || die "doc build failed"
129 - fi
130 -}
131 -
132 -python_compile() {
133 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
134 - distutils-r1_python_compile
135 -}
136 -
137 -python_install_all() {
138 - use doc && local HTML_DOCS=( html/ )
139 - use examples && local EXAMPLES=( examples/ )
140 -
141 - distutils-r1_python_install_all
142 -}