From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nevow/
Date: Mon, 27 Apr 2020 08:01:21 +0000 (UTC) [thread overview]
Message-ID: <1587974471.2890dfe63490e6dc66ba436656ee5f316f037a77.zlogene@gentoo> (raw)
commit: 2890dfe63490e6dc66ba436656ee5f316f037a77
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 08:00:37 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 08:01:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2890dfe6
dev-python/nevow: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-python/nevow/Manifest | 1 -
dev-python/nevow/metadata.xml | 11 ---------
dev-python/nevow/nevow-0.14.3.ebuild | 47 ------------------------------------
3 files changed, 59 deletions(-)
diff --git a/dev-python/nevow/Manifest b/dev-python/nevow/Manifest
deleted file mode 100644
index 05661149ceb..00000000000
--- a/dev-python/nevow/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Nevow-0.14.3.tar.gz 548818 BLAKE2B 64b5bd46511a4c6c10bdd4335d1e2789e7dfe22e4e4bb014c03fd4949eb701f7f79095e8a239a974d89f0831399766e1b0fad0011f102c70af375d9460a7b63a SHA512 5488be9c771dc9d9b348ee705f8cb1f47400b4789ea574f5ed68c54ecb33e6cc2928d45193137921727f560256e16716adff66ca5179d2a79eb395e0d61c2f05
diff --git a/dev-python/nevow/metadata.xml b/dev-python/nevow/metadata.xml
deleted file mode 100644
index 916525ee0a8..00000000000
--- a/dev-python/nevow/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">Nevow</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/nevow/nevow-0.14.3.ebuild b/dev-python/nevow/nevow-0.14.3.ebuild
deleted file mode 100644
index 8aae2461513..00000000000
--- a/dev-python/nevow/nevow-0.14.3.ebuild
+++ /dev/null
@@ -1,47 +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 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 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/twisted[${PYTHON_USEDEP}]
- dev-python/zope-interface[${PYTHON_USEDEP}]"
-# JS tests require a JavaScript interpreter ('smjs' or 'js' in PATH)
-# and the subunit library
-DEPEND="${RDEPEND}
- test? (
- dev-lang/spidermonkey
- dev-python/subunit[${PYTHON_USEDEP}]
- )"
-
-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
-}
next reply other threads:[~2020-04-27 8:01 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-27 8:01 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-26 17:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/nevow/ Michał Górny
2020-01-27 10:13 Michał Górny
2019-05-02 20:59 Mikle Kolyada
2019-04-27 16:51 Sergei Trofimovich
2019-03-03 12:04 Mikle Kolyada
2019-02-23 12:55 Sergei Trofimovich
2019-02-23 11:58 Sergei Trofimovich
2019-02-23 11:49 Sergei Trofimovich
2019-02-20 21:50 Thomas Deutschmann
2018-01-05 13:26 Michał Górny
2017-09-30 15:29 Patrick Lauer
2017-05-02 9:48 Michał Górny
2017-03-28 18:28 Michał Górny
2016-06-12 14:21 Patrick Lauer
2016-03-01 19:05 Patrick Lauer
2016-01-03 19:55 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1587974471.2890dfe63490e6dc66ba436656ee5f316f037a77.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox