dev-python/pylutron: add 0.2.13

Closes: #3430
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-06-16 11:05:13 +02:00
parent f831b3e297
commit e77e03d7eb
5 changed files with 29 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
DIST pylutron-0.2.12.tar.gz 14595 BLAKE2B 2ad6ac3ca6fc7ac30060f84bde51ccc82c6bcc4fc0c15a96236b78c66efc74844cabf444544c53a2eea072f0c79fe864f783f40408d448d0508e48bf9d0d9107 SHA512 996458033158f608dfd0818ef982e8142cfbd55b0bc1e99f83dd4832808c250189fbd8668fb387e91ab699d087c29797ba59e227918733d44a77aa8180976de4
DIST pylutron-0.2.13.tar.gz 14643 BLAKE2B 1146e6f61bf99d0e9331ece44f89b7443841695642d981ad312016a3ec0786f676699293f3d6ed1c87cf0d78b85be66707640dacf4022837430036a4e4d8277a SHA512 72cddb0371dcc5099f4f59555b22ae1b6cf54630bf1fca81f43a5a4aad02e8546b42c83b154aa50aa863b4bca69e49455b1f4437f5fbb0351d063d29c2a343d5
DIST pylutron-0.2.8.tar.gz 14213 BLAKE2B f2d57861d6085d98d2f187ea1293039662fee512a086fd87ffdcfdffc3eade00831269b7e3ffc47ef76f2615418358603b52543225ef135f9a6a08f5694a1768 SHA512 d53292a78d180fa8dcac613b07884c71ba700d106ab0d2f5f06bfcdbbff20cdce5d878feac6d8fe9f732c5a77ae8ebda97debbed6dad102031d8fc6c5ec6ae15
EBUILD pylutron-0.2.12.ebuild 483 BLAKE2B e33021eea0be308ed223fe80361cef1c35aa841dc52b0524c63f99dd3cce433cdcf4fe2207aadddf87cb688bcf58b105386b0601c6d9087fae1395563b1d4bd2 SHA512 8833783d45852ca0bd932c242d00a5d49c9d83dd3636bad947d5b4dbaa7619058bc4c37894e632c3551c504da43b1c8d15d10bad3154c055823ca403c5dcb4a9
EBUILD pylutron-0.2.8.ebuild 483 BLAKE2B e33021eea0be308ed223fe80361cef1c35aa841dc52b0524c63f99dd3cce433cdcf4fe2207aadddf87cb688bcf58b105386b0601c6d9087fae1395563b1d4bd2 SHA512 8833783d45852ca0bd932c242d00a5d49c9d83dd3636bad947d5b4dbaa7619058bc4c37894e632c3551c504da43b1c8d15d10bad3154c055823ca403c5dcb4a9
EBUILD pylutron-0.2.12.ebuild 483 BLAKE2B bec06b2859fdf05357bdb5eaf22f7b59d387cf3cb2955e583208ce7b205630f86e0bc5bcbe7096c3409e1a386ed398f3b6016384c5f530a98f3ef4ac053e798a SHA512 5062dcecfa762c5c6931922113a8a208c14178a0d4a73b742735e76fcaf104b4bd2118c783cfc3834dcd0afc1326e842bccbbfcd148ab58239e60d151c8575de
EBUILD pylutron-0.2.13.ebuild 483 BLAKE2B bec06b2859fdf05357bdb5eaf22f7b59d387cf3cb2955e583208ce7b205630f86e0bc5bcbe7096c3409e1a386ed398f3b6016384c5f530a98f3ef4ac053e798a SHA512 5062dcecfa762c5c6931922113a8a208c14178a0d4a73b742735e76fcaf104b4bd2118c783cfc3834dcd0afc1326e842bccbbfcd148ab58239e60d151c8575de
EBUILD pylutron-0.2.8.ebuild 483 BLAKE2B bec06b2859fdf05357bdb5eaf22f7b59d387cf3cb2955e583208ce7b205630f86e0bc5bcbe7096c3409e1a386ed398f3b6016384c5f530a98f3ef4ac053e798a SHA512 5062dcecfa762c5c6931922113a8a208c14178a0d4a73b742735e76fcaf104b4bd2118c783cfc3834dcd0afc1326e842bccbbfcd148ab58239e60d151c8575de
MISC metadata.xml 508 BLAKE2B b402911197296ef4aecdcfd6abfa76a50a5c486d6a04290bac4494dd05642ca0436d4a064da0e4b0fb743c2c208c6ef132882451b12eef7f7a481973eee394da SHA512 85d7d64911dbdae9a4abcd9e305a6e2d60db66acfa73f3a3e0cc999bb2663f1674a1a1e3f481b5dd7da16065b12060326a9fbb5ab1735161f5c8206b4838bcc8

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library for Lutron RadioRA 2"
HOMEPAGE="https://github.com/thecynic/pylutron https://pypi.org/project/pylutron/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi