diff options
author | 2023-08-12 04:26:35 +0200 | |
---|---|---|
committer | 2023-08-12 04:26:35 +0200 | |
commit | bf122bd93c44a90bf538a368df6559b3b77b0080 (patch) | |
tree | 2c3f78d0934b4297ddb7a3db5517f939dd66fc28 /dev-python/pysmi | |
parent | dev-python/python-neutronclient: Remove old (diff) | |
download | gentoo-bf122bd93c44a90bf538a368df6559b3b77b0080.tar.gz gentoo-bf122bd93c44a90bf538a368df6559b3b77b0080.tar.bz2 gentoo-bf122bd93c44a90bf538a368df6559b3b77b0080.zip |
dev-python/pysmi: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysmi')
-rw-r--r-- | dev-python/pysmi/pysmi-0.3.4.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild b/dev-python/pysmi/pysmi-0.3.4.ebuild deleted file mode 100644 index 591e33051b1e..000000000000 --- a/dev-python/pysmi/pysmi-0.3.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2017-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 pypi - -DESCRIPTION="Python Lex & Yacc" -HOMEPAGE="https://github.com/etingof/pysmi" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" - -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" -BDEPEND="test? ( dev-python/pysnmp[${PYTHON_USEDEP}] )" - -distutils_enable_tests unittest -distutils_enable_sphinx docs/source |