summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-22 00:48:11 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-22 00:51:19 +0200
commit60d009eae7604160dba0e55e126f491e3913d1ef (patch)
tree28bfd3395b394b68692931a5522dc07357f0c77f /dev-python/speg
parentdev-python/sentry-sdk: Remove old (diff)
downloadgentoo-60d009eae7604160dba0e55e126f491e3913d1ef.tar.gz
gentoo-60d009eae7604160dba0e55e126f491e3913d1ef.tar.bz2
gentoo-60d009eae7604160dba0e55e126f491e3913d1ef.zip
dev-python/speg: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/speg')
-rw-r--r--dev-python/speg/speg-0.3.ebuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/speg/speg-0.3.ebuild b/dev-python/speg/speg-0.3.ebuild
deleted file mode 100644
index 4893e0337497..000000000000
--- 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=""