diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-27 06:53:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-27 06:53:29 +0200 |
commit | 714104632084399f4338ed257fd0574078afdedf (patch) | |
tree | 125d6f0bec73fa0ab9d0c0a1c0a283e3b8f46d87 /dev-python/python-zeroconf | |
parent | Move dev-python/{zeroconf → python-zeroconf} (diff) | |
download | gentoo-714104632084399f4338ed257fd0574078afdedf.tar.gz gentoo-714104632084399f4338ed257fd0574078afdedf.tar.bz2 gentoo-714104632084399f4338ed257fd0574078afdedf.zip |
dev-python/python-zeroconf: Remove MY_P
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-zeroconf')
-rw-r--r-- | dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild b/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild index e803d214a211..3271b3e2ac15 100644 --- a/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild +++ b/dev-python/python-zeroconf/python-zeroconf-0.39.3.ebuild @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 -MY_P=python-zeroconf-${PV} DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)" HOMEPAGE=" https://github.com/jstasiak/python-zeroconf/ @@ -16,9 +15,8 @@ HOMEPAGE=" " SRC_URI=" https://github.com/jstasiak/python-zeroconf/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz + -> ${P}.gh.tar.gz " -S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" SLOT="0" |