From acbe724205cfc2bb77059685cfa03db0f67f949d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 10 Nov 2018 22:02:31 +0100 Subject: dev-python/python-cjson: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/667354 Signed-off-by: Michał Górny --- dev-python/python-cjson/python-cjson-1.2.1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-python/python-cjson/python-cjson-1.2.1.ebuild (limited to 'dev-python/python-cjson/python-cjson-1.2.1.ebuild') diff --git a/dev-python/python-cjson/python-cjson-1.2.1.ebuild b/dev-python/python-cjson/python-cjson-1.2.1.ebuild deleted file mode 100644 index 3e69886a4c10..000000000000 --- a/dev-python/python-cjson/python-cjson-1.2.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Fast JSON encoder/decoder for Python" -HOMEPAGE="https://github.com/AGProjects/python-cjson" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2+" -SLOT="0" -IUSE="" - -KEYWORDS="~amd64 ~x86" - -python_test() { - "${PYTHON}" jsontest.py || die -} -- cgit v1.2.3