public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wsaccel/
Date: Sun, 26 Apr 2020 15:16:32 +0000 (UTC)	[thread overview]
Message-ID: <1587914180.235519006cc392036a01937352e2dadc285a497e.mgorny@gentoo> (raw)

commit:     235519006cc392036a01937352e2dadc285a497e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 15:04:40 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 15:16:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23551900

dev-python/wsaccel: Enable py3.{7,8}, modernize

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild b/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild
index c436d65ad6d..d9e9393a9a2 100644
--- a/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild
+++ b/dev-python/wsaccel/wsaccel-0.6.2_p20170108.ebuild
@@ -4,28 +4,21 @@
 EAPI=5
 
 COMMIT="0fbd074c257c51b73de05b25ccb6488801320a32"
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
 DESCRIPTION="Accelerator for ws4py, autobahn and tornado"
 HOMEPAGE="https://pypi.org/project/wsaccel/ https://github.com/methane/wsaccel"
 SRC_URI="https://github.com/methane/wsaccel/archive/${COMMIT}.zip -> ${P}.zip"
+S="${WORKDIR}/${PN}-${COMMIT}"
 
 SLOT="0"
 LICENSE="Apache-2.0"
 KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=""
 DEPEND="
 	dev-python/cython[${PYTHON_USEDEP}]
-	test? (	dev-python/pytest[${PYTHON_USEDEP}] )
 "
 
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-python_test() {
-	py.test -v || die
-}
+distutils_enable_tests pytest


             reply	other threads:[~2020-04-26 15:16 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 15:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-31 14:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/wsaccel/ Michał Górny
2024-10-26 18:39 Arthur Zamarin
2024-10-26 15:16 Arthur Zamarin
2024-10-26 12:48 Arthur Zamarin
2024-10-11  3:06 Michał Górny
2024-05-17 10:51 Michał Górny
2024-05-17 10:51 Michał Górny
2023-11-04 18:03 Michał Górny
2023-10-06 18:12 Michał Górny
2023-10-06 17:05 Arthur Zamarin
2023-10-06 14:55 Sam James
2023-10-06 14:55 Sam James
2023-10-06 14:29 Sam James
2023-09-06  2:41 Michał Górny
2023-05-04 17:04 Michał Górny
2023-03-04  6:37 Arthur Zamarin
2022-11-30  3:09 Michał Górny
2022-11-30  0:52 Sam James
2022-11-29 21:46 Jakov Smolić
2022-11-29  7:28 Arthur Zamarin
2022-11-29  7:22 Arthur Zamarin
2022-10-30  6:39 Michał Górny
2022-06-22 12:01 Michał Górny
2022-06-22 10:16 Agostino Sarubbo
2022-06-22 10:10 Agostino Sarubbo
2022-06-21 19:26 Arthur Zamarin
2022-06-21 18:49 Arthur Zamarin
2022-05-19 15:23 Michał Górny
2022-05-19 15:23 Michał Górny
2022-03-14 10:32 Yixun Lan
2021-06-05 18:39 Michał Górny
2021-04-05  8:56 Andreas Sturmlechner
2021-03-10 15:18 Michał Górny
2021-01-12 12:03 Sam James
2021-01-11 19:13 Sam James
2021-01-10 21:59 Sam James
2021-01-10 21:58 Sam James
2020-12-14  2:49 Sam James
2020-07-20 11:45 Sam James
2020-02-06  7:10 Michał Górny
2019-05-21 15:33 Stephen Klimaszewski
2018-01-06 13:39 Michał Górny
2017-09-29  2:26 Michael Palimaka
2017-08-06  8:43 Markus Meier
2017-08-05  8:34 Michael Palimaka
2017-07-15 17:25 Tobias Klausmann
2017-05-16  2:10 Brian Dolbec

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=1587914180.235519006cc392036a01937352e2dadc285a497e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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