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 262A6138351 for ; Fri, 27 Mar 2020 17:04:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11B59E106D; Fri, 27 Mar 2020 17:04:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D7BBDE106B for ; Fri, 27 Mar 2020 17:04:24 +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 E8CC634F7A7 for ; Fri, 27 Mar 2020 17:04:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B477104 for ; Fri, 27 Mar 2020 17:04:20 +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: <1585326300.07095a9ff7e502ccc4e4c0f757368f704d0eddce.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.40.ebuild dev-python/webpy/webpy-0.50.ebuild X-VCS-Directories: dev-python/webpy/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 07095a9ff7e502ccc4e4c0f757368f704d0eddce X-VCS-Branch: dev Date: Fri, 27 Mar 2020 17:04:20 +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: 526af8d6-0dad-4969-b906-2fce6697bd6c X-Archives-Hash: 866487c18c701cc3140eb801be0f394b commit: 07095a9ff7e502ccc4e4c0f757368f704d0eddce Author: Alessandro Barbieri gmail com> AuthorDate: Fri Mar 27 16:25:00 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Mar 27 16:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07095a9f dev-python/webpy: new package Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/webpy/Manifest | 2 ++ dev-python/webpy/metadata.xml | 16 ++++++++++++++ dev-python/webpy/webpy-0.40.ebuild | 43 ++++++++++++++++++++++++++++++++++++++ dev-python/webpy/webpy-0.50.ebuild | 43 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 104 insertions(+) diff --git a/dev-python/webpy/Manifest b/dev-python/webpy/Manifest new file mode 100644 index 0000000..0a3e199 --- /dev/null +++ b/dev-python/webpy/Manifest @@ -0,0 +1,2 @@ +DIST webpy-0.40.tar.gz 103372 BLAKE2B 3c9f9a3a1be57794589321c6845b691e45956cc9a55988e4dd4fe2ba056bb6118258c441ca219ae214a967f27637e26d03c5cc9052e6f869c75e4ce0458b4f20 SHA512 84553c916cdcbf0f994839c9293f881d0eee9450dfbfa571bb208ef47c5308569d8c2b89732ef85be92f9f8c4fb87838e1507566019d5d381fbb51419bfd64f8 +DIST webpy-0.50.tar.gz 105450 BLAKE2B 7d4772caa1329247c494694c2804ddf575483be9463b25107b4351e719abc77420a901e9b86b3204b1b8590747eb440ccae13bc03efecb6cc830578c95de159a SHA512 098727b7c754dcf7301bda0a7f93a8bb32bfaf70f8f2dab3757f6df8b41715ae3e36bf56b37aad8e97296618ee69cf9027c7e883eb11b6468225c442961f0a85 diff --git a/dev-python/webpy/metadata.xml b/dev-python/webpy/metadata.xml new file mode 100644 index 0000000..709f247 --- /dev/null +++ b/dev-python/webpy/metadata.xml @@ -0,0 +1,16 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + webpy/web.py + + + web.py provides small and simple web framework for + python. It is a convenient tool for small sized + websites. + + diff --git a/dev-python/webpy/webpy-0.40.ebuild b/dev-python/webpy/webpy-0.40.ebuild new file mode 100644 index 0000000..48b9c01 --- /dev/null +++ b/dev-python/webpy/webpy-0.40.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} ) + +inherit distutils-r1 + +DESCRIPTION="A web framework for python that is as simple as it is powerful" +HOMEPAGE=" + https://www.webpy.org + https://github.com/webpy/webpy +" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/cheroot[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + >=dev-python/pytest-4.6.2[${PYTHON_USEDEP}] + ) +" +# dev-python/dbutils[${PYTHON_USEDEP}] +# >=dev-python/mysql-connector-python-8.0.19[${PYTHON_USEDEP}] +# dev-python/pymysql[${PYTHON_USEDEP}] +# >=dev-python/psycopg-2.8.4[${PYTHON_USEDEP}] + +distutils_enable_tests pytest +distutils_enable_sphinx docs + +src_prepare() { + #tests require postgresql and mysql running + rm tests/test_db.py + default +} diff --git a/dev-python/webpy/webpy-0.50.ebuild b/dev-python/webpy/webpy-0.50.ebuild new file mode 100644 index 0000000..48b9c01 --- /dev/null +++ b/dev-python/webpy/webpy-0.50.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} ) + +inherit distutils-r1 + +DESCRIPTION="A web framework for python that is as simple as it is powerful" +HOMEPAGE=" + https://www.webpy.org + https://github.com/webpy/webpy +" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-python/cheroot[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + >=dev-python/pytest-4.6.2[${PYTHON_USEDEP}] + ) +" +# dev-python/dbutils[${PYTHON_USEDEP}] +# >=dev-python/mysql-connector-python-8.0.19[${PYTHON_USEDEP}] +# dev-python/pymysql[${PYTHON_USEDEP}] +# >=dev-python/psycopg-2.8.4[${PYTHON_USEDEP}] + +distutils_enable_tests pytest +distutils_enable_sphinx docs + +src_prepare() { + #tests require postgresql and mysql running + rm tests/test_db.py + default +}