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/python-zstandard/
Date: Sun, 30 Oct 2022 06:49:28
Message-Id: 1667112562.80c58683198c68c6d137ce92fb00d952a8530690.mgorny@gentoo
1 commit: 80c58683198c68c6d137ce92fb00d952a8530690
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 06:46:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 06:49:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c58683
7
8 dev-python/python-zstandard: Remove MY_P
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-zstandard/python-zstandard-0.19.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/python-zstandard/python-zstandard-0.19.0.ebuild b/dev-python/python-zstandard/python-zstandard-0.19.0.ebuild
16 index 24b3d7e8d9f0..fefdae7a2d6f 100644
17 --- a/dev-python/python-zstandard/python-zstandard-0.19.0.ebuild
18 +++ b/dev-python/python-zstandard/python-zstandard-0.19.0.ebuild
19 @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 )
20
21 inherit distutils-r1
22
23 -MY_P=python-zstandard-${PV}
24 DESCRIPTION="Zstandard Bindings for Python"
25 HOMEPAGE="
26 https://github.com/indygreg/python-zstandard/
27 @@ -16,9 +15,8 @@ HOMEPAGE="
28 "
29 SRC_URI="
30 https://github.com/indygreg/python-zstandard/archive/${PV}.tar.gz
31 - -> ${MY_P}.gh.tar.gz
32 + -> ${P}.gh.tar.gz
33 "
34 -S=${WORKDIR}/${MY_P}
35
36 SLOT="0"
37 LICENSE="BSD"