summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-08 07:54:25 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-08 08:05:33 +0200
commit705a75c4d13eab007aef2b2d5e58ffc0d8452d07 (patch)
treee7af2e0c9edf0d5fbe0bea2a6ebfd9801fee5f82 /dev-python
parentdev-python/hiredis: Remove old (diff)
downloadgentoo-705a75c4d13eab007aef2b2d5e58ffc0d8452d07.tar.gz
gentoo-705a75c4d13eab007aef2b2d5e58ffc0d8452d07.tar.bz2
gentoo-705a75c4d13eab007aef2b2d5e58ffc0d8452d07.zip
dev-python/charset_normalizer: Prepare for a rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
index 4f19d28aec9e..f69a0c6e7f47 100644
--- a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
@@ -9,6 +9,7 @@ PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1
+MY_P=charset_normalizer-${PV}
DESCRIPTION="The Real First Universal Charset Detector"
HOMEPAGE="
https://pypi.org/project/charset-normalizer/
@@ -16,8 +17,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"