public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2017-12-11  4:18 Matt Thode
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Thode @ 2017-12-11  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2b7c6f4ba3673cc925db522681dd6e60afaa6d64
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 04:03:41 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 04:17:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7c6f4b

dev-python/lazr-delegates: dding for lazr-config for mailman 3

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/lazr-delegates/Manifest                 |  1 +
 .../lazr-delegates/lazr-delegates-2.0.4.ebuild     | 24 ++++++++++++++++++++++
 dev-python/lazr-delegates/metadata.xml             | 14 +++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/lazr-delegates/Manifest b/dev-python/lazr-delegates/Manifest
new file mode 100644
index 00000000000..a29fe778fd1
--- /dev/null
+++ b/dev-python/lazr-delegates/Manifest
@@ -0,0 +1 @@
+DIST lazr-delegates-2.0.4.tar.gz 14168 BLAKE2B b9388a869e7f83e0bc30dc5a0cfb184a935db2b6272c2a9a93bb12d3db375114453a224703ef05b3f34232860a16fc087b7d398e94d164fbf77af61ba8abf102 SHA512 0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
new file mode 100644
index 00000000000..91b3d11ee68
--- /dev/null
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Easily write objects that delegate behavior"
+HOMEPAGE="https://code.launchpad.net/lazr.deletages"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+	dev-python/zope-interface[${PYTHON_USEDEP}]
+	dev-python/nose[${PYTHON_USEDEP}]"

diff --git a/dev-python/lazr-delegates/metadata.xml b/dev-python/lazr-delegates/metadata.xml
new file mode 100644
index 00000000000..368888ee291
--- /dev/null
+++ b/dev-python/lazr-delegates/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<maintainer type="person">
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<longdescription lang="en">
+		Easily write objects that delegate behavior
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2020-02-07 10:04 Hanno Böck
  0 siblings, 0 replies; 10+ messages in thread
From: Hanno Böck @ 2020-02-07 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8152b416adf995bc61b1d8f5f3bddb62fe519a20
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 10:04:12 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 10:04:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8152b416

dev-python/lazr-delegates: Add python 3.7/3.8, remove python 2.

Bug: https://bugs.gentoo.org/705336
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.87, Repoman-2.3.20

 dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
index c5a0941c7b8..f326aa3dae9 100644
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 MY_PN=${PN/-/.}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2020-10-16  2:04 Matthew Thode
  0 siblings, 0 replies; 10+ messages in thread
From: Matthew Thode @ 2020-10-16  2:04 UTC (permalink / raw
  To: gentoo-commits

commit:     16add6200ad80d325688f79e19e15fcec524cfbd
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 01:46:25 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 02:04:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16add620

dev-python/lazr-delegates: set DISTUTILS_USE_SETUPTOOLS=rdepend

Closes: https://bugs.gentoo.org/748315
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
index f326aa3dae9..26ee52990e7 100644
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
 PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
 inherit distutils-r1
 
 MY_PN=${PN/-/.}
@@ -18,7 +19,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
 	dev-python/zope-interface[${PYTHON_USEDEP}]
-	dev-python/nose[${PYTHON_USEDEP}]"
+	dev-python/nose[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2020-12-11 14:43 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-12-11 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     250b55b447d4f6eb0017b1276e5784e9a3635c38
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 14:14:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 14:42:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250b55b4

dev-python/lazr-delegates: Fix HOMEPAGE

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

 dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild | 2 +-
 dev-python/lazr-delegates/metadata.xml                | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
index 26ee52990e7..6fd425e7e89 100644
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_PN=${PN/-/.}
 
 DESCRIPTION="Easily write objects that delegate behavior"
-HOMEPAGE="https://code.launchpad.net/lazr.deletages"
+HOMEPAGE="https://code.launchpad.net/lazr.delegates"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${MY_PN}-${PV}"
 

diff --git a/dev-python/lazr-delegates/metadata.xml b/dev-python/lazr-delegates/metadata.xml
index 3ee70120def..ca82a0d0b4a 100644
--- a/dev-python/lazr-delegates/metadata.xml
+++ b/dev-python/lazr-delegates/metadata.xml
@@ -8,4 +8,7 @@
 		<email>prometheanfire@gentoo.org</email>
 		<name>Matthew Thode</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="pypi">lazr.delegates</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2021-09-09 18:31 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-09-09 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b54d48d6411adf2f5b217fc7c847c8ba7a7fe5c1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 16:53:48 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 18:30:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54d48d6

dev-python/lazr-delegates: update LICENSE

Checked all code files upstream, all o them are licensed under
LGPL-3, without later variant.

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
index 1a1b0145b04..451b0f89c85 100644
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://code.launchpad.net/lazr.delegates"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${MY_PN}-${PV}"
 
-LICENSE="Apache-2.0"
+LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2021-09-09 18:31 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-09-09 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     036cf9efc97842642358158dfa0931f6d0043810
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 16:52:55 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 18:30:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036cf9ef

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
index c85bce4ae89..1a1b0145b04 100644
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.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,8 +20,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-	dev-python/zope-interface[${PYTHON_USEDEP}]
+	dev-python/namespace-lazr[${PYTHON_USEDEP}]
 	dev-python/nose[${PYTHON_USEDEP}]
+	dev-python/zope-interface[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	find "${ED}" -name '*.pth' -delete || die
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2021-09-09 18:31 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2021-09-09 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c1e9e254868d54b0aa5aa04483a26ca34b5267dd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 16:54:39 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=c1e9e254

dev-python/lazr-delegates: mark ALLARCHES

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/lazr-delegates/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/lazr-delegates/metadata.xml b/dev-python/lazr-delegates/metadata.xml
index ca82a0d0b4a..d7cf82259ee 100644
--- a/dev-python/lazr-delegates/metadata.xml
+++ b/dev-python/lazr-delegates/metadata.xml
@@ -8,6 +8,7 @@
 		<email>prometheanfire@gentoo.org</email>
 		<name>Matthew Thode</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="pypi">lazr.delegates</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2022-04-11 20:31 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2022-04-11 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0674505adf1300f847f8fcd2f4095f04fc75b65f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 20:23:21 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 20:31:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0674505a

dev-python/lazr-delegates: PEP517, rm namespace dep

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

 .../lazr-delegates/lazr-delegates-2.0.4-r1.ebuild  | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4-r1.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4-r1.ebuild
new file mode 100644
index 000000000000..3cbdd908e114
--- /dev/null
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Easily write objects that delegate behavior"
+HOMEPAGE="https://code.launchpad.net/lazr.delegates"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	# strip unused rdeps
+	sed -i -e "/'setuptools'/d" -e "/'nose'/d" setup.py || die
+	distutils-r1_src_prepare
+}
+
+python_compile() {
+	distutils-r1_python_compile
+	find "${BUILD_DIR}" -name '*.pth' -delete || die
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2022-04-20 13:13 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2022-04-20 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e27f204b97872a3a3190b73797ceecbf91ef549b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 13:10:51 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 13:10:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27f204b

dev-python/lazr-delegates: Remove old

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

 .../lazr-delegates/lazr-delegates-2.0.4.ebuild     | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
deleted file mode 100644
index 451b0f89c85a..000000000000
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Easily write objects that delegate behavior"
-HOMEPAGE="https://code.launchpad.net/lazr.delegates"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/namespace-lazr[${PYTHON_USEDEP}]
-	dev-python/nose[${PYTHON_USEDEP}]
-	dev-python/zope-interface[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	find "${ED}" -name '*.pth' -delete || die
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/
@ 2022-04-20 13:13 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2022-04-20 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6417071006a3e6c6f6fe574c4b4e38ce673cc732
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 13:11:19 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 13:11:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64170710

dev-python/lazr-delegates: Add a blocker on namespace-lazr

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

 .../{lazr-delegates-2.0.4-r1.ebuild => lazr-delegates-2.0.4-r2.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4-r1.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4-r2.ebuild
similarity index 96%
rename from dev-python/lazr-delegates/lazr-delegates-2.0.4-r1.ebuild
rename to dev-python/lazr-delegates/lazr-delegates-2.0.4-r2.ebuild
index 3cbdd908e114..5177c54c258a 100644
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4-r1.ebuild
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4-r2.ebuild
@@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	dev-python/zope-interface[${PYTHON_USEDEP}]
+	!dev-python/namespace-lazr
 "
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-04-20 13:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-07 10:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/lazr-delegates/ Hanno Böck
  -- strict thread matches above, loose matches on Subject: below --
2022-04-20 13:13 Michał Górny
2022-04-20 13:13 Michał Górny
2022-04-11 20:31 Michał Górny
2021-09-09 18:31 Arthur Zamarin
2021-09-09 18:31 Arthur Zamarin
2021-09-09 18:31 Arthur Zamarin
2020-12-11 14:43 Michał Górny
2020-10-16  2:04 Matthew Thode
2017-12-11  4:18 Matt Thode

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox