From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8DA961384B4 for ; Sun, 3 Jan 2016 19:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FE7821C001; Sun, 3 Jan 2016 19:55:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D0D021C001 for ; Sun, 3 Jan 2016 19:55:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7029B33D3CE for ; Sun, 3 Jan 2016 19:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69A8623E for ; Sun, 3 Jan 2016 19:55:30 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1451850865.b90284456d4ea577d98f7e44730923763dd624a9.patrick@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.12.0.ebuild X-VCS-Directories: dev-python/nevow/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: b90284456d4ea577d98f7e44730923763dd624a9 X-VCS-Branch: master Date: Sun, 3 Jan 2016 19:55:30 +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-Archives-Salt: 9f10ccb3-8f80-49fa-8d4f-92bad13d27f3 X-Archives-Hash: 861de1bd12462913432d9544694a0b07 commit: b90284456d4ea577d98f7e44730923763dd624a9 Author: Patrick Lauer gentoo org> AuthorDate: Sun Jan 3 16:51:50 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sun Jan 3 19:54:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9028445 dev-python/nevow: Bump Package-Manager: portage-2.2.26 dev-python/nevow/Manifest | 1 + dev-python/nevow/nevow-0.12.0.ebuild | 50 ++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/dev-python/nevow/Manifest b/dev-python/nevow/Manifest index a0c9b74..7273644 100644 --- a/dev-python/nevow/Manifest +++ b/dev-python/nevow/Manifest @@ -1 +1,2 @@ DIST Nevow-0.11.1.tar.gz 563061 SHA256 89d7f6943cf81ccef8dde4016caa1cba977b9366e7aa0660b54239828b421efc SHA512 a7e52fbf6915498e77a41fb100d4c688fcd0567deb56ec946adf1b1712bcfbec7b7a55c551e414606218146772d5274973af7851a78878635e900a4df5193a53 WHIRLPOOL a82ca1334abf201ef9fcf22e579be778e819c488df8c9f774bef7f13041aa996f630408f4a8428e74b2e79df1904dbdf2f858fb79526a9417c1872da95a24963 +DIST Nevow-0.12.0.tar.gz 564213 SHA256 ba044912c8ae532680f70ee3b538a5aef7a4e78c6e5ab247121de0b01b6fc369 SHA512 6dbd46b41e8381e71d2ee766d069c4a49bb307c37539ff31a0d83d4f9ca3bcb05fd74f32df45d052d5c9c9628fa3bddaaa41d03fa7a50db4f4dc0b8e20cf5287 WHIRLPOOL 34f75eb35c20e1fcc05b2b345e5b2b205d3ff004a030a3719bd81b99ed8e0e7ce26a902cccd950d72a9954e412c6c7ee97d0a5b9311131efbed09928d33b65c9 diff --git a/dev-python/nevow/nevow-0.12.0.ebuild b/dev-python/nevow/nevow-0.12.0.ebuild new file mode 100644 index 0000000..3ab5daf --- /dev/null +++ b/dev-python/nevow/nevow-0.12.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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" + +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 ) + +FAILING_TESTS=( + nevow/test/test_url.py + nevow/test/test_loaders.py + nevow/test/test_appserver.py + formless/test/test_freeform.py +) + +python_test() { + # See bug 355237 + rm -v ${FAILING_TESTS[@]} || die "can't remove failing tests" + 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 +}