cleanup, add new Python Targets, Letter '-T' (med) Integrations
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DIST SmartHab-0.20.tar.gz 6424 BLAKE2B e10ee71770c01e2ea96553026c61fed03643646c3661447f37f24af3881175c8acedf59ccee4297d67d01e1c6d174c84a345244d05b7c309068b14b1ab5294ea SHA512 585ae40769867055319d6eb6c371b7c44c0179bb814b95c81a639edeb6257161f793167279cc4d9a685f2bb41bbe257ea13c8ad76f074d9b65c928cb8c8b756c
|
||||
DIST SmartHab-0.21.tar.gz 7185 BLAKE2B b2fa2c821339a52dbf36c91e95f99d3d07c98c08d380ea1f957939a59f0aef4fbdd2e231f1dc661484ab846860a464cc49f69b23f065287a27ffab77986955f0 SHA512 986e830ad177896a4e752a87fb415badecb59589d250e7d626e5d8d5d4e07f647d530dbdc5a909005332785414e23ef7d829fc1b3cba29c6633f69341a533b8c
|
||||
EBUILD SmartHab-0.20.ebuild 758 BLAKE2B 02bec25e17111dacb95d7f96d0412b37e9810448f9c5bd914ec922d9cfc875e573a0040fba10133a3ed879ad8ba159759c2cf11b82892a95ecd94580e3800bad SHA512 9f86f9b2410bd313365ba523b0f81b9e440a0abd60c72c42eb54be95979cf7cec8200aeaa743abddfbde59849fed82afbaca1ae90ec5f1928e9886115fd08a64
|
||||
EBUILD SmartHab-0.21.ebuild 758 BLAKE2B 02bec25e17111dacb95d7f96d0412b37e9810448f9c5bd914ec922d9cfc875e573a0040fba10133a3ed879ad8ba159759c2cf11b82892a95ecd94580e3800bad SHA512 9f86f9b2410bd313365ba523b0f81b9e440a0abd60c72c42eb54be95979cf7cec8200aeaa743abddfbde59849fed82afbaca1ae90ec5f1928e9886115fd08a64
|
||||
EBUILD SmartHab-0.21.ebuild 766 BLAKE2B 575cd125c5b2873b5015bd450546f72d44b9f9187a8d8adc0ed943f8064e4597819948262c72c30028a9c9028f819a858fd54448a17fecea579236c617b71d48 SHA512 d37b4d8f13de32c0ca6cf90eec77264d9965da63b0303fb7d7ecbaaf5ec0fcd8e62caf621ccc4361d475a17f3f3e4e23beb479a17d6001db61318cfd2316b02e
|
||||
MISC metadata.xml 457 BLAKE2B daa514f363d80f8110bae15f07e6da98c50f700b6c9b3285bd38293e4b08b4b1636f8551d7a05cfe3046d133b3cdea88f92cc40fdbc7ea9fb4c70df9bc1d9d0d SHA512 05ad7ce74a90344a9b9a944cff666c450a57fb13ccfec899894a2e2bdb4e78ff5900893c3e191ca25a3a84b65c9b6da7cb3180733179161e203654c1ee38ed83
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This package allows controlling devices in a SmartHab-powered home."
|
||||
HOMEPAGE="https://gitlab.com/outadoc/python-smarthab/ https://pypi.org/project/SmartHab/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -16,8 +16,10 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user