commit: b782c2801e465a5d2a1452dfd969c1a0e872b45b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 19:23:09 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 19:28:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b782c280
dev-python/turbokid: Remove last-rited package Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/turbokid/Manifest | 1 - dev-python/turbokid/metadata.xml | 11 ---------- dev-python/turbokid/turbokid-1.0.5-r1.ebuild | 31 ---------------------------- profiles/package.mask | 1 - 4 files changed, 44 deletions(-) diff --git a/dev-python/turbokid/Manifest b/dev-python/turbokid/Manifest deleted file mode 100644 index 3d8d853a788..00000000000 --- 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 7f0ee32d148..00000000000 --- 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>[email protected]</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 32970473dfd..00000000000 --- 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 -} diff --git a/profiles/package.mask b/profiles/package.mask index 6237b9f8f6b..a834da522d0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -633,7 +633,6 @@ net-im/silc-toolkit # The following Gentoo packages are Python 2-only and have no reverse # dependencies. # Removal in 30 days. Bug #705762. -dev-python/turbokid dev-python/weakrefmethod dev-python/webut dev-python/wehjit
