summaryrefslogtreecommitdiff
path: root/dev-python/pycson/pycson-0.8-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycson/pycson-0.8-r4.ebuild')
-rw-r--r--dev-python/pycson/pycson-0.8-r4.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pycson/pycson-0.8-r4.ebuild b/dev-python/pycson/pycson-0.8-r4.ebuild
deleted file mode 100644
index d4c44e655911..000000000000
--- a/dev-python/pycson/pycson-0.8-r4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
-inherit distutils-r1
-
-DESCRIPTION="A python parser for the Coffeescript Object Notation (CSON)"
-HOMEPAGE="https://github.com/avakar/pycson/"
-SRC_URI="https://github.com/avakar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc ~riscv ~x86"
-
-RDEPEND="dev-python/speg[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest