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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F34B15ACFC for ; Sat, 29 Apr 2023 06:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CA26E0880; Sat, 29 Apr 2023 06:23:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16596E0880 for ; Sat, 29 Apr 2023 06:23:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BD5F340DED for ; Sat, 29 Apr 2023 06:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9672CA56 for ; Sat, 29 Apr 2023 06:23:24 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1682749225.1c1d09283e89c5bd2756e7a2964867d71a8087ed.cybertailor@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/webpy-0.62.ebuild X-VCS-Directories: dev-python/webpy/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 1c1d09283e89c5bd2756e7a2964867d71a8087ed X-VCS-Branch: dev Date: Sat, 29 Apr 2023 06:23:24 +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: f45d1209-b5cd-42aa-8392-e694b4baf5ea X-Archives-Hash: 0e9a29e75d9d5959924c7502a10ec362 commit: 1c1d09283e89c5bd2756e7a2964867d71a8087ed Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Apr 29 06:20:25 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Apr 29 06:20:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c1d0928 dev-python/webpy: fix prepare Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/webpy/Manifest | 2 +- dev-python/webpy/webpy-0.62.ebuild | 34 ++++++++++++++++------------------ 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/dev-python/webpy/Manifest b/dev-python/webpy/Manifest index b793bd447..6666bae53 100644 --- a/dev-python/webpy/Manifest +++ b/dev-python/webpy/Manifest @@ -1 +1 @@ -DIST webpy-0.62.tar.gz 104552 BLAKE2B bd94dc9ca9aaf2c4ba9be2d14e66c176031818617f6b505c85e849d299b0fd7f4b77d008d23e78c922584cbd46938206fb5f0f4c19f082811d800d259014b79a SHA512 2b91977bb78e9387c78ed893b098d665a5189e7b9cb1eacbaf903564285524dabc960107b0e1ba4a85c3aedf73ef63ae05338cc71ccacad47a310970afb77cd9 +DIST webpy-0.62.gh.tar.gz 104552 BLAKE2B bd94dc9ca9aaf2c4ba9be2d14e66c176031818617f6b505c85e849d299b0fd7f4b77d008d23e78c922584cbd46938206fb5f0f4c19f082811d800d259014b79a SHA512 2b91977bb78e9387c78ed893b098d665a5189e7b9cb1eacbaf903564285524dabc960107b0e1ba4a85c3aedf73ef63ae05338cc71ccacad47a310970afb77cd9 diff --git a/dev-python/webpy/webpy-0.62.ebuild b/dev-python/webpy/webpy-0.62.ebuild index cb1390a96..87e25c1fe 100644 --- a/dev-python/webpy/webpy-0.62.ebuild +++ b/dev-python/webpy/webpy-0.62.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="8" +EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) @@ -13,7 +13,7 @@ HOMEPAGE=" https://github.com/webpy/webpy https://pypi.org/project/web.py/ " -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="public-domain" SLOT="0" @@ -21,20 +21,18 @@ KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/cheroot[${PYTHON_USEDEP}]" +EPYTEST_IGNORE=( + # TODO: tests require postgresql and mysql running + rm tests/test_db.py +) + +EPYTEST_DESELECT=( + # https://github.com/webpy/webpy/issues/712 + # https://github.com/webpy/webpy/issues/713 + tests/test_application.py::ApplicationTest::test_routing + tests/test_session.py::DiskStoreTest::testStoreConcurrent +) + distutils_enable_tests pytest -distutils_enable_sphinx docs -src_prepare() { - #tests require postgresql and mysql running - rm tests/test_db.py - default -} - -python_test() { - #https://github.com/webpy/webpy/issues/712 - #https://github.com/webpy/webpy/issues/713 - epytest -vv \ - --deselect tests/test_application.py::ApplicationTest::test_routing \ - --deselect tests/test_session.py::DiskStoreTest::testStoreConcurrent \ - || die -} +distutils_enable_sphinx docs