Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycapnp/files/, dev-python/pycapnp/, profiles/
Date: Thu, 30 Jun 2022 22:25:15
Message-Id: 1656627693.e2bd26a0fdf660a7c6f0d20bd307ec441ecf49f5.sam@gentoo
1 commit: e2bd26a0fdf660a7c6f0d20bd307ec441ecf49f5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 22:21:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 22:21:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2bd26a0
7
8 dev-python/pycapnp: treeclean
9
10 Bug: https://bugs.gentoo.org/798204
11 Bug: https://bugs.gentoo.org/822540
12 Bug: https://bugs.gentoo.org/845783
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-python/pycapnp/Manifest | 1 -
16 dev-python/pycapnp/files/sdist.patch | 13 ------------
17 dev-python/pycapnp/metadata.xml | 13 ------------
18 dev-python/pycapnp/pycapnp-0.6.4.ebuild | 36 ---------------------------------
19 profiles/package.mask | 6 ------
20 5 files changed, 69 deletions(-)
21
22 diff --git a/dev-python/pycapnp/Manifest b/dev-python/pycapnp/Manifest
23 deleted file mode 100644
24 index bd496a53f8ee..000000000000
25 --- a/dev-python/pycapnp/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST pycapnp-0.6.4.tar.gz 531404 BLAKE2B 035e0f37292275af8d5e292cb98f85f3d40ffe6284c0defecdb6d0c79afac97e4570e0042c0be6716a992ab904b844c9f046c5795b97cd8b7dd7625af1b2b219 SHA512 3f2c9d93bcf226fb39ef233b8b5fbc86af73d796986e82b897a571db5d8223fb4f65cc28a8bf4ed57b787b6e5defdca70388ac865f036daff48d6d6f93cbbfc3
29
30 diff --git a/dev-python/pycapnp/files/sdist.patch b/dev-python/pycapnp/files/sdist.patch
31 deleted file mode 100644
32 index e4ef16ec5699..000000000000
33 --- a/dev-python/pycapnp/files/sdist.patch
34 +++ /dev/null
35 @@ -1,13 +0,0 @@
36 -Index: pycapnp-0.6.4/setup.py
37 -===================================================================
38 ---- pycapnp-0.6.4.orig/setup.py
39 -+++ pycapnp-0.6.4/setup.py
40 -@@ -49,7 +49,7 @@ try:
41 - changelog = '\nChangelog\n=============\n' + changelog
42 - long_description += changelog
43 - except (IOError, ImportError):
44 -- if sys.argv[2] == 'sdist':
45 -+ if len(sys.argv) > 2 and sys.argv[2] == 'sdist':
46 - raise
47 - long_description = ''
48 -
49
50 diff --git a/dev-python/pycapnp/metadata.xml b/dev-python/pycapnp/metadata.xml
51 deleted file mode 100644
52 index 7b9b669e8cb2..000000000000
53 --- a/dev-python/pycapnp/metadata.xml
54 +++ /dev/null
55 @@ -1,13 +0,0 @@
56 -<?xml version="1.0" encoding="UTF-8"?>
57 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
58 -<pkgmetadata>
59 - <maintainer type="person">
60 - <email>aballier@g.o</email>
61 - <name>Alexis Ballier</name>
62 - <description>Python team can take the package if they wish.</description>
63 - </maintainer>
64 - <upstream>
65 - <remote-id type="pypi">pycapnp</remote-id>
66 - <remote-id type="github">capnproto/pycapnp</remote-id>
67 - </upstream>
68 -</pkgmetadata>
69
70 diff --git a/dev-python/pycapnp/pycapnp-0.6.4.ebuild b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
71 deleted file mode 100644
72 index bfbc35732df3..000000000000
73 --- a/dev-python/pycapnp/pycapnp-0.6.4.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2020 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -PYTHON_COMPAT=( python3_{7,8,9} )
82 -
83 -inherit distutils-r1
84 -
85 -DESCRIPTION="Python wrapping of the Cap'n Proto library"
86 -HOMEPAGE="http://jparyani.github.io/pycapnp/ https://github.com/capnproto/pycapnp"
87 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~arm ~arm64"
92 -IUSE=""
93 -
94 -RDEPEND=">=dev-libs/capnproto-0.6:="
95 -DEPEND="${RDEPEND}
96 - dev-python/cython[${PYTHON_USEDEP}]
97 -"
98 -PATCHES=( "${FILESDIR}/sdist.patch" )
99 -
100 -src_prepare() {
101 - distutils-r1_src_prepare
102 - # regen cython files
103 - rm -f capnp/lib/capnp.cpp || die
104 -
105 - # Need c++14 for capnp 0.7
106 - sed -e 's/std=c++11/std=c++14/g' \
107 - -i setup.py \
108 - -i buildutils/detect.py \
109 - -i capnp/*/* \
110 - || die
111 -}
112
113 diff --git a/profiles/package.mask b/profiles/package.mask
114 index 2c7144a2824f..35170e3a5f52 100644
115 --- a/profiles/package.mask
116 +++ b/profiles/package.mask
117 @@ -268,12 +268,6 @@ dev-python/3to2
118 # Removal on 2022-06-30.
119 dev-perl/Inline-Python
120
121 -# Sam James <sam@g.o> (2022-05-30)
122 -# Out of date, no tests, and most importantly, doesn't yet support Python 3.10
123 -# which will soon be the default. Bugs #845783, #822540, #798204.
124 -# Removal on 2022-06-30.
125 -dev-python/pycapnp
126 -
127 # Matt Turner <mattst88@g.o> (2022-05-30)
128 # libwacom-2 broke ABI compatibility; reverse dependencies need to be updated.
129 # Bug #848501