From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nevow/
Date: Tue, 28 Mar 2017 18:28:37 +0000 (UTC) [thread overview]
Message-ID: <1490725706.b15a5bf0aaae1a1aff05174d74c4345d520a5331.mgorny@gentoo> (raw)
commit: b15a5bf0aaae1a1aff05174d74c4345d520a5331
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 16:51:02 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 18:28:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15a5bf0
dev-python/nevow: Bump to 0.14.2
Bump to the 0.14.2 release. While at it:
- allow split dev-python/twisted (since the new release fixes
compatibility with the new release),
- remove meaningless test removal (the test suite recognizes appropriate
tests as TODO),
- add missing test dependencies to ensure consistent and complete
testing.
dev-python/nevow/Manifest | 1 +
dev-python/nevow/nevow-0.14.2.ebuild | 52 ++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/nevow/Manifest b/dev-python/nevow/Manifest
index eaf5f1f1f43..7e79befb1aa 100644
--- a/dev-python/nevow/Manifest
+++ b/dev-python/nevow/Manifest
@@ -2,3 +2,4 @@ DIST Nevow-0.11.1.tar.gz 563061 SHA256 89d7f6943cf81ccef8dde4016caa1cba977b9366e
DIST Nevow-0.12.0.tar.gz 564213 SHA256 ba044912c8ae532680f70ee3b538a5aef7a4e78c6e5ab247121de0b01b6fc369 SHA512 6dbd46b41e8381e71d2ee766d069c4a49bb307c37539ff31a0d83d4f9ca3bcb05fd74f32df45d052d5c9c9628fa3bddaaa41d03fa7a50db4f4dc0b8e20cf5287 WHIRLPOOL 34f75eb35c20e1fcc05b2b345e5b2b205d3ff004a030a3719bd81b99ed8e0e7ce26a902cccd950d72a9954e412c6c7ee97d0a5b9311131efbed09928d33b65c9
DIST Nevow-0.13.0.tar.gz 528151 SHA256 dba53cd2cfce327c7a06e6a6f7ae8c5ca1fccdadc17754d05e3d0eec58597f83 SHA512 80b2709280523ed6ff39b243d503fae6f078baa836d7009875e487a1e3197d989b2f5cc08c8ed3b5a7dc5e0b69f8bb5e5e5e351de90103f7009efda7ef6b0896 WHIRLPOOL 57c2fde3dda983d2b869e2c0a71f37404a1872d7aae7cfc6b03fab1817a40a4a301adde8034421dd20450abafb9ac26775936eec324fc9a209dc1d023a8b48d2
DIST Nevow-0.14.0.tar.gz 528137 SHA256 c3c1fa1e978d2a55f9ad7bbe6a052759886e713a93d7baf8280d2837dfef2672 SHA512 89c258b09481143ef4030dd3f34a734deaf90332a63bc338ddc64bb61875dd4e1d6eab3b4f50724ab2e2a2011475e23f939f96af659578a406a6f9900438af7b WHIRLPOOL fec676155106a80f3a86a990a0e449c01aa947304aee8d92cd68548cd7cb4d259ee557296ba79c66477aacd4aefa2e97b20ab43eef84687f935bbdc0ed342c69
+DIST Nevow-0.14.2.tar.gz 528266 SHA256 7ef8e6147a65a17ef85ef1c017b20126cfb58bdb2ddb730e73fb15a93d205073 SHA512 6b21e4471fbbe76bf2a64975ed2a04413d059d9a50ca89247d48db9436a9a5e747aa373921310f4a53120466d8033377f85cbea3af14a50b1297d85391d6474a WHIRLPOOL 702ada72de94ad17fa2e0a0251c05c83054e44c6696bfde70bdfa6128752bc605c4fcb342503ff384aab24017cca78363d6e5dca193d8ad80563cb66c44ec6e6
diff --git a/dev-python/nevow/nevow-0.14.2.ebuild b/dev-python/nevow/nevow-0.14.2.ebuild
new file mode 100644
index 00000000000..30330a3499b
--- /dev/null
+++ b/dev-python/nevow/nevow-0.14.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 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="http://divmod.org/trac/wiki/DivmodNevow https://pypi.python.org/pypi/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"
+
+RDEPEND="
+ || (
+ dev-python/twisted[${PYTHON_USEDEP}]
+ (
+ dev-python/twisted-core[${PYTHON_USEDEP}]
+ dev-python/twisted-web[${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:[~2017-03-28 18:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-28 18:28 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-27 8:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/nevow/ Mikle Kolyada
2020-03-26 17:36 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
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=1490725706.b15a5bf0aaae1a1aff05174d74c4345d520a5331.mgorny@gentoo \
--to=mgorny@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