mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
1
dev-python/housekeeping/Manifest
Normal file
1
dev-python/housekeeping/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST housekeeping-1.1.tar.gz 19346 BLAKE2B 01ae862662b60b784af84704c6a1f8eff719622657d9462dc5f72b2a5175e9b969c674656228048903982eb5feb83698a3cab2217266132717e15d58b90f0133 SHA512 de1dba70a28c50c88cf36de56f400fea4737f42d4497f0c3359a70a2e7e9884b13aab8094abb684be37caaff20aaa21894d3909d2454b473edef594534057644
|
||||
31
dev-python/housekeeping/housekeeping-1.1.ebuild
Normal file
31
dev-python/housekeeping/housekeeping-1.1.ebuild
Normal 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}]
|
||||
)
|
||||
"
|
||||
17
dev-python/housekeeping/metadata.xml
Normal file
17
dev-python/housekeeping/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user