* [gentoo-commits] repo/gentoo:master commit in: dev-python/datastructclass/
@ 2025-01-17 13:08 Jakov Smolić
0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2025-01-17 13:08 UTC (permalink / raw
To: gentoo-commits
commit: 366f2c3707a3749f38e714a113b014a23890bc33
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 13:06:28 2025 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 13:06:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366f2c37
dev-python/datastructclass: Stabilize 0.1.1 amd64, #947881
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/datastructclass/datastructclass-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/datastructclass/datastructclass-0.1.1.ebuild b/dev-python/datastructclass/datastructclass-0.1.1.ebuild
index 7ff88f3b8e3b..0439b1f8d7bf 100644
--- a/dev-python/datastructclass/datastructclass-0.1.1.ebuild
+++ b/dev-python/datastructclass/datastructclass-0.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/datastructclass/
@ 2025-02-27 20:53 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2025-02-27 20:53 UTC (permalink / raw
To: gentoo-commits
commit: 75283f70ec75a82b3af79b0cd60a80d98ffa40b2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:19:35 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 20:51:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75283f70
dev-python/datastructclass: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/datastructclass/datastructclass-0.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/datastructclass/datastructclass-0.1.1.ebuild b/dev-python/datastructclass/datastructclass-0.1.1.ebuild
index 0439b1f8d7bf..f3259e79125c 100644
--- a/dev-python/datastructclass/datastructclass-0.1.1.ebuild
+++ b/dev-python/datastructclass/datastructclass-0.1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/datastructclass/
@ 2024-12-23 6:17 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2024-12-23 6:17 UTC (permalink / raw
To: gentoo-commits
commit: f5c8904e89b9ba524cf26abf99fff9fad44a0440
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 06:09:01 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 06:17:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c8904e
dev-python/datastructclass: New package, v0.1.1
Needed by >=dev-python/mcbootflash-10.0.0.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/datastructclass/Manifest | 1 +
.../datastructclass/datastructclass-0.1.1.ebuild | 26 ++++++++++++++++++++++
dev-python/datastructclass/metadata.xml | 12 ++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-python/datastructclass/Manifest b/dev-python/datastructclass/Manifest
new file mode 100644
index 000000000000..806e185b240e
--- /dev/null
+++ b/dev-python/datastructclass/Manifest
@@ -0,0 +1 @@
+DIST datastructclass-0.1.1.tar.gz 6459 BLAKE2B c0bb77e5999f759647a2c885852cfe8e9dbc2c2f95d945a327feb91b32f072ba8aa87a29c61d7753287ad9c6a1d59288027ec5cd85cb00fcb7634ebf405d7299 SHA512 6d80dcfe17e792a421b538adbd356a5d5ce5e8d5bc854f9892494e9c13b3a7cd860536c701479a08471c7d49bb0926de4b75268e7d276eb49681713b4b6f79ac
diff --git a/dev-python/datastructclass/datastructclass-0.1.1.ebuild b/dev-python/datastructclass/datastructclass-0.1.1.ebuild
new file mode 100644
index 000000000000..7ff88f3b8e3b
--- /dev/null
+++ b/dev-python/datastructclass/datastructclass-0.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A dataclass with struct-like semantics"
+HOMEPAGE="
+ https://github.com/bessman/datastructclass/
+ https://pypi.org/project/datastructclass/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
diff --git a/dev-python/datastructclass/metadata.xml b/dev-python/datastructclass/metadata.xml
new file mode 100644
index 000000000000..6d8c67a57421
--- /dev/null
+++ b/dev-python/datastructclass/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">bessman/datastructclass</remote-id>
+ <remote-id type="pypi">datastructclass</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-27 20:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 13:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/datastructclass/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:53 Michał Górny
2024-12-23 6:17 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox