dev-python/catalogus: new package, add 0.1.0

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2026-08-17 22:14:48 +03:00
parent 2b0ab673e7
commit fad0be4c2b
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST catalogus-0.1.0.tar.gz 19893 BLAKE2B 1187fa35e502d431315bfda1cdce8740f14effd3fdc762a5baa9a2fef891ed682a150ac3dabd77ab134f3f7c071df4147d1d2c7291a589b523f4b66a0f3bdfd5 SHA512 e3822926bbca6aa4d3900f630d0c8a5a28b16fba226eaa848b267380743fdde08e2efdc074ad9d7ff2c1de71cf3a178e8eb21175369cd72e0e755f7dd62eaf20

View File

@@ -0,0 +1,28 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{2..4} )
inherit distutils-r1 pypi
DESCRIPTION="Classes to provide name-to-object registry-like support"
HOMEPAGE="https://pypi.org/project/catalogus/ https://github.com/breezy-team/catalogus"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {
default
sed -e '/--cov/d' -i pyproject.toml || die
}
python_test() {
epytest tests
}

View File

@@ -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>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">catalogus</remote-id>
<remote-id type="github">breezy-team/catalogus</remote-id>
</upstream>
</pkgmetadata>