diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-09 20:54:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-09 21:01:02 +0100 |
commit | b5a4b915f756cf8026a632419f645448df2dea81 (patch) | |
tree | 4a6c226f459903a379e5ab373e55e674d30a7bd5 /dev-python/pycson/pycson-0.8-r3.ebuild | |
parent | xfce-extra/xfce4-dict: Remove old (diff) | |
download | gentoo-b5a4b915f756cf8026a632419f645448df2dea81.tar.gz gentoo-b5a4b915f756cf8026a632419f645448df2dea81.tar.bz2 gentoo-b5a4b915f756cf8026a632419f645448df2dea81.zip |
dev-python/pycson: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycson/pycson-0.8-r3.ebuild')
-rw-r--r-- | dev-python/pycson/pycson-0.8-r3.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pycson/pycson-0.8-r3.ebuild b/dev-python/pycson/pycson-0.8-r3.ebuild deleted file mode 100644 index e144d13bd8ba..000000000000 --- a/dev-python/pycson/pycson-0.8-r3.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..11} ) -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 ~ppc ~riscv x86" - -RDEPEND="dev-python/speg[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest |