diff --git a/dev-python/wallbox/Manifest b/dev-python/wallbox/Manifest index e9658886b..e023ff128 100644 --- a/dev-python/wallbox/Manifest +++ b/dev-python/wallbox/Manifest @@ -1,5 +1,7 @@ DIST wallbox-0.4.14.tar.gz 7393 BLAKE2B 02e030570faeb2a6691aaf65e91abb358c41804b3d8a4db29945b3e349f546b810cebf2658943409460111f10ab3d71d5eb1aad9da01bb1e12aca3ca1cfbe92f SHA512 b9944b431a1a09f165661fd8ff3cd4775dd26cbb750c37b22a1467c51009f17c4228980352a1874d84d8ccd085dce430381b335fabc54e24c3a5228a5cadc7f5 DIST wallbox-0.6.0.tar.gz 7847 BLAKE2B 7f4d69b7db8de7e2ae1bd1cabf2adfd6a471a4c37e33a505f9b0c5b67ccc0e2548b58ee91c628c64b2095c94845ca7a486145da6975a367092fa72e760b18abc SHA512 089be872b893fabecc6f845f54837c30483bf85510375a252ffb1c1b2e2984912f3729228b01b766d779e6b07a724b498641ee887a54a7b33e6a290b5aa29f2a -EBUILD wallbox-0.4.14.ebuild 750 BLAKE2B 2225e77348c5174c23aa96284a4989c13f10efcab3a9aafb387cc9eaf25281592ff2458aa74f1378b537141cc69979d114096941b013560d2306db7af0425fa8 SHA512 829dad830f77e527586e798ce11dfb42c926981e34244076d9583f07fb5a0b24254dc4aadd2c8710cdb00e7cc5248f59a7e73c1d2b406cc9b65fdbf1c8065139 -EBUILD wallbox-0.6.0.ebuild 648 BLAKE2B 15d13650989efb77b72bf7f24542e3f48bf941b36375576b8965746edc40d5f43fa85d46d190ca90a17067af1d1805924ce52a2442b6899380028f845ea427c4 SHA512 2145c918a759ae3a1ed33d06a56331bb270f806b876bf176bc1271ef92c64a0b24990f5836342c365d42d03793a15a2d58d70eea32961713d0ad49428aa418ed +DIST wallbox-0.7.0.tar.gz 8617 BLAKE2B e34f03da2ff2e0d5c1b341c3e9aa986a0ce39b8a2e760a6781fa7d916378e57b8a35ca80f7bfd6eb2e97f91c1368bc997c542988f82db5ef84ba42e1853e0f35 SHA512 71f892f9af46cd8c680e0057cc76bfc9951845bd75f6e86b04dc57b4d2047981ffcb3cf4936df2a413c58604dee90728a6178624b6b1014f8ee9599e6397a224 +EBUILD wallbox-0.4.14.ebuild 750 BLAKE2B ae59a06ca8918f43a9b7810fb74c63c123d814327751200df631d2db73e5098271d584952a04f3c4c92a5f5abc0d232b7642a96e09f1d74515e158473659db38 SHA512 102150be2121b89e07a81bab421b40f68208486d06ddd379d0a3904a2b982aa1b0cd5188a6f7647f59d75983ec54f2f176fe45d921dcecbe4fb0a0eca36f62de +EBUILD wallbox-0.6.0.ebuild 648 BLAKE2B 1ba9311ba68b35840f5d5323fbd7c29374504eba895ae1532179af7415dd8a45f3580ab2405372b53597e249623372435956460f3232495b415653b0e902298c SHA512 e91a96e794e8c2987d385c8a32331ecf1ec561d82f64295fe06937999f3323c34764f4f167a02018d333ccd361b6995233dd8a785c1fd594fe8e83721c667cba +EBUILD wallbox-0.7.0.ebuild 648 BLAKE2B 1ba9311ba68b35840f5d5323fbd7c29374504eba895ae1532179af7415dd8a45f3580ab2405372b53597e249623372435956460f3232495b415653b0e902298c SHA512 e91a96e794e8c2987d385c8a32331ecf1ec561d82f64295fe06937999f3323c34764f4f167a02018d333ccd361b6995233dd8a785c1fd594fe8e83721c667cba MISC metadata.xml 511 BLAKE2B dd01a58950eecae49de798182da4259c29352f98b81e627dc7ab563e3a866d39bac00298ae2f327b73502e4f07a03bde84d4d94bf45b042c127499bc241318cb SHA512 2f7c40bd63b8f6362719c69e09ba2403b17cf5303261a425506c0a87c9efcc89fdbd6c58515f91413542840166283732ff9a47fd87af26fefdd90501065be7bc diff --git a/dev-python/wallbox/wallbox-0.4.14.ebuild b/dev-python/wallbox/wallbox-0.4.14.ebuild index b2b69f137..a5924d923 100644 --- a/dev-python/wallbox/wallbox-0.4.14.ebuild +++ b/dev-python/wallbox/wallbox-0.4.14.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/wallbox/wallbox-0.6.0.ebuild b/dev-python/wallbox/wallbox-0.6.0.ebuild index e8db1db69..e440f94f2 100644 --- a/dev-python/wallbox/wallbox-0.6.0.ebuild +++ b/dev-python/wallbox/wallbox-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi diff --git a/dev-python/wallbox/wallbox-0.7.0.ebuild b/dev-python/wallbox/wallbox-0.7.0.ebuild new file mode 100644 index 000000000..e440f94f2 --- /dev/null +++ b/dev-python/wallbox/wallbox-0.7.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Module for interacting with Wallbox EV charger api" +HOMEPAGE="https://github.com/cliviu74/wallbox https://pypi.org/project/wallbox/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND=">=dev-python/requests-2.22.0[${PYTHON_USEDEP}] + >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}] + >=dev-python/aenum-3.1.8[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest