dev-python/*: add universal-silabs-flasher-0.0.14, add crc-5.0.0, add gpiod-1.5.4
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/gpiod/Manifest
Normal file
3
dev-python/gpiod/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST gpiod-1.5.4.tar.gz 32356 BLAKE2B e60b0ffaae4b3846c5c41faae48062a0ddab8b7f0ce0002864c06441f6a4bbbd0fe19a39511f0caccad9fa1e0fe08ec1a5db5b31725975e4da6a7e30c2dc5893 SHA512 08f4f6ab602b7d54d1d4e2d6667b32169eb489aa618967a2bf95ac3832c56d577fd235daa9740dd199373179107d0c75d3d12825dec7720a237e79095b460e1b
|
||||
EBUILD gpiod-1.5.4.ebuild 621 BLAKE2B f30f65fcb07bcdba1ddd50ad06508086533429926ef2cbd36caf8453754360a9eb127b8ae5eee11ee3e8591ea3939618074dd6b3150ae9ab9cbf563f54f7bb3e SHA512 e779ec1d2ae2447edcc679767b1e5981720d465b23c48af27369759e647b2100b7b7d07f7130a381c7e2dfc16b011bb23134d622055e856af024179a658acae9
|
||||
MISC metadata.xml 510 BLAKE2B d5e01c825c663dcf95f4b1fa551b98fb3f563cbea568261da66b21fa7d94658f03db08e5b52e2d9d0c11314d1735fb5b6bf8956d1549dea3586195891daada30 SHA512 24e233f26700df98a0e9dbd3d83600a41d6620f6bfb3090431763e594c34c2a2e5984f8f9db956975619f7ad068a039c77699ac81c4000931306dd2603bb5937
|
||||
30
dev-python/gpiod/gpiod-1.5.4.ebuild
Normal file
30
dev-python/gpiod/gpiod-1.5.4.ebuild
Normal 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="It is a pure Python library and has no dependencies on other packages"
|
||||
HOMEPAGE="https://github.com/hhk7734/python3-gpiod https://pypi.org/project/gpiod/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/gpiod/metadata.xml
Normal file
16
dev-python/gpiod/metadata.xml
Normal 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">gpiod</remote-id>
|
||||
<remote-id type="github">hhk7734/python3-gpiod</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hhk7734@gmail.com</email>
|
||||
<name>Hyeonki Hong</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user