dev-python/sisyphus-control: add 3.1.3
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST sisyphus-control-3.1.2.gh.tar.gz 13978 BLAKE2B abe1da4cd53b7d1696f5e67a6a364bbe25f414042d0f03306d439bed70203b65f23c66af878fc35e1ca041af4ef531ac7b106097463f2641407ab008a2b09148 SHA512 0bf16a1c60b0ece92c3054e3e228ca19b9f7513b36c599fc5bc35d69e26b531e6ddfd4442be06efa807792bad8ba1e4fa73279e69474ddad02113af0c9243b6f
|
||||
EBUILD sisyphus-control-3.1.2.ebuild 1098 BLAKE2B f5c7f005e6029a35ec962e068e6dd227ad95963f6d99a6ccc2ad51bd7ee94007b4aacfec001156734657d959dfcbc6e7f6f5513b6d1b2cb045a523146d07b2cc SHA512 f4aba4818d55292febf9cb8dad4c1bf2b95ba5a521459a1e75c0163134f321c08ebfa2ef384b85ef39b1743daa5e8fb6d5f578d2e7383fa24998160d7fd3b389
|
||||
DIST sisyphus-control-3.1.2.gh.tar.gz 13829 BLAKE2B 5a144bdbb4f2c2db52ef15059e05f9d940b950018d7bb2d41b194bdcd4c6aeb769ad33e3f1e64fc78a47c58a2e670fe9c41d8a20a99f35bfff266f68c8c164ab SHA512 9083f93724a5f2f67f780ea6bfb03b2f327f50ff9cb41d8baa39a82af8f1e8031e836dbbeb6f37153353df81823065a1f848373ce9ce46bab876cb5aa8a597ac
|
||||
DIST sisyphus-control-3.1.3.gh.tar.gz 14080 BLAKE2B 3fa0a73f531980eb7878cf2df95a7f3b63b5842f9bd49c57c5ec2133edde8989c8e49ab49eb6163c8532f985cfa3bc53f2d030018f7cd5d41e092f60c9363638 SHA512 93eba153707e8c3dbf521ede232dfe281f1c8a384d203ae1545e18f0cbd26a4224bf2748eacb4d0a4a6d439c904516b11a4ba80027eef11dee62c11835fbe008
|
||||
EBUILD sisyphus-control-3.1.2.ebuild 1098 BLAKE2B 74515306b47fdbc73be318db83d281dabfaf9fa0b85fba9b03060c33da6192dca8085077fabe894487657aabf6a857f54c55d9df9c0618162d4f17d5b4629c26 SHA512 ff80f8ab7fd14326bf602d18b975a83c62eeb8656eb7a5a966da520ed6556ab8b6617c1c08d7a1b3b1b08ba825c82d85a80cf399058cdcb4ad37f856e426fb17
|
||||
EBUILD sisyphus-control-3.1.3.ebuild 1130 BLAKE2B 7fbe20f07a11ec20799c63195519a34df1c9b095d080b0f8dec1b0c136844381d5860ce7c8eb35773b059a68873213b1826c839ecc577cfb6720e394c99ca49c SHA512 2431a83fa8aac344129c0b4a0ff352d1b50391aecdb314a20e7d6f4522fae43462e00c38ea8919b057f8ff1889f8620c1a4a0b00a849c021f9874e28bda81df6
|
||||
MISC metadata.xml 400 BLAKE2B 65b8140dcdbc50fc882e2c5a6037e418129031ffbd8d21cb5bbc604a8511a35bd18d74fdb78573ca774a17fd2b5f4f43388145f32d261650671697cba20a7e2b SHA512 badc259a6f278f0b0d339c5fc38b61c1ab95542df1def984ed3036464476ec7c76e989a33fa389aaa573e3d0fc07913bdde7ffe2a104674d0a4a66067111ecd7
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
# 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} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
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/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
39
dev-python/sisyphus-control/sisyphus-control-3.1.3.ebuild
Normal file
39
dev-python/sisyphus-control/sisyphus-control-3.1.3.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
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/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
# https://github.com/jkeljo/sisyphus-control/issues/6 pinning to old version
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/netifaces[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-socketio-4.0[${PYTHON_USEDEP}]
|
||||
<dev-python/python-socketio-5.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-engineio-3.0[${PYTHON_USEDEP}]
|
||||
<dev-python/python-engineio-4.0[${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
|
||||
Reference in New Issue
Block a user