summaryrefslogtreecommitdiff
path: root/dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-03-26 21:49:09 +0000
committerMarek Szuba <marecki@gentoo.org>2022-03-26 22:31:15 +0000
commit8ee598135e5cd0654c73a22c8cdd0a89e278295f (patch)
tree8558927bfb487ed8593aa61a322affe175c7aaf2 /dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild
parent7207e6b0e26631ce91894cbf7bf750117220e115 (diff)
downloadgentoo-8ee598135e5cd0654c73a22c8cdd0a89e278295f.tar.gz
gentoo-8ee598135e5cd0654c73a22c8cdd0a89e278295f.tar.bz2
gentoo-8ee598135e5cd0654c73a22c8cdd0a89e278295f.zip
dev-python/ansible-pygments: drop 0.1.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild')
-rw-r--r--dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild b/dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild
deleted file mode 100644
index 4cb71a916654..000000000000
--- a/dev-python/ansible-pygments/ansible-pygments-0.1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
-
-inherit distutils-r1
-
-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"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest