mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/datastructclass: New package, v0.1.1
Needed by >=dev-python/mcbootflash-10.0.0. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
2311156b81
commit
f5c8904e89
1
dev-python/datastructclass/Manifest
Normal file
1
dev-python/datastructclass/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST datastructclass-0.1.1.tar.gz 6459 BLAKE2B c0bb77e5999f759647a2c885852cfe8e9dbc2c2f95d945a327feb91b32f072ba8aa87a29c61d7753287ad9c6a1d59288027ec5cd85cb00fcb7634ebf405d7299 SHA512 6d80dcfe17e792a421b538adbd356a5d5ce5e8d5bc854f9892494e9c13b3a7cd860536c701479a08471c7d49bb0926de4b75268e7d276eb49681713b4b6f79ac
|
||||
26
dev-python/datastructclass/datastructclass-0.1.1.ebuild
Normal file
26
dev-python/datastructclass/datastructclass-0.1.1.ebuild
Normal file
@ -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
|
||||
}
|
||||
12
dev-python/datastructclass/metadata.xml
Normal file
12
dev-python/datastructclass/metadata.xml
Normal 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>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">bessman/datastructclass</remote-id>
|
||||
<remote-id type="pypi">datastructclass</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user