summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2022-10-10 15:45:32 +0700
committerAndrey Grozin <grozin@gentoo.org>2022-10-10 15:46:00 +0700
commit8483c55bd3e306c986d930514f84b74377abefeb (patch)
tree05a529c5bc3c265544391367c3b74727485d98d7 /dev-python
parentkde-frameworks/kdelibs4support: Drop accidental stable keywords (diff)
downloadgentoo-8483c55bd3e306c986d930514f84b74377abefeb.tar.gz
gentoo-8483c55bd3e306c986d930514f84b74377abefeb.tar.bz2
gentoo-8483c55bd3e306c986d930514f84b74377abefeb.zip
dev-python/pycson: remove old revisions
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pycson/pycson-0.8-r1.ebuild19
-rw-r--r--dev-python/pycson/pycson-0.8-r2.ebuild19
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/pycson/pycson-0.8-r1.ebuild b/dev-python/pycson/pycson-0.8-r1.ebuild
deleted file mode 100644
index 8f32f7f9890d..000000000000
--- a/dev-python/pycson/pycson-0.8-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-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"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pycson/pycson-0.8-r2.ebuild b/dev-python/pycson/pycson-0.8-r2.ebuild
deleted file mode 100644
index 9e3dd0cf3c9e..000000000000
--- a/dev-python/pycson/pycson-0.8-r2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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"
-
-distutils_enable_tests pytest