Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nevow/
Date: Mon, 27 Jan 2020 10:14:04
Message-Id: 1580120028.c9159e30cd98a3cf4eb219fe6da8098fe9979115.mgorny@gentoo
1 commit: c9159e30cd98a3cf4eb219fe6da8098fe9979115
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 10:03:40 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 10:13:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9159e30
7
8 dev-python/nevow: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nevow/Manifest | 1 -
13 dev-python/nevow/nevow-0.11.1.ebuild | 40 ------------------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-python/nevow/Manifest b/dev-python/nevow/Manifest
17 index caf893ea902..05661149ceb 100644
18 --- a/dev-python/nevow/Manifest
19 +++ b/dev-python/nevow/Manifest
20 @@ -1,2 +1 @@
21 -DIST Nevow-0.11.1.tar.gz 563061 BLAKE2B 7763816e44a9b388edd0a77ad3e814514ff2ed2d28c156885bc6517860e17347a946c7b890c4d0688c4c08f60d76832403a772b4754d527c575aa4d8b4f7f3ed SHA512 a7e52fbf6915498e77a41fb100d4c688fcd0567deb56ec946adf1b1712bcfbec7b7a55c551e414606218146772d5274973af7851a78878635e900a4df5193a53
22 DIST Nevow-0.14.3.tar.gz 548818 BLAKE2B 64b5bd46511a4c6c10bdd4335d1e2789e7dfe22e4e4bb014c03fd4949eb701f7f79095e8a239a974d89f0831399766e1b0fad0011f102c70af375d9460a7b63a SHA512 5488be9c771dc9d9b348ee705f8cb1f47400b4789ea574f5ed68c54ecb33e6cc2928d45193137921727f560256e16716adff66ca5179d2a79eb395e0d61c2f05
23
24 diff --git a/dev-python/nevow/nevow-0.11.1.ebuild b/dev-python/nevow/nevow-0.11.1.ebuild
25 deleted file mode 100644
26 index cab734a4a46..00000000000
27 --- a/dev-python/nevow/nevow-0.11.1.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="5"
34 -PYTHON_COMPAT=( python2_7 )
35 -
36 -inherit twisted-r1
37 -
38 -DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit"
39 -HOMEPAGE="https://github.com/twisted/nevow https://pypi.org/project/Nevow/"
40 -SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-linux"
45 -IUSE="doc"
46 -
47 -DEPEND="dev-python/twisted-core[${PYTHON_USEDEP}]
48 - dev-python/twisted-web[${PYTHON_USEDEP}]
49 - dev-python/zope-interface[${PYTHON_USEDEP}]"
50 -RDEPEND="${DEPEND}"
51 -
52 -TWISTED_PLUGINS=( nevow.plugins )
53 -
54 -python_test() {
55 - trial formless nevow || die "tests failed with ${EPYTHON}"
56 -}
57 -
58 -python_install() {
59 - distutils-r1_python_install
60 -
61 - touch "${D}$(python_get_sitedir)"/nevow/plugins/dropin.cache || die
62 -}
63 -
64 -python_install_all() {
65 - distutils-r1_python_install_all
66 -
67 - # TODO: prevent installing it
68 - rm -r "${D}"/usr/doc || die
69 -}