From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A264138350 for ; Mon, 27 Jan 2020 10:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28996E091A; Mon, 27 Jan 2020 10:14:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D288E091B for ; Mon, 27 Jan 2020 10:14:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3978634E3A8 for ; Mon, 27 Jan 2020 10:13:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D79D3ED for ; Mon, 27 Jan 2020 10:13:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580120028.c9159e30cd98a3cf4eb219fe6da8098fe9979115.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nevow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nevow/Manifest dev-python/nevow/nevow-0.11.1.ebuild X-VCS-Directories: dev-python/nevow/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c9159e30cd98a3cf4eb219fe6da8098fe9979115 X-VCS-Branch: master Date: Mon, 27 Jan 2020 10:13:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 798ed980-aef7-4a96-8dc9-aa078fc8efe8 X-Archives-Hash: 70cbd5917e5c2588f4ec129b938f916a commit: c9159e30cd98a3cf4eb219fe6da8098fe9979115 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 27 10:03:40 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 27 10:13:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9159e30 dev-python/nevow: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/nevow/Manifest | 1 - dev-python/nevow/nevow-0.11.1.ebuild | 40 ------------------------------------ 2 files changed, 41 deletions(-) diff --git a/dev-python/nevow/Manifest b/dev-python/nevow/Manifest index caf893ea902..05661149ceb 100644 --- a/dev-python/nevow/Manifest +++ b/dev-python/nevow/Manifest @@ -1,2 +1 @@ -DIST Nevow-0.11.1.tar.gz 563061 BLAKE2B 7763816e44a9b388edd0a77ad3e814514ff2ed2d28c156885bc6517860e17347a946c7b890c4d0688c4c08f60d76832403a772b4754d527c575aa4d8b4f7f3ed SHA512 a7e52fbf6915498e77a41fb100d4c688fcd0567deb56ec946adf1b1712bcfbec7b7a55c551e414606218146772d5274973af7851a78878635e900a4df5193a53 DIST Nevow-0.14.3.tar.gz 548818 BLAKE2B 64b5bd46511a4c6c10bdd4335d1e2789e7dfe22e4e4bb014c03fd4949eb701f7f79095e8a239a974d89f0831399766e1b0fad0011f102c70af375d9460a7b63a SHA512 5488be9c771dc9d9b348ee705f8cb1f47400b4789ea574f5ed68c54ecb33e6cc2928d45193137921727f560256e16716adff66ca5179d2a79eb395e0d61c2f05 diff --git a/dev-python/nevow/nevow-0.11.1.ebuild b/dev-python/nevow/nevow-0.11.1.ebuild deleted file mode 100644 index cab734a4a46..00000000000 --- a/dev-python/nevow/nevow-0.11.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit twisted-r1 - -DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit" -HOMEPAGE="https://github.com/twisted/nevow https://pypi.org/project/Nevow/" -SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-linux" -IUSE="doc" - -DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}] - dev-python/twisted-web[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -TWISTED_PLUGINS=( nevow.plugins ) - -python_test() { - trial formless nevow || die "tests failed with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install - - touch "${D}$(python_get_sitedir)"/nevow/plugins/dropin.cache || die -} - -python_install_all() { - distutils-r1_python_install_all - - # TODO: prevent installing it - rm -r "${D}"/usr/doc || die -}