From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webpy/
Date: Sat, 29 Apr 2023 06:23:24 +0000 (UTC) [thread overview]
Message-ID: <1682749225.1c1d09283e89c5bd2756e7a2964867d71a8087ed.cybertailor@gentoo> (raw)
commit: 1c1d09283e89c5bd2756e7a2964867d71a8087ed
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 29 06:20:25 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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
next reply other threads:[~2023-04-29 6:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-29 6:23 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-14 20:07 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webpy/ Julien Roy
2024-05-14 20:07 Julien Roy
2022-05-30 13:17 Alessandro Barbieri
2021-07-05 1:01 Alessandro Barbieri
2021-05-06 0:22 Alessandro Barbieri
2020-12-18 19:55 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-18 19:36 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-18 14:15 Andrew Ammerlaan
2020-05-17 1:49 Alessandro Barbieri
2020-03-28 11:00 Andrew Ammerlaan
2020-03-27 17:04 Alessandro Barbieri
2020-03-27 17:04 Alessandro Barbieri
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=1682749225.1c1d09283e89c5bd2756e7a2964867d71a8087ed.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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