dev-python/bleak: minor fixups

Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
This commit is contained in:
Sergey Alirzaev
2025-08-30 17:56:00 +02:00
parent 0765197bb7
commit 83ff782608
2 changed files with 6 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..13} pypy3 )
PYTHON_COMPAT=( python3_{11..13} pypy3 )
inherit distutils-r1 pypi

View File

@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zl29ah@gmail.com</email>
<name>Sergey Alirzaev</name>
</maintainer>
<upstream>
<remote-id type="pypi">bleak</remote-id>
<remote-id type="github">hbldh/bleak</remote-id>