public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-config/
Date: Thu,  9 Sep 2021 18:31:22 +0000 (UTC)	[thread overview]
Message-ID: <1631212246.8d315c67d975f907f34a590b2251225ec935432f.arthurzam@gentoo> (raw)

commit:     8d315c67d975f907f34a590b2251225ec935432f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 17:23:16 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 18:30:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d315c67

dev-python/lazr-config: enable py3.10, EAPI=8, fix pth file install

Closes: https://bugs.gentoo.org/798084
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/lazr-config/lazr-config-2.2.3.ebuild | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/dev-python/lazr-config/lazr-config-2.2.3.ebuild b/dev-python/lazr-config/lazr-config-2.2.3.ebuild
index 51ec50017b8..0c5ea95d8e0 100644
--- a/dev-python/lazr-config/lazr-config-2.2.3.ebuild
+++ b/dev-python/lazr-config/lazr-config-2.2.3.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -20,5 +20,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
+	dev-python/lazr-delegates[${PYTHON_USEDEP}]
+	dev-python/namespace-lazr[${PYTHON_USEDEP}]
 	dev-python/zope-interface[${PYTHON_USEDEP}]
-	dev-python/lazr-delegates[${PYTHON_USEDEP}]"
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	find "${ED}" -name '*.pth' -delete || die
+}


             reply	other threads:[~2021-09-09 18:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09 18:31 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-20 13:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-config/ Michał Górny
2022-04-20 13:13 Michał Górny
2022-04-11 20:31 Michał Górny
2021-10-17  9:00 Michał Górny
2021-09-09 18:31 Arthur Zamarin
2021-09-09 18:31 Arthur Zamarin
2021-06-06 23:53 Sam James
2020-10-16  2:04 Matthew Thode
2020-02-07 10:06 Hanno Böck
2017-12-11  4:18 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=1631212246.8d315c67d975f907f34a590b2251225ec935432f.arthurzam@gentoo \
    --to=arthurzam@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