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/snappy/
Date: Thu, 02 Feb 2023 18:41:20
Message-Id: 1675363270.66466e5252166bacf64fcba408a71f919a2a7a1e.mgorny@gentoo
1 commit: 66466e5252166bacf64fcba408a71f919a2a7a1e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 18:35:18 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 18:41:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66466e52
7
8 dev-python/snappy: Inline MY_PN prior to rename
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/snappy/snappy-0.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/snappy/snappy-0.6.1.ebuild b/dev-python/snappy/snappy-0.6.1.ebuild
16 index 3cbf993e7537..43168156fe6b 100644
17 --- a/dev-python/snappy/snappy-0.6.1.ebuild
18 +++ b/dev-python/snappy/snappy-0.6.1.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} )
20
21 inherit distutils-r1
22
23 -MY_PN=python-${PN}
24 +MY_PN=python-snappy
25 MY_P=${MY_PN}-${PV}
26
27 DESCRIPTION="Python library for the snappy compression library from Google"