dev-python/proxmoxer: version bump to 1.3.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2022-07-04 13:58:33 +02:00
parent dceb897399
commit 8d7523d89e
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
4 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST proxmoxer-1.3.0.tar.gz 15821 BLAKE2B 636bd47450c780e28c2d0164b3283a9765df3daeebe40897c2ba18b2d4c604e5b752629055ac55ddc5f819008c7d5b8deacecd4cb1cec5095d60e656a20cd478 SHA512 d81cfd6719fa5369e9df2afd878d14a5d2ebdd25de17766bf1db29acb50ae89d9e60f7cfbd897d51f61bfc5217395848113671f2649cd1d8f3cb2fe778c8091f
DIST proxmoxer-1.3.1.tar.gz 15387 BLAKE2B 35952f26b777bea34e5690acfb45d83720129aa4a5e57c7a8b2e023a1aacbd040f2710ed4f6f9e7889c06396159496a1372011a46932a26e0ee0ace758bf255a SHA512 9b27f73eb55d061a9acb559660a54b1bda12ab1506cf964f9ab30e7a534325233f7607970780f7860951d52f04b3371fab474a7225206b870944a0154b58c751

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alarig@swordarmor.fr</email>
<name>Alarig Le Lay</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,26 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_9 )
inherit distutils-r1 optfeature
DESCRIPTION="Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
HOMEPAGE="
https://pypi.org/project/proxmoxer/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
BDEPEND=""
pkg_postinst() {
optfeature "https" dev-python/requests
optfeature "ssh_paramiko" dev-python/paramiko
}

View File

@ -0,0 +1,26 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1 optfeature
DESCRIPTION="Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
HOMEPAGE="
https://pypi.org/project/proxmoxer/
"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=""
BDEPEND=""
pkg_postinst() {
optfeature "https" dev-python/requests
optfeature "ssh_paramiko" dev-python/paramiko
}