dev-python/bitstruct: new package, add 8.17.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-11 20:54:27 +02:00 committed by Andreas Billmeier
parent c00090a28b
commit e97ec9ba57
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST bitstruct-8.17.0.tar.gz 35315 BLAKE2B e06666c175915a3e2f4c9975266c07b07199297f30e78e6e7e8d9e22b3ef0483bae9d2f320a3c013e40924bba87fbaf697daa7a0809cc03be93e0e58f48ad4c1 SHA512 0d94c9e6614de93f8b12c625fbb50c096e9942835f99d5d248d678115cb52877de0aa6a4714bf9232228d1f5d3b54479eddd1e1d2a345fa2102f09e7a95af1a2
EBUILD bitstruct-8.17.0.ebuild 667 BLAKE2B 220e62f78f14bc1fed5c0779b0aef6463a628d0c375db5ae16023b05fae32046fe58be45d9b8fcb40ae9e6a7f4777ea423cbf158b4cfc3531575f2f40ad41179 SHA512 6109a37d4c77705288e9d3fea071f2ecb6303544a3c351b4ebb1853e77dbc9e392eddc88535949ed7402e058bb0fcca1b4731854851dca8699f1415d45198364
MISC metadata.xml 530 BLAKE2B 58a7394e3b091a1bf1cf2420e691e1b656af6f8d9ab289143c641bbd7b3ec62b4db61889d570aacf2a97a21edb77a3fda09c53d4ccc4c37615261108da837d09 SHA512 25c7da4dcb97bc6a92f11265ac2a4c2d0025d83ccceaae86fa506baec3a6484981ecd6832fe1b63c3795d10b9ee5bd300aa21c853a4d9584b29be2d43776e4c8

View File

@ -0,0 +1,30 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="This module performs conversions between Python values and C bit field structs represented as Python byte strings."
HOMEPAGE="https://github.com/eerimoq/bitstruct https://pypi.org/project/bitstruct/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">bitstruct</remote-id>
<remote-id type="github">eerimoq/bitstruct</remote-id>
<maintainer status="unknown">
<email>erik.moqvist@gmail.com</email>
<name>Erik Moqvist, Ilya Petukhov</name>
</maintainer>
</upstream>
</pkgmetadata>