commit: 8483c55bd3e306c986d930514f84b74377abefeb
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 08:45:32 2022 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 08:46:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8483c55b
dev-python/pycson: remove old revisions
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/pycson/pycson-0.8-r1.ebuild | 19 -------------------
dev-python/pycson/pycson-0.8-r2.ebuild | 19 -------------------
2 files changed, 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