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 0D9CC13835A for ; Sun, 17 May 2020 01:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E56B9E092D; Sun, 17 May 2020 01:49:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C3749E092D for ; Sun, 17 May 2020 01:49:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 076E834F697 for ; Sun, 17 May 2020 01:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72AB4246 for ; Sun, 17 May 2020 01:49:34 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1589680167.5e16dbd3b23bb298666bc9a9782b053fb8ea7024.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webpy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/webpy/Manifest dev-python/webpy/metadata.xml dev-python/webpy/webpy-0.51_p20200405.ebuild X-VCS-Directories: dev-python/webpy/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 5e16dbd3b23bb298666bc9a9782b053fb8ea7024 X-VCS-Branch: dev Date: Sun, 17 May 2020 01:49:34 +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: c8856aff-5b59-4044-8fb5-62de61f50edb X-Archives-Hash: d4bc00d02e7d48f2761c3abf040af1c6 commit: 5e16dbd3b23bb298666bc9a9782b053fb8ea7024 Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 17 01:47:39 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun May 17 01:49:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e16dbd3 dev-python/webpy: bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/webpy/Manifest | 1 + dev-python/webpy/metadata.xml | 7 +++++ dev-python/webpy/webpy-0.51_p20200405.ebuild | 43 ++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/dev-python/webpy/Manifest b/dev-python/webpy/Manifest index 7c425da..7493c9b 100644 --- a/dev-python/webpy/Manifest +++ b/dev-python/webpy/Manifest @@ -1,2 +1,3 @@ DIST webpy-0.40.tar.gz 103372 BLAKE2B 3c9f9a3a1be57794589321c6845b691e45956cc9a55988e4dd4fe2ba056bb6118258c441ca219ae214a967f27637e26d03c5cc9052e6f869c75e4ce0458b4f20 SHA512 84553c916cdcbf0f994839c9293f881d0eee9450dfbfa571bb208ef47c5308569d8c2b89732ef85be92f9f8c4fb87838e1507566019d5d381fbb51419bfd64f8 DIST webpy-0.50.tar.gz 105473 BLAKE2B d535016c8e97d06c122e03a3c9888c00415bf9bb12b54812f73d6505eca21ff6f8765d7b3438760ad29f9dbece84e1ccfa5d4aeba8a02298604ca95126643ec5 SHA512 935689e9ee21b41ea942b314c304f934a83dbc522ee99773a74adb7eea2a44bc2fe5e9f28b1c9dfcdd6daa6c6f599b176b31a880520c8f0af64ba89bf76af1f3 +DIST webpy-0.51_p20200405.tar.gz 103748 BLAKE2B 070d08306b1fd32a660cdc77655ce7982f4abeacde95e0c05a59b53170655fad6c76d29bbfe6cd496575f59874ccccef2140ffbe4d7521cb140d71eac8b7f95e SHA512 cedbf05c92eb4688c9854d3cdf99938d4ff076f85da593c762f378de579cd2bd0b29012390c22722a64e1383edd186758fadf4a75d4217d95a0c4de9809bf18d diff --git a/dev-python/webpy/metadata.xml b/dev-python/webpy/metadata.xml index 709f247..cf90166 100644 --- a/dev-python/webpy/metadata.xml +++ b/dev-python/webpy/metadata.xml @@ -7,6 +7,13 @@ webpy/web.py + https://webpy.org/docs + https://github.com/webpy/webpy/issues + https://raw.githubusercontent.com/webpy/webpy/master/ChangeLog.txt + + Anand Chitipothu + anandology@gmail.com + web.py provides small and simple web framework for diff --git a/dev-python/webpy/webpy-0.51_p20200405.ebuild b/dev-python/webpy/webpy-0.51_p20200405.ebuild new file mode 100644 index 0000000..1fa4263 --- /dev/null +++ b/dev-python/webpy/webpy-0.51_p20200405.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +COMMIT="16de3147e61aa4dc735efa116c50603707fb0683" + +DESCRIPTION="A web framework for python that is as simple as it is powerful" +HOMEPAGE=" + https://www.webpy.org + https://github.com/webpy/webpy + https://pypi.org/project/web.py +" +SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/cheroot-6.0.0[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + >=dev-python/pytest-5.4.1[${PYTHON_USEDEP}] + ) +" + +S="${WORKDIR}/${PN}-${COMMIT}" + +distutils_enable_tests pytest +distutils_enable_sphinx docs + +src_prepare() { + #tests require postgresql and mysql running + rm tests/test_db.py || die + default +}