dev-python/openevsewifi: drop olds, change SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:23:30 +02:00 committed by Andreas Billmeier
parent a80639d0c8
commit fb1e91d9fa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 41 deletions

View File

@ -1,5 +1,3 @@
DIST openevsewifi-1.1.0.tar.gz 5758 BLAKE2B 3c611c041e9c2fec03201b6fe1d148d70f28e56772312839fc6ecbd4fa735780ee58973bddc860c75f814c939feaef36fee7c64448e1ba4fafebd1f4a7cb2afb SHA512 f6028edb35b8969433cccc7f45cbd8d595f3eb258773974e294e301125b17980a2016bd0c29625e64c408d24e30076677c4db5289d94d590c28cc5e6e947303d
DIST openevsewifi-1.1.2.tar.gz 5705 BLAKE2B 5554488b8f16d6781093308a8d9fff3f88c7693d2633e350d70df2d9a1b6c26415f230aed1d9e35ba3809d7cb684cdf9b28364678ebadfb703e311576495b5a5 SHA512 3e1941a99eb533032ad0a3bb49ce7fb44080765b3265efcf937bf14bf21ffff45ca859ab358dffafde75306195585952b48ea5725baf9838c2b902cc9e8d8e04
EBUILD openevsewifi-1.1.0.ebuild 771 BLAKE2B 932712ff3d42897f2c3643bb85b701b2953ed9973850912a57a59720c1ec2bbfecbb439ab47d9536786fbf38cf87ae836f7ad95a32b8950717a42aa6d0c0e849 SHA512 e786d006e1d77794d295705b9831cb8090a316fbccd6f6b8b36c836f370a333da5d45193c4421ed9aa85eb43f820183d5f1e94e15477b8477e1fb115c81e28e2
EBUILD openevsewifi-1.1.2.ebuild 856 BLAKE2B bc8cb5b1b9c95de96492f6b1dcf2a7658ec77f56382586582587a2af81fe4b4120c5c86fc7c8ad89a018358bbc84994ba8aba922aac432340c180a59ec839545 SHA512 e40b2c628bf897be80b901de19b4d96628bd14871bb0c2f5c79d226f728c6119351e922c37ef868ba0db68ccdd5f88e08d91ab9a0cd65588cbe23d4e53764d2f
EBUILD openevsewifi-1.1.2.ebuild 797 BLAKE2B 7441f05c626f09790db786754feca990ed2d4d9849a87462075324afd79094548da221954a367ad0926595f721306b8f1627daa6749d45ed03fb3e9454129a55 SHA512 e02b229519b6b9ca3671c8719ffe83f1b46622e103cbabc83f36eee99a6cd5c21ce0722b324e1684411d3f263dcc08cb6e0883daf1a2285e382fe2c8cbabfd42
MISC metadata.xml 530 BLAKE2B 87b892d5490a6e6e3846539e87a9c29093d0fd8e36d1debb49a98a8f49f3de4f2908080ac0aeb9812835737a1bb31a7a874a95c8ec46d74e928f9e425e2d2984 SHA512 932681b92c40631e94a75f6428cb8952a15db3fb272afcfc4a436aed34314ffde94a3688b7536a4537ec0dbea66ea7924cd9423250242ae14b53f5a8f2f242a2

View File

@ -1,32 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A python library communicating with the ESP8266-based wifi module from OpenEVSE"
HOMEPAGE="https://github.com/miniconfig/python-openevse-wifi https://pypi.org/project/openevsewifi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.23.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A python library for communicating with the ESP8266-based wifi module from OpenEVSE"
HOMEPAGE="https://github.com/miniconfig/python-openevse-wifi https://pypi.org/project/openevsewifi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.23.0[${PYTHON_USEDEP}]
>=dev-python/deprecated-1.2.10[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]