Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/msgpack/
Date: Tue, 09 Apr 2019 20:06:38
Message-Id: 1554840384.162b0e220dacce6d76c7db581bae715f02b94851.prometheanfire@gentoo
1 commit: 162b0e220dacce6d76c7db581bae715f02b94851
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 20:06:08 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 20:06:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162b0e22
7
8 dev-python/msgpack: 0.6.1 fix build in place
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/msgpack/msgpack-0.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/msgpack/msgpack-0.6.1.ebuild b/dev-python/msgpack/msgpack-0.6.1.ebuild
17 index 8c00cbe126b..7677f5dc2ee 100644
18 --- a/dev-python/msgpack/msgpack-0.6.1.ebuild
19 +++ b/dev-python/msgpack/msgpack-0.6.1.ebuild
20 @@ -30,7 +30,7 @@ DEPEND="
21
22 python_prepare_all() {
23 # Remove pre-generated cython files
24 - rm msgpack/{_packer,_unpacker}.cpp || die
25 + rm msgpack/{_packer,_unpacker,_cmsgpack}.pyx || die
26
27 if ! use native-extensions ; then
28 sed -i -e "/have_cython/s:True:False:" ./setup.py || die