summaryrefslogtreecommitdiff
path: root/dev-python/turbojson
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /dev-python/turbojson
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'dev-python/turbojson')
-rw-r--r--dev-python/turbojson/Manifest3
-rw-r--r--dev-python/turbojson/metadata.xml11
-rw-r--r--dev-python/turbojson/turbojson-1.3.2-r1.ebuild26
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/turbojson/Manifest b/dev-python/turbojson/Manifest
deleted file mode 100644
index ad230ff369bb..000000000000
--- a/dev-python/turbojson/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST TurboJson-1.3.2.tar.gz 6613 BLAKE2B 0ea98ef43b1984b3bf5311fa0a8b7898ff7b3ad9d0b2f6b8da70038e55e7a2052018820c4adf8a7c8b2c36d11bea2b5e3922566c09f91585afe2f45cbfee5ec7 SHA512 5c3a2382f764ad42629b3f992f0fcef61b858a9ade4084b86d96c16efbf398a6ea5f8d04c3cc5618c681fe1a111877aa64777748535e9830495aaf59e53d11b1
-EBUILD turbojson-1.3.2-r1.ebuild 724 BLAKE2B 4b100064bfae3c3b4fcb50786f6063affdf694937b287607417d9243cd371cc1a90c8e5e666ea338729a37a66eac56dc799b0eb991a13c4f944571253ba99e6c SHA512 cd75f25515cd592b6ff466ae2ae58d28659d370e3ff48a3038fdb729a0d222fc1b53daf6c2d9285419fd35dc2f9e1165f19682396774a71d8b65a9f1192d8f5f
-MISC metadata.xml 312 BLAKE2B 5e928b3a8ac4e726007e95adc0cb82829621a10bd765f14828254f48fc5af8efd93822f1fd4192da07930749e9882b4737fbd9b6cd68f38d8290a40b8540d085 SHA512 80643b876c5d02c364e0105039a339f8a7b49da7d4fa815b335c04a4e38552d35566941621f12ee6ac1a5b64ceb3df4738e4cf45b66c692fe325cac65e53f195
diff --git a/dev-python/turbojson/metadata.xml b/dev-python/turbojson/metadata.xml
deleted file mode 100644
index ca5fe0e76d7b..000000000000
--- a/dev-python/turbojson/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">TurboJson</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/turbojson/turbojson-1.3.2-r1.ebuild b/dev-python/turbojson/turbojson-1.3.2-r1.ebuild
deleted file mode 100644
index 339e25c7424b..000000000000
--- a/dev-python/turbojson/turbojson-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="TurboJson"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="TurboGears JSON file format support plugin"
-HOMEPAGE="https://pypi.org/project/TurboJson/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-RDEPEND=">=dev-python/simplejson-1.9.1[${PYTHON_USEDEP}]
- >=dev-python/peak-rules-0.5[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-# Testsuite requires a package of peak not present in portage