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/warlock/
Date: Sun, 23 May 2021 13:41:15 +0000 (UTC)	[thread overview]
Message-ID: <1621777265.e897ce3c6d74112efdb47ef9d55f961da37edb37.mgorny@gentoo> (raw)

commit:     e897ce3c6d74112efdb47ef9d55f961da37edb37
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:22:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:41:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e897ce3c

dev-python/warlock: Enable py3.9

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

 dev-python/warlock/warlock-1.3.3.ebuild | 25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

diff --git a/dev-python/warlock/warlock-1.3.3.ebuild b/dev-python/warlock/warlock-1.3.3.ebuild
index c016724851b..9aeb1ca4cdd 100644
--- a/dev-python/warlock/warlock-1.3.3.ebuild
+++ b/dev-python/warlock/warlock-1.3.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
@@ -13,21 +13,12 @@ SRC_URI="https://github.com/bcwaldon/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.g
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-		test? ( dev-python/six[${PYTHON_USEDEP}]
-				>=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
-				<dev-python/jsonpatch-2[${PYTHON_USEDEP}]
-				>=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
-				<dev-python/jsonschema-4[${PYTHON_USEDEP}] )"
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
-		>=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
-		<dev-python/jsonpatch-2[${PYTHON_USEDEP}]
-		>=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
-		<dev-python/jsonschema-4[${PYTHON_USEDEP}]"
+RDEPEND="
+	dev-python/six[${PYTHON_USEDEP}]
+	>=dev-python/jsonpatch-0.10[${PYTHON_USEDEP}]
+	<dev-python/jsonpatch-2[${PYTHON_USEDEP}]
+	>=dev-python/jsonschema-0.7[${PYTHON_USEDEP}]
+	<dev-python/jsonschema-4[${PYTHON_USEDEP}]"
 
-python_test() {
-	"${PYTHON}" tests/test_core.py || die
-}
+distutils_enable_tests unittest


             reply	other threads:[~2021-05-23 13:41 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-23 13:41 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 11:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/warlock/ Michał Górny
2023-10-27 18:27 Michał Górny
2022-11-14  6:52 Arthur Zamarin
2022-07-25  7:17 Michał Górny
2022-07-25  7:10 Agostino Sarubbo
2022-07-25  7:07 Agostino Sarubbo
2022-07-24 19:13 Sam James
2022-06-18  6:47 Michał Górny
2022-06-17  6:02 Michał Górny
2022-05-28 17:04 Jakov Smolić
2022-03-28 10:14 Michał Górny
2022-03-28  6:51 Agostino Sarubbo
2022-03-27  6:27 Agostino Sarubbo
2022-03-26 19:11 Arthur Zamarin
2022-02-22  9:38 Michał Górny
2022-01-23  9:40 Michał Górny
2022-01-22 10:56 Michał Górny
2022-01-22 10:56 Michał Górny
2021-11-17  7:49 Sam James
2021-06-05 18:39 Michał Górny
2021-01-24  0:07 Sam James
2021-01-19 18:27 Matthew Thode
2021-01-19 17:43 Matthew Thode
2020-10-15  6:13 Matthew Thode
2020-07-12 16:57 Michał Górny
2020-05-30 17:52 Matthew Thode
2020-05-18  3:12 Matthew Thode
2020-03-29 11:51 Michał Górny
2020-03-29 11:51 Michał Górny
2020-02-05 15:29 Michał Górny
2019-05-11 19:06 Matthew Thode
2019-04-10  5:08 Matthew Thode
2017-11-25 21:44 David Seifert
2017-02-27  6:00 Zac Medico
2016-03-02 11:44 Patrick Lauer
2016-02-28  6:51 Matt Thode

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=1621777265.e897ce3c6d74112efdb47ef9d55f961da37edb37.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