From 60d009eae7604160dba0e55e126f491e3913d1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 22 Oct 2020 00:48:11 +0200 Subject: [PATCH] dev-python/speg: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/speg/speg-0.3.ebuild | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-python/speg/speg-0.3.ebuild diff --git a/dev-python/speg/speg-0.3.ebuild b/dev-python/speg/speg-0.3.ebuild deleted file mode 100644 index 4893e0337497e..0000000000000 --- a/dev-python/speg/speg-0.3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 -DESCRIPTION="A PEG-based parser interpreter with memoization" -HOMEPAGE="https://github.com/avakar/speg/" -SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 x86" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=""