summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 20:23:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 20:28:28 +0100
commitb782c2801e465a5d2a1452dfd969c1a0e872b45b (patch)
tree52567c947b88d945584bd5a8b84370ecc34e088b /dev-python/turbokid
parentdev-python/turbojson: Remove last-rited package (diff)
downloadgentoo-b782c2801e465a5d2a1452dfd969c1a0e872b45b.tar.gz
gentoo-b782c2801e465a5d2a1452dfd969c1a0e872b45b.tar.bz2
gentoo-b782c2801e465a5d2a1452dfd969c1a0e872b45b.zip
dev-python/turbokid: Remove last-rited package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/turbokid')
-rw-r--r--dev-python/turbokid/Manifest1
-rw-r--r--dev-python/turbokid/metadata.xml11
-rw-r--r--dev-python/turbokid/turbokid-1.0.5-r1.ebuild31
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/turbokid/Manifest b/dev-python/turbokid/Manifest
deleted file mode 100644
index 3d8d853a788c..000000000000
--- a/dev-python/turbokid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST TurboKid-1.0.5.tar.gz 6878 BLAKE2B f461edc56f7747eb30d58c3b04a783902100585127ce07e1836bfcfaa046e35167d8a48cc890c57516957903087e88c3f826a07f555d37c55038d5f600100b8b SHA512 13a7aba4773ceb5c591c9b5f33b585161a6b6bd92f13169291c20e2cb77b10fe97e3f2d5596d0498add34728a36f6e0968f236fca87f1091a92eee68704222a4
diff --git a/dev-python/turbokid/metadata.xml b/dev-python/turbokid/metadata.xml
deleted file mode 100644
index 7f0ee32d148b..000000000000
--- a/dev-python/turbokid/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">TurboKid</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/turbokid/turbokid-1.0.5-r1.ebuild b/dev-python/turbokid/turbokid-1.0.5-r1.ebuild
deleted file mode 100644
index 32970473dfd7..000000000000
--- a/dev-python/turbokid/turbokid-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="TurboKid"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python template plugin that supports Kid templates"
-HOMEPAGE="https://pypi.org/project/TurboKid/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND=">=dev-python/kid-0.9.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- esetup.py test
-}