summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:28 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:20:13 +0100
commit64884475f44f5a6afb2cd25bc6df9754cddd8cfa (patch)
treeff26ebee237958a144e13e31ee0aaf7cb8e64ec4 /dev-python/ansible-pygments
parentdev-python/agate-sql: Use pypi.eclass (diff)
downloadgentoo-64884475f44f5a6afb2cd25bc6df9754cddd8cfa.tar.gz
gentoo-64884475f44f5a6afb2cd25bc6df9754cddd8cfa.tar.bz2
gentoo-64884475f44f5a6afb2cd25bc6df9754cddd8cfa.zip
dev-python/ansible-pygments: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansible-pygments')
-rw-r--r--dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild b/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild
index 245c0808deda..acf6231a5358 100644
--- a/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild
+++ b/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild
@@ -5,12 +5,12 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517="poetry"
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Pygments lexer and style Ansible snippets"
HOMEPAGE="https://github.com/ansible-community/ansible-pygments"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"