dev-python/pyyardian: add 1.1.1
This commit is contained in:
parent
affaeb26ff
commit
85c9c62d76
3
dev-python/pyyardian/Manifest
Normal file
3
dev-python/pyyardian/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyyardian-1.1.1.tar.gz 3325 BLAKE2B 12cbb74f4967bf3c0256205f1daf01d245ad5424b950814f34ef16a62f5e4c98374cd71f924f2552231ff2c192bf9d86d828647a7c7a5cdf095cecb70d8d7006 SHA512 5f8489434256963237da16f63854458598bf53b079fb065d2bc885041090a0b52a82860d32b3fd091c792cc33e233bd2571e82e95ca418fb26f74ef1029bb347
|
||||
EBUILD pyyardian-1.1.1.ebuild 614 BLAKE2B bccfb32e25c0264c8e95421ee35e74945a3b1c287d1012f1657f2c6fed4226916646f395c80967e572d95e339403b76420b4905de5c2db65f94162b31ecbe926 SHA512 adafa62bd640352cdd5b4ba8ad22ace567d119e3d17ec583c612c450ac56de0a37c2cb5d77a5c45b5dcb6c6e9157f1f1caf34d71ec94559f155b9975430931fc
|
||||
MISC metadata.xml 513 BLAKE2B b427655e7798b0003570bc714fff12ae6409c2a2d5e5a20fe14e67412124e920d4932aacbfb5616251650bf35b4a366ee480cc42d25cdc0b679608a1c00a5db8 SHA512 f3c179cc7c3eea24c6c698ac71c02133a452afb0c7ca93fcdda591ce833faab8a30d1f2c27395d060e9c093d24c30c7c9baf64af51b0b5547b6e6bcf7884406c
|
16
dev-python/pyyardian/metadata.xml
Normal file
16
dev-python/pyyardian/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">pyyardian</remote-id>
|
||||
<remote-id type="github">h3l1o5/pyyardian</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>marty.sun@aeonmatrix.com</email>
|
||||
<name>Marty Sun</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/pyyardian/pyyardian-1.1.1.ebuild
Normal file
30
dev-python/pyyardian/pyyardian-1.1.1.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="A module for interacting with the Yardian irrigation controller"
|
||||
HOMEPAGE="https://github.com/h3l1o5/pyyardian https://pypi.org/project/pyyardian/"
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user