summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-23 07:16:42 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-23 07:18:24 +0100
commite6af612810abd61a0f460f44e7f139869038626a (patch)
treef97c1cd8824076ba47618599409a2383fe07d6a8 /dev-python/python-dotenv
parentdev-python/clint: Mark ALLARCHES (diff)
downloadgentoo-e6af612810abd61a0f460f44e7f139869038626a.tar.gz
gentoo-e6af612810abd61a0f460f44e7f139869038626a.tar.bz2
gentoo-e6af612810abd61a0f460f44e7f139869038626a.zip
dev-python/python-dotenv: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-dotenv')
-rw-r--r--dev-python/python-dotenv/python-dotenv-0.21.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-dotenv/python-dotenv-0.21.1.ebuild b/dev-python/python-dotenv/python-dotenv-0.21.1.ebuild
index 4ff64ac50ac6..b5856062bbd0 100644
--- a/dev-python/python-dotenv/python-dotenv-0.21.1.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-0.21.1.ebuild
@@ -4,13 +4,13 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Manage .env files"
HOMEPAGE="https://github.com/theskumar/python-dotenv"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"