dev-python/pyoppleio-legacy: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
b36721e881
commit
836d9d8f87
@ -1,3 +1,3 @@
|
|||||||
DIST pyoppleio-legacy-1.0.8.gh.zip 8966 BLAKE2B 9d71df7a64c6f7787b7944d36f098c1f8720f3900461cb2311a93b1f3e24be70578ba8f4e5512240b35e38b61d85c84647ffb3720d1f6c2fb59276de9225f63d SHA512 d61e01a532c5f56ce00ef731b694bea461c73bb0251f4b95dd2f6a910ca4c520d2df31231d23d3d1b07f1452df2efa39914b5708b16da7b55b0d43ccba5f6fbb
|
DIST pyoppleio-legacy-1.0.8.gh.tar.gz 5705 BLAKE2B 16e6a3feb4c94e1b5956c8a44789493bc227daf0c8d2a4085dfdacfbe8419bacc1526a5ad891a0b75c9ed26a5cb9ef8c6724893dfbacfd939aeb0e1f4223f981 SHA512 eba128eef89dd595ca52fb387bc0ee53e81fe0da43e7704bc3f21996f8aeadd0798f3f9f4c83b00fdcb144ee665a06ed0b2fd81491854177dee295aa67e3edb3
|
||||||
EBUILD pyoppleio-legacy-1.0.8.ebuild 910 BLAKE2B 841e33dd97140f6861921bae459ad556bb28f28ae3bb5b39f71a5c12357d9a89c3593a28ef7e93015094b34a48eccbcf9272f49273793d7d317397b6bec93961 SHA512 01a0793dada214d800d141581ecdad3b65fce20955ee94a0d222d2e126362d1c0549857f2884c634fc3a11b941c70fcccb1ff4a15ae0e972a2012cb592219a2d
|
EBUILD pyoppleio-legacy-1.0.8.ebuild 917 BLAKE2B af64fa86f9f31f9024dd0c84ce383ef75d9fcc02c0b7bf27501b3363a0736e51c46e63ec7c5a4a8180602ea46b72d9aa5db96a13389b971a04b17b93ecb44ed5 SHA512 fa45fa362ff5aa16468b981aed23b9c9f1a5acacfe6c18f3165c4ccb878321f004cfc9c1d6383b761f4e586e138ec93cc6c525ebd2e5435e26aad6e6917c5970
|
||||||
MISC metadata.xml 530 BLAKE2B a13853be5c0bf7ddd5915676121bc5eef18e9152079d39fcf202e0cd8d58655584156434a1a27dccf7109446c8f69f1445a07e55dd34679c51aaab118527e1f6 SHA512 d71a65e2cae94d7fe9d64f6c9909a330943ecb3f176eebefeb062458dba4ea7c6bcf2179944b7c325fadf534cf7a4bc5e6790a8744e2f121c1b98bf91e97e3bb
|
MISC metadata.xml 530 BLAKE2B a13853be5c0bf7ddd5915676121bc5eef18e9152079d39fcf202e0cd8d58655584156434a1a27dccf7109446c8f69f1445a07e55dd34679c51aaab118527e1f6 SHA512 d71a65e2cae94d7fe9d64f6c9909a330943ecb3f176eebefeb062458dba4ea7c6bcf2179944b7c325fadf534cf7a4bc5e6790a8744e2f121c1b98bf91e97e3bb
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -10,7 +10,7 @@ inherit distutils-r1
|
|||||||
DESCRIPTION="Python library for interfacing with old models of opple lights with wifi control."
|
DESCRIPTION="Python library for interfacing with old models of opple lights with wifi control."
|
||||||
HOMEPAGE="https://github.com/tinysnake/python-oppleio-legacy https://pypi.org/project/pyoppleio-legacy/"
|
HOMEPAGE="https://github.com/tinysnake/python-oppleio-legacy https://pypi.org/project/pyoppleio-legacy/"
|
||||||
COMMIT="90c57f778554fcf3a00e42757d0e92caebcfd149"
|
COMMIT="90c57f778554fcf3a00e42757d0e92caebcfd149"
|
||||||
SRC_URI="https://github.com/tinysnake/python-oppleio-legacy/archive/${COMMIT}.zip -> ${P}.gh.zip"
|
SRC_URI="https://github.com/tinysnake/python-oppleio-legacy/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||||
HIS_PN="python-oppleio-legacy"
|
HIS_PN="python-oppleio-legacy"
|
||||||
S="${WORKDIR}/${HIS_PN}-${COMMIT}"
|
S="${WORKDIR}/${HIS_PN}-${COMMIT}"
|
||||||
|
|
||||||
@ -24,6 +24,7 @@ DOCS="README.md"
|
|||||||
|
|
||||||
RDEPEND="dev-python/pycrc16[${PYTHON_USEDEP}]"
|
RDEPEND="dev-python/pycrc16[${PYTHON_USEDEP}]"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
|
|
||||||
test? (
|
test? (
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
)"
|
)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user