dev-python/pydiscovergy: new package, add 1.2.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/pydiscovergy/Manifest
Normal file
3
dev-python/pydiscovergy/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pydiscovergy-1.2.1.tar.gz 6464 BLAKE2B db835f146f7ded37c2187c1a4f4867612262b04e40bc94687f5dfe2125934ff1b7012495a25c2a67357be834e5b9ef7c8be2726299a9cc7a9efed86b8b93d137 SHA512 195e00b23ce131fd16968620890916c74e465b7c7b658015fe64b18414a3045a42058296d63ce70d86f0372a663ac4b1cf50f61ace44a608b64e531062433928
|
||||
EBUILD pydiscovergy-1.2.1.ebuild 777 BLAKE2B 02d6ecd8daec227a709839b4350f88929833070252c6e3453670548849162018053fcc4caf7ee7ed6eb8fa4c2ed734804238403e64e552f96240f1a2bad34c10 SHA512 7bbde09b18f58632051c0882da14c102b58369de7ae56cef1317e3d6596db3fcc957483bcbfcae6656450b7c8362db72fcdd0022291e62681c356b720cc454c8
|
||||
MISC metadata.xml 524 BLAKE2B 594797e79f925b6433d4286f8124b678f9a6775eea66c2f50ed0bf363e8496460c04414bc0b74fd79a9f8cb4ed5850ea302e646864e13ff6f56155abfaef0177 SHA512 5a7f1eda63bdd18ca94281c21e72bc13b6b6360d752c35574003b976d415093dfb8e68668c4584c2064f5068a5f50e03c1115005484df60a828f75e51d7981b7
|
||||
16
dev-python/pydiscovergy/metadata.xml
Normal file
16
dev-python/pydiscovergy/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">pydiscovergy</remote-id>
|
||||
<remote-id type="github">jpbede/pydiscovergy</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>jan-philipp@bnck.me</email>
|
||||
<name>Jan-Philipp Benecke</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pydiscovergy/pydiscovergy-1.2.1.ebuild
Normal file
30
dev-python/pydiscovergy/pydiscovergy-1.2.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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Async Python 3 library for interacting with Discovergy smart meters API"
|
||||
HOMEPAGE="https://github.com/jpbede/pydiscovergy https://pypi.org/project/pydiscovergy/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/Authlib-0.15[${PYTHON_USEDEP}]
|
||||
>=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/marshmallow-3.19.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytz-2023.3[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user