Skip to content

Commit

Permalink
dev-python/aioswitcher: add 3.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Billmeier <b@edevau.net>
  • Loading branch information
onkelbeh committed Jun 23, 2024
1 parent 9731107 commit f047c19
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
6 changes: 4 additions & 2 deletions dev-python/aioswitcher/Manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
DIST aioswitcher-3.3.0.tar.gz 519923 BLAKE2B a3a08b0d93ba42e8fbd775975717836610e5e1e0c37572a9899b4423db149752b42d8f579d77bba7c2208b91c811b20067001fa3a9b381aa7d4e8263b11357e4 SHA512 d4c79c8c084fc0381be2e1a98b2b86b7671d712cb7e872143256826d0e18e829cb8405d9cef62af3728f4804145d9b8c2ccb0ac5889567c0e7ee656b9742dc13
DIST aioswitcher-3.4.1.tar.gz 520199 BLAKE2B 03a1621cbcc4778659393a190b1361d0d532fd4ee17dfe4ec6d4befcf1618100f2b08c5de89eac418a47ce9ae8bd39ea1b28620c8a4344ce1566fb4aeccdbfb9 SHA512 45845f6614a3733b855ed83503b487e293de7619fa6ec4df51427bf9659b41fdb3770f8c15ab32e053860b2fac6533ee64562a3a53d51b0002abfb594a67893a
EBUILD aioswitcher-3.3.0.ebuild 694 BLAKE2B b9aa7132a3b991efb293b8c7c74edc8d651108559763b7cfe85940103a37e11c940a191a3d3fc454262e5c0ed8d8caa8fe799bf15ead76692dcb218be1aae7b5 SHA512 30125ac28e60d181633157fdd6d0a0099e59f03ab5f4b70129fbac942be6ccf1911b8dd5bb7a045aaca84786595bc81078029cc23c1989603c5f92085994c930
EBUILD aioswitcher-3.4.1.ebuild 694 BLAKE2B b9aa7132a3b991efb293b8c7c74edc8d651108559763b7cfe85940103a37e11c940a191a3d3fc454262e5c0ed8d8caa8fe799bf15ead76692dcb218be1aae7b5 SHA512 30125ac28e60d181633157fdd6d0a0099e59f03ab5f4b70129fbac942be6ccf1911b8dd5bb7a045aaca84786595bc81078029cc23c1989603c5f92085994c930
DIST aioswitcher-3.4.3.tar.gz 520526 BLAKE2B 5f581d6a35ffbe688a2aab5ad24b13afeaefaa4764f1eecaa0fead9c7c26f04adfe2264038d527e630d0e56624a80909656c30e669d69ecb0da34a458a6e827a SHA512 d12286c890d7bbcefde3c9c209a678d3ae260eb46b922d8ecdbb19b905636a08e04ddef61901e571ee0ed11a8508d486441eec5b3cfaab722142c484a940002b
EBUILD aioswitcher-3.3.0.ebuild 694 BLAKE2B 2d7accdcfbcfeb456504cddef91498119a54b49acba16b22bd4449650c97b09a88ae7f60821f72d660bf85d5299dd367a39a771fcfb8f625005f4a7ee80d2283 SHA512 7655b72ee24715ea574b7ed4f2c0da82042ae299fb9fd442146266bba1c3878f5eb1903aadbdb0a6c0de68ec202ce5f9cfca487b7a44d46e542a3960012bafc1
EBUILD aioswitcher-3.4.1.ebuild 694 BLAKE2B 2d7accdcfbcfeb456504cddef91498119a54b49acba16b22bd4449650c97b09a88ae7f60821f72d660bf85d5299dd367a39a771fcfb8f625005f4a7ee80d2283 SHA512 7655b72ee24715ea574b7ed4f2c0da82042ae299fb9fd442146266bba1c3878f5eb1903aadbdb0a6c0de68ec202ce5f9cfca487b7a44d46e542a3960012bafc1
EBUILD aioswitcher-3.4.3.ebuild 665 BLAKE2B b49f1af9e414ea8c8972aaab948c4bb9547d091838ed3b5b45ccc8d27528a9dbf94f21f2697cc335801194a49e8ec9e02ae174641370e762e2d56599a2b4a97c SHA512 034b0b1985f4518b4879d511b30fac858846d6b47950d64992b242327a2481c426fefae9f14388d7f5e92f36166328e651b56aafc4aa4855aa1bfb6519711179
MISC metadata.xml 510 BLAKE2B e115fcc27984a1d8295b10ad5103987f3f45c52dab196e4b65896610128f107231ab54efe661c470f0352b4d7015870e3913c8bba62a7c1b79b3a35d7a176a59 SHA512 4fc1961d6e6eadda8d043c2ba33c3d7bf8f9570cfec29fdf2d4f44d36948d533732608043f85f2ae565a41193b6c2589bf0802adeb93b9679d8122a0b6357a8c
2 changes: 1 addition & 1 deletion dev-python/aioswitcher/aioswitcher-3.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Switcher Python Integration."
Expand Down
2 changes: 1 addition & 1 deletion dev-python/aioswitcher/aioswitcher-3.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Switcher Python Integration."
Expand Down
31 changes: 31 additions & 0 deletions dev-python/aioswitcher/aioswitcher-3.4.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Switcher Python Integration."
HOMEPAGE="https://github.com/tomerfi/aioswitcher/ https://pypi.org/project/aioswitcher/"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.md"

BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"

distutils_enable_tests pytest

#src_prepare() {
# /usr/lib/python3.10/site-packages/py.typed ?
#rm "${S}/py.typed" || die
#eapply_user
#}

0 comments on commit f047c19

Please sign in to comment.