dev-python/housekeeping: new package, add 1.1

New dependency for dev-util/rbtools.

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2024-06-08 10:41:42 +02:00
parent 8dfa073518
commit 3c1a13a358
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST housekeeping-1.1.tar.gz 19346 BLAKE2B 01ae862662b60b784af84704c6a1f8eff719622657d9462dc5f72b2a5175e9b969c674656228048903982eb5feb83698a3cab2217266132717e15d58b90f0133 SHA512 de1dba70a28c50c88cf36de56f400fea4737f42d4497f0c3359a70a2e7e9884b13aab8094abb684be37caaff20aaa21894d3909d2454b473edef594534057644

View File

@@ -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}]
)
"

View File

@@ -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>