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/metadata.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-python/python-cjson/metadata.xml (limited to 'dev-python/python-cjson/metadata.xml') diff --git a/dev-python/python-cjson/metadata.xml b/dev-python/python-cjson/metadata.xml deleted file mode 100644 index ff94a57eb230..000000000000 --- a/dev-python/python-cjson/metadata.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - python@gentoo.org - Python - - - This module implements a very fast JSON encoder/decoder for Python. - - JSON stands for JavaScript Object Notation and is a text based - lightweight data exchange format which is easy for humans to - read/write and for machines to parse/generate. JSON is completely - language independent and has multiple implementations in most of - the programming languages, making it ideal for data exchange and - storage. - - The module is written in C and it is up to 250 times faster when - compared to the other python JSON implementations which are written - directly in python. This speed gain varies with the complexity of - the data and the operation and is the the range of 10-200 times for - encoding operations and in the range of 100-250 times for decoding - operations. - - - python-cjson - - -- cgit v1.2.3