dev-python/azure-storage-blob: disable py3.8, py3.9

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-01-12 20:23:29 -05:00
parent d7602be0d0
commit 2e85863fde
2 changed files with 10 additions and 6 deletions

View File

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

View File

@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<maintainer type="person"> <maintainer type="person">
<email>svdm-gentoo@protonmail.com</email> <email>svdm-gentoo@protonmail.com</email>
<name>Simon van der Maas</name> <name>Simon van der Maas</name>
</maintainer> </maintainer>
<upstream>
<remote-id type="github">Azure/azure-sdk-for-python</remote-id>
<remote-id type="pypi">azure-storage-block</remote-id>
</upstream>
</pkgmetadata> </pkgmetadata>