P38 sisyphus-control-2.2.1-r1

This commit is contained in:
Andreas Billmeier 2020-09-06 15:53:16 +02:00 committed by Andreas Billmeier
parent 7b5bf6a86a
commit 11fca98f27
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 34 additions and 47 deletions

View File

@ -35,6 +35,7 @@
- n26
- ovoenergy
- twentemilieu
- sisyphus-control-2.2.1-r1
* bump / rework pychromecast-7.3.0
* add trio-0.16.0
* add outcome-1.0.1

View File

@ -1,3 +1,3 @@
DIST sisyphus-control-2.2.1.tar.gz 10145 BLAKE2B b4db68275aef76a9fb075cd54c8af4c08a81a01cddfdc7bd199b08d5f6c8ad408717e9bba64c3e7a1e0482566356110b1520ce69249af70159efb61f959c57a3 SHA512 bb6d0c897d61a265ec75775c1e2da0c96a552565ce908257f635b5ca9e85f7472009c247b85dec8f5ecc524d7af573afd1e404bcdb9c99ea386ee17fa4100b31
EBUILD sisyphus-control-2.2.1.ebuild 1539 BLAKE2B d2143027427d25515b797dd85945ab07aa5c8b2d924bfddf8b3dc1be2ac735d6007437376b0ae46229a1adba95c4f4382f7886ddb501903bb6ad5b8a5d751e55 SHA512 85099b234631d08ac9863ed2c95e659981156a6478e5ce5e1a80dc614ca61272d6ac6409c266048429df375dbed37c4a3651ac7a159ba45879a878e81e227323
EBUILD sisyphus-control-2.2.1-r1.ebuild 876 BLAKE2B 05de0f2e3e349549b39eb124e26b678cd13d8baf1401ea1a705b59592ea6c0e03ebcb8dd2d7a352938583b6aec6fb9e1878e65a78d3e63d954605c6aabacbbdd SHA512 db43fc04ccc5e483b1a0936e0e5e0dc8dd91c8eb53fe5299d998331c150d4e84afc4263e34c9e7ccf76b165ccdc9ad7c0dee494ea7072c3eb8b82fe4bbf31e07
MISC metadata.xml 335 BLAKE2B fef677fb92f4f94e9d441a6673f247367d57c69d2f4f2f7376190d2fc539c993ae3d3cf2b57e4e49c23d5decebaeb46f9ea2b65b71d78fe70119b0690cf0585a SHA512 b68e39c79ae16765757e85204aea828ac7937d7440c2175b711db1092dc35a4bfcaeefda83b2b7cbfa6d6e3d0d215ef82d021083fd2cb0a8ddcf22f967ce4b2b

View File

@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{5..8} )
inherit distutils-r1
DESCRIPTION="Control your Sisyphus kinetic art tables (sisyphus-industries.com)"
HOMEPAGE="https://github.com/jkeljo/sisyphus-control https://pypi.org/project/sisyphus-control/"
SRC_URI="https://github.com/jkeljo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/netifaces[${PYTHON_USEDEP}]
dev-python/socketio-client-nexus[${PYTHON_USEDEP}]"
BDEPEND="${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
}

View File

@ -1,46 +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="Control your Sisyphus kinetic art tables (sisyphus-industries.com)"
HOMEPAGE="https://github.com/jkeljo/sisyphus-control https://pypi.org/project/sisyphus-control/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/jkeljo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/aiohttp-3.5.4[${PYTHON_USEDEP}]
~dev-python/async_timeout-3.0.1[${PYTHON_USEDEP}]
~dev-python/attrs-19.1.0[${PYTHON_USEDEP}]
~dev-python/certifi-2019.6.16[${PYTHON_USEDEP}]
~dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
~dev-python/idna-2.8[${PYTHON_USEDEP}]
~dev-python/idna-ssl-1.1.0[${PYTHON_USEDEP}]
~dev-python/multidict-4.5.2[${PYTHON_USEDEP}]
~dev-python/requests-2.22.0[${PYTHON_USEDEP}]
~dev-python/six-1.12.0[${PYTHON_USEDEP}]
~dev-python/socketIO-client-nexus-0.7.6[${PYTHON_USEDEP}]
~dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
~dev-python/urllib3-1.25.3[${PYTHON_USEDEP}]
~dev-python/websocket-client-0.56.0[${PYTHON_USEDEP}]
~dev-python/yarl-1.3.0[${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
}