public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2023-10-27  3:25 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-10-27  3:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c08a863d029313452112eead80c32cb796026336
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sun Sep 24 07:49:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 03:23:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08a863d

dev-python/dparse: new package, add 0.6.3

Bug: https://bugs.gentoo.org/717666
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/dparse/Manifest            |  1 +
 dev-python/dparse/dparse-0.6.3.ebuild | 21 +++++++++++++++++++++
 dev-python/dparse/metadata.xml        | 17 +++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/dparse/Manifest b/dev-python/dparse/Manifest
new file mode 100644
index 000000000000..f44e340fd614
--- /dev/null
+++ b/dev-python/dparse/Manifest
@@ -0,0 +1 @@
+DIST dparse-0.6.3.tar.gz 20316 BLAKE2B 6da05ddd01b059f8c7473be99f80d0b870c61f5417b3957a7ba55077e2e4757c0a7438b64abde042ea9d4d4a8faa0024752e735c02136f8274ba3ad120324a02 SHA512 b73623fee7add7bf7d5f453c96f602a28ceca8552bba14f938ad3102da38f23e9a93469cf716beeb0a2f2a578562e3ab843c1e86b7615c315b100c0c32108a7b

diff --git a/dev-python/dparse/dparse-0.6.3.ebuild b/dev-python/dparse/dparse-0.6.3.ebuild
new file mode 100644
index 000000000000..d262d790c542
--- /dev/null
+++ b/dev-python/dparse/dparse-0.6.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A parser for Python dependency files"
+HOMEPAGE="
+	https://github.com/pyupio/dparse
+	https://pypi.org/project/dparse/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest

diff --git a/dev-python/dparse/metadata.xml b/dev-python/dparse/metadata.xml
new file mode 100644
index 000000000000..3a5ad18648af
--- /dev/null
+++ b/dev-python/dparse/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>oz.tiram@gmail.com</email>
+		<name>Oz Tiram</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">pyupio/dparse</remote-id>
+		<remote-id type="pypi">dparse</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2023-12-02  7:09 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-12-02  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     dcff358be9ed1f0cb5c7cb3bb404fb72f03ec588
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Nov 30 09:00:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 06:59:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcff358b

dev-python/dparse: add test dependency

Closes: https://bugs.gentoo.org/918984
Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34062
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../dparse/{dparse-0.6.3.ebuild => dparse-0.6.3-r1.ebuild}   | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-python/dparse/dparse-0.6.3.ebuild b/dev-python/dparse/dparse-0.6.3-r1.ebuild
similarity index 71%
rename from dev-python/dparse/dparse-0.6.3.ebuild
rename to dev-python/dparse/dparse-0.6.3-r1.ebuild
index d262d790c542..f88190a2141c 100644
--- a/dev-python/dparse/dparse-0.6.3.ebuild
+++ b/dev-python/dparse/dparse-0.6.3-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
 
@@ -19,3 +19,13 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 distutils_enable_tests pytest
+
+BDEPEND="
+	test? (
+		dev-python/pipenv[${PYTHON_USEDEP}]
+	)
+"
+
+PDEPEND="
+	dev-python/pipenv[${PYTHON_USEDEP}]
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2023-12-02 19:31 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2023-12-02 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ecba664b30f7c5780bb3ad82571ea2a128e736e7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 19:31:09 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 19:31:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecba664b

dev-python/dparse: Keyword 0.6.3-r1 riscv, #916315

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/dparse/dparse-0.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dparse/dparse-0.6.3-r1.ebuild b/dev-python/dparse/dparse-0.6.3-r1.ebuild
index f88190a2141c..b66b698c4e74 100644
--- a/dev-python/dparse/dparse-0.6.3-r1.ebuild
+++ b/dev-python/dparse/dparse-0.6.3-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 distutils_enable_tests pytest
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2023-12-03  8:39 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2023-12-03  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a3ae98901d43883cbbd5b3b168e4c9d54446bbf8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  3 08:30:03 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 08:38:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ae9890

dev-python/dparse: enable pypy3

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/dparse/dparse-0.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dparse/dparse-0.6.3-r1.ebuild b/dev-python/dparse/dparse-0.6.3-r1.ebuild
index b66b698c4e74..235c3f98794f 100644
--- a/dev-python/dparse/dparse-0.6.3-r1.ebuild
+++ b/dev-python/dparse/dparse-0.6.3-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
 
 inherit distutils-r1 pypi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2023-12-13 10:10 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2023-12-13 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c6d6b37161e86430da1d6168630c05a91d198e55
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 10:07:15 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 10:08:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d6b371

dev-python/dparse: add 0.6.4_beta0

Closes: https://github.com/gentoo/gentoo/pull/34064
Co-authored-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/dparse/Manifest                  |  1 +
 dev-python/dparse/dparse-0.6.4_beta0.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/dparse/Manifest b/dev-python/dparse/Manifest
index f44e340fd614..5c255e1dfcf9 100644
--- a/dev-python/dparse/Manifest
+++ b/dev-python/dparse/Manifest
@@ -1 +1,2 @@
 DIST dparse-0.6.3.tar.gz 20316 BLAKE2B 6da05ddd01b059f8c7473be99f80d0b870c61f5417b3957a7ba55077e2e4757c0a7438b64abde042ea9d4d4a8faa0024752e735c02136f8274ba3ad120324a02 SHA512 b73623fee7add7bf7d5f453c96f602a28ceca8552bba14f938ad3102da38f23e9a93469cf716beeb0a2f2a578562e3ab843c1e86b7615c315b100c0c32108a7b
+DIST dparse-0.6.4b0.tar.gz 25761 BLAKE2B c2f430e9a59ca3747d00151aa5e5afdc51ad42dccafb2d5c95c4a62e405109bab6bba9de39a62703ef6f1846081cac9cb1e2bcc3986690ca6dc2f21220ffedd6 SHA512 f0cf9f07bca93388e85d0aa5bb8359cdaf276c5abf146f8469fe7b32a2ca0614452bcb3a48c55da4421964062fc0baf538386dce8f5e2a70b618533c870791ac

diff --git a/dev-python/dparse/dparse-0.6.4_beta0.ebuild b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
new file mode 100644
index 000000000000..d595a0a169d5
--- /dev/null
+++ b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A parser for Python dependency files"
+HOMEPAGE="
+	https://github.com/pyupio/dparse
+	https://pypi.org/project/dparse/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+
+BDEPEND="
+	test? (
+		dev-python/pipenv[${PYTHON_USEDEP}]
+	)
+"
+
+# Break circular dependency
+PDEPEND="
+	dev-python/pipenv[${PYTHON_USEDEP}]
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2023-12-15 15:33 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2023-12-15 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6e2e4151484da5fdc75a5ee65ee919b144e36095
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 15:33:49 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 15:33:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2e4151

dev-python/dparse: Keyword 0.6.4_beta0 riscv, #919790

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/dparse/dparse-0.6.4_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dparse/dparse-0.6.4_beta0.ebuild b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
index d595a0a169d5..ab41db0efcb2 100644
--- a/dev-python/dparse/dparse-0.6.4_beta0.ebuild
+++ b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 distutils_enable_tests pytest
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2023-12-30 18:28 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-12-30 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     acd9290d0b9aac16ffd4948eb0eee66af039831b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:27:22 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:27:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd9290d

dev-python/dparse: Remove old

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

 dev-python/dparse/Manifest               |  1 -
 dev-python/dparse/dparse-0.6.3-r1.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/dparse/Manifest b/dev-python/dparse/Manifest
index 5c255e1dfcf9..3690a7ca2bf6 100644
--- a/dev-python/dparse/Manifest
+++ b/dev-python/dparse/Manifest
@@ -1,2 +1 @@
-DIST dparse-0.6.3.tar.gz 20316 BLAKE2B 6da05ddd01b059f8c7473be99f80d0b870c61f5417b3957a7ba55077e2e4757c0a7438b64abde042ea9d4d4a8faa0024752e735c02136f8274ba3ad120324a02 SHA512 b73623fee7add7bf7d5f453c96f602a28ceca8552bba14f938ad3102da38f23e9a93469cf716beeb0a2f2a578562e3ab843c1e86b7615c315b100c0c32108a7b
 DIST dparse-0.6.4b0.tar.gz 25761 BLAKE2B c2f430e9a59ca3747d00151aa5e5afdc51ad42dccafb2d5c95c4a62e405109bab6bba9de39a62703ef6f1846081cac9cb1e2bcc3986690ca6dc2f21220ffedd6 SHA512 f0cf9f07bca93388e85d0aa5bb8359cdaf276c5abf146f8469fe7b32a2ca0614452bcb3a48c55da4421964062fc0baf538386dce8f5e2a70b618533c870791ac

diff --git a/dev-python/dparse/dparse-0.6.3-r1.ebuild b/dev-python/dparse/dparse-0.6.3-r1.ebuild
deleted file mode 100644
index 235c3f98794f..000000000000
--- a/dev-python/dparse/dparse-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A parser for Python dependency files"
-HOMEPAGE="
-	https://github.com/pyupio/dparse
-	https://pypi.org/project/dparse/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-distutils_enable_tests pytest
-
-BDEPEND="
-	test? (
-		dev-python/pipenv[${PYTHON_USEDEP}]
-	)
-"
-
-PDEPEND="
-	dev-python/pipenv[${PYTHON_USEDEP}]
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2024-01-27 12:10 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2024-01-27 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     71199f23311718429513278bf24675a43fee7458
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 09:51:30 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 12:10:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71199f23

dev-python/dparse: Fix variable ordering

Closes: https://bugs.gentoo.org/923005
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dparse/dparse-0.6.4_beta0.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-python/dparse/dparse-0.6.4_beta0.ebuild b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
index ab41db0efcb2..42cae44b983f 100644
--- a/dev-python/dparse/dparse-0.6.4_beta0.ebuild
+++ b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,15 +18,14 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~riscv"
 
-distutils_enable_tests pytest
-
+# Break circular dependency
+PDEPEND="
+	dev-python/pipenv[${PYTHON_USEDEP}]
+"
 BDEPEND="
 	test? (
-		dev-python/pipenv[${PYTHON_USEDEP}]
+		${PDEPEND}
 	)
 "
 
-# Break circular dependency
-PDEPEND="
-	dev-python/pipenv[${PYTHON_USEDEP}]
-"
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2024-03-13  0:54 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-03-13  0:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a214e1d482472303a3ec25adb2b51fb9e099e321
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 00:53:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 00:53:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a214e1d4

dev-python/dparse: Keyword 0.6.4_beta0 arm64, #917900

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/dparse/dparse-0.6.4_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dparse/dparse-0.6.4_beta0.ebuild b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
index 42cae44b983f..46f254f5d0ae 100644
--- a/dev-python/dparse/dparse-0.6.4_beta0.ebuild
+++ b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 # Break circular dependency
 PDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/
@ 2024-08-15  5:44 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2024-08-15  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     912bdd0de28bb95ec8c03029d0196e9719201600
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 05:44:28 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 05:44:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912bdd0d

dev-python/dparse: Stabilize 0.6.4_beta0 amd64, #937932

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/dparse/dparse-0.6.4_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dparse/dparse-0.6.4_beta0.ebuild b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
index 46f254f5d0ae..4ab252c686f8 100644
--- a/dev-python/dparse/dparse-0.6.4_beta0.ebuild
+++ b/dev-python/dparse/dparse-0.6.4_beta0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 # Break circular dependency
 PDEPEND="


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

end of thread, other threads:[~2024-08-15  5:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27  3:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/dparse/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-12-02  7:09 Michał Górny
2023-12-02 19:31 Jakov Smolić
2023-12-03  8:39 Andrew Ammerlaan
2023-12-13 10:10 Andrew Ammerlaan
2023-12-15 15:33 Jakov Smolić
2023-12-30 18:28 Michał Górny
2024-01-27 12:10 Michał Górny
2024-03-13  0:54 Sam James
2024-08-15  5:44 Joonas Niilola

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