dev-python/pyoppleio: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d752a1ba80
commit
c31d283937
@ -1,3 +1,3 @@
|
|||||||
DIST pyoppleio-1.0.5.tar.gz 5068 BLAKE2B e39bce0752d333aaac034e513eec504eaa673b43ae3596e9de86d450bf7fef224849b0540ea375eec4d7ddc77b489b67c93a42a492dc4faf7096c38e8f99780b SHA512 61f68216c567a3f79d442be09090bf24127e5e320aa1b87e265debb2907d595ca647f3c777a2aef2fb21ea3781db5baa66d397fbe7de8bbe62cd0d9b664b5b3b
|
DIST pyoppleio-1.0.5.tar.gz 5068 BLAKE2B e39bce0752d333aaac034e513eec504eaa673b43ae3596e9de86d450bf7fef224849b0540ea375eec4d7ddc77b489b67c93a42a492dc4faf7096c38e8f99780b SHA512 61f68216c567a3f79d442be09090bf24127e5e320aa1b87e265debb2907d595ca647f3c777a2aef2fb21ea3781db5baa66d397fbe7de8bbe62cd0d9b664b5b3b
|
||||||
EBUILD pyoppleio-1.0.5.ebuild 720 BLAKE2B aac3ba3163f406e783bb80905300e58540b17811809d07950f1f68e644a8f3e02a7518626026d315c301599983f8a6cb220aeb2cbbb98ced1b6dd35194d674b0 SHA512 2065aea39c90ebf06ef6a279de099220297134a37aa814d21bc5547df4198e0ab92ae75fd752ed003392d65d5a91165ad321e4373e4bd48c2dd2870e65b57c80
|
EBUILD pyoppleio-1.0.5.ebuild 563 BLAKE2B ad4a9af67c332c5f0661a481b8b119f3fa270142331e2f9117984e7abb236f4924efef2bfd7e2b34d26baa90b1e86da444d602d7dabb703371ef996bba785e09 SHA512 d9caa5940b65ceed11590ca4e0be996566382a1d7b909a6692e889f7a2d4af961fc8b070c04a27efde32cf274e0f2e6c6e09ec2a2a20963f16e86edd665c067e
|
||||||
MISC metadata.xml 505 BLAKE2B 9bce191aa611528a578b06d43cb4f101bee019c4db5eef6b32be5ad98f77a80ab5ae0e000fdd3c15519147a759fc1c25bcd22ad57065c51cc3f87610f1900969 SHA512 a368f80252cf43cbd3d2ec9f6d3b021d1831dd7da1de77e38f5fac60c10345b5bbdc63776801f79ef980f046185c0eb1919b9dc2a4d6f4d907f9d55f7fe63a70
|
MISC metadata.xml 505 BLAKE2B 9bce191aa611528a578b06d43cb4f101bee019c4db5eef6b32be5ad98f77a80ab5ae0e000fdd3c15519147a759fc1c25bcd22ad57065c51cc3f87610f1900969 SHA512 a368f80252cf43cbd3d2ec9f6d3b021d1831dd7da1de77e38f5fac60c10345b5bbdc63776801f79ef980f046185c0eb1919b9dc2a4d6f4d907f9d55f7fe63a70
|
||||||
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Python library for interfacing with opple mobile control light"
|
DESCRIPTION="Python library for interfacing with opple mobile control light"
|
||||||
HOMEPAGE="https://github.com/jedmeng/python-oppleio https://pypi.org/project/pyoppleio/"
|
HOMEPAGE="https://github.com/jedmeng/python-oppleio https://pypi.org/project/pyoppleio/"
|
||||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
|
|||||||
#DOCS="README.md"
|
#DOCS="README.md"
|
||||||
|
|
||||||
RDEPEND="dev-python/crc16[${PYTHON_USEDEP}]"
|
RDEPEND="dev-python/crc16[${PYTHON_USEDEP}]"
|
||||||
BDEPEND="
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
test? (
|
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
|
||||||
)"
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
py.test -v -v || die
|
|
||||||
}
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user