dev-python/pypca: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 23:31:20 +01:00 committed by Andreas Billmeier
parent fa2ede900a
commit c73edfc6fd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST pypca-0.0.7.tar.gz 4375 BLAKE2B 36d7865a83a189c8f1fac58fece586d3b2dd5b7b4c7df32e6ba36a4fdebb53773f2781ce5ddf861f1a5289c59dd69e07fa0d8cbdead7488991e5d8f5b35768ce SHA512 7e818e948ad0d60372d8b492f02876a8376ddbfc9ee79e79dbf668d0931bdeab7dcc1ab560c4eecf055b17cd44295cc8afd0798ad6033de7a8a12a894538128d
EBUILD pypca-0.0.7.ebuild 726 BLAKE2B 5892c0d14f7ad489940097d9065b64a09c6121396daa5b4e43ff590991cfe80b5313b0b959ce4e2178c0ab2797f83276925f758da6d69485503053a5e393dc05 SHA512 898eac389db45e88034dd44dd23801101a7a64ac2ac3f7018ccc932ed84241bd40a481ae563f731b4e97f991d595a3d14f2a8e2228e5e3af08c1ccac89057cd2
EBUILD pypca-0.0.7.ebuild 670 BLAKE2B bd9914bf0712aae292ebc877c37a83e2007e103eabde054b71b493fefdfd5c71dd16d793aa2d6d33bd651bffb860ffd1dd210211518aeefc71557883e8b2a864 SHA512 8172749d71183b00a22da58772d4f38b3ab69a441f46bbbe2b06b11d56f205b9e1c88ef7ee4d2f3dcf82c16fac9353103b0d61d4e5d6d2a2cdccc72e31749c61
MISC metadata.xml 324 BLAKE2B 0b62161f2bd0b7a3fe27b8ea1f217e136d24e97544e02b66fc5d3f1e1b3f63db8c45a4c6a148528ce0cffa6209940dadc534055e254d1e81652a6ca456575ba7 SHA512 40e42b360369b1c81f528388ae6d62f998af6df5e5c7eb0b19284e62464eab3dc20c350036809014c7dd4c82ab2025e7c3ed44dc9237a16261e06001fcdc116c

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
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python cli for PCA 301 smart plugs."
HOMEPAGE="https://www.github.com/majuss/pypca https://pypi.org/project/pypca/"
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/pyserial[${PYTHON_USEDEP}]
dev-python/colorlog[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"