Skip to content

Commit

Permalink
dev-python/ansible-pygments: Use pypi.eclass
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 17, 2023
1 parent ef97174 commit 6488447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6488447

Please sign in to comment.