public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/housekeeping/
@ 2024-06-08  9:22 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2024-06-08  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3c1a13a3582b157cefac80bd5ffe09568af6059a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 08:41:42 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 09:22:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1a13a3

dev-python/housekeeping: new package, add 1.1

New dependency for dev-util/rbtools.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-python/housekeeping/Manifest                |  1 +
 dev-python/housekeeping/housekeeping-1.1.ebuild | 31 +++++++++++++++++++++++++
 dev-python/housekeeping/metadata.xml            | 17 ++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-python/housekeeping/Manifest b/dev-python/housekeeping/Manifest
new file mode 100644
index 000000000000..430cc0891856
--- /dev/null
+++ b/dev-python/housekeeping/Manifest
@@ -0,0 +1 @@
+DIST housekeeping-1.1.tar.gz 19346 BLAKE2B 01ae862662b60b784af84704c6a1f8eff719622657d9462dc5f72b2a5175e9b969c674656228048903982eb5feb83698a3cab2217266132717e15d58b90f0133 SHA512 de1dba70a28c50c88cf36de56f400fea4737f42d4497f0c3359a70a2e7e9884b13aab8094abb684be37caaff20aaa21894d3909d2454b473edef594534057644

diff --git a/dev-python/housekeeping/housekeeping-1.1.ebuild b/dev-python/housekeeping/housekeeping-1.1.ebuild
new file mode 100644
index 000000000000..778ce1ac6bbf
--- /dev/null
+++ b/dev-python/housekeeping/housekeeping-1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2024 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="Reusable deprecation helpers for Python projects"
+HOMEPAGE="
+	https://github.com/beanbaginc/housekeeping/
+	https://pypi.org/project/housekeeping/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest
+
+RDEPEND="
+	>=dev-python/typing-extensions-4.4[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	test? (
+		>=dev-python/kgb-7.1.1[${PYTHON_USEDEP}]
+	)
+"

diff --git a/dev-python/housekeeping/metadata.xml b/dev-python/housekeeping/metadata.xml
new file mode 100644
index 000000000000..288da5447b95
--- /dev/null
+++ b/dev-python/housekeeping/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">
+		<email>graaff@gentoo.org</email>
+		<name>Hans de Graaff</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">beanbaginc/housekeeping</remote-id>
+		<remote-id type="pypi">housekeeping</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/housekeeping/
@ 2024-06-08 14:21 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-06-08 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     91ca83645fb6a4fd9f1c8c6834f48a68d72e7b44
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 14:20:39 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 14:20:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ca8364

dev-python/housekeeping: Keyword 1.1 x86, #933820

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

 dev-python/housekeeping/housekeeping-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/housekeeping/housekeeping-1.1.ebuild b/dev-python/housekeeping/housekeeping-1.1.ebuild
index 778ce1ac6bbf..b0cff2e1afa0 100644
--- a/dev-python/housekeeping/housekeeping-1.1.ebuild
+++ b/dev-python/housekeeping/housekeeping-1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/housekeeping/
@ 2024-06-09  6:49 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2024-06-09  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b864388ab2185654aef7cf54f81d71cfa8371281
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 06:26:28 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 06:49:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b864388a

dev-python/housekeeping: add missing test dependency

Closes: https://bugs.gentoo.org/933830
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-python/housekeeping/housekeeping-1.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/housekeeping/housekeeping-1.1.ebuild b/dev-python/housekeeping/housekeeping-1.1.ebuild
index b0cff2e1afa0..883227d0e012 100644
--- a/dev-python/housekeeping/housekeeping-1.1.ebuild
+++ b/dev-python/housekeeping/housekeeping-1.1.ebuild
@@ -27,5 +27,6 @@ RDEPEND="
 BDEPEND="
 	test? (
 		>=dev-python/kgb-7.1.1[${PYTHON_USEDEP}]
+		>=dev-python/pytest-7.3.1[${PYTHON_USEDEP}]
 	)
 "


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/housekeeping/
@ 2024-06-10  5:49 Hans de Graaff
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff @ 2024-06-10  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2a312a07be8c703518386afff9ed8073737071e8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 14:53:47 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 05:49:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a312a07

dev-python/housekeeping: fix pytest dependency

Switch the ordering so the eclass can handle the dependency.

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-python/housekeeping/housekeeping-1.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/housekeeping/housekeeping-1.1.ebuild b/dev-python/housekeeping/housekeeping-1.1.ebuild
index 883227d0e012..62138051d851 100644
--- a/dev-python/housekeeping/housekeeping-1.1.ebuild
+++ b/dev-python/housekeeping/housekeeping-1.1.ebuild
@@ -18,8 +18,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-distutils_enable_tests pytest
-
 RDEPEND="
 	>=dev-python/typing-extensions-4.4[${PYTHON_USEDEP}]
 "
@@ -27,6 +25,7 @@ RDEPEND="
 BDEPEND="
 	test? (
 		>=dev-python/kgb-7.1.1[${PYTHON_USEDEP}]
-		>=dev-python/pytest-7.3.1[${PYTHON_USEDEP}]
 	)
 "
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/housekeeping/
@ 2024-06-20 17:14 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-06-20 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a29abddd7c555ebd8be1835704870a5a5bc7efce
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 17:13:39 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 17:14:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29abddd

dev-python/housekeeping: Enable py3.13

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

 dev-python/housekeeping/housekeeping-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/housekeeping/housekeeping-1.1.ebuild b/dev-python/housekeeping/housekeeping-1.1.ebuild
index 62138051d851..777c82af50e6 100644
--- a/dev-python/housekeeping/housekeeping-1.1.ebuild
+++ b/dev-python/housekeeping/housekeeping-1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/housekeeping/
@ 2025-02-28 13:18 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2025-02-28 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3dc0ddcde695733ebaacdf47f60a8608dd458869
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 12:20:32 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 13:18:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc0ddcd

dev-python/housekeeping: Enable pypy3.11

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

 dev-python/housekeeping/housekeeping-1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/housekeeping/housekeeping-1.1.ebuild b/dev-python/housekeeping/housekeeping-1.1.ebuild
index 8ff8c5eeceef..9fef36cf0875 100644
--- a/dev-python/housekeeping/housekeeping-1.1.ebuild
+++ b/dev-python/housekeeping/housekeeping-1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
 
 inherit distutils-r1 pypi
 


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

end of thread, other threads:[~2025-02-28 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-08  9:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/housekeeping/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2024-06-08 14:21 Arthur Zamarin
2024-06-09  6:49 Hans de Graaff
2024-06-10  5:49 Hans de Graaff
2024-06-20 17:14 Michał Górny
2025-02-28 13:18 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