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:
parent
dceb897399
commit
8d7523d89e
2
dev-python/proxmoxer/Manifest
Normal file
2
dev-python/proxmoxer/Manifest
Normal 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
|
8
dev-python/proxmoxer/metadata.xml
Normal file
8
dev-python/proxmoxer/metadata.xml
Normal 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>
|
26
dev-python/proxmoxer/proxmoxer-1.3.0.ebuild
Normal file
26
dev-python/proxmoxer/proxmoxer-1.3.0.ebuild
Normal 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
|
||||
}
|
26
dev-python/proxmoxer/proxmoxer-1.3.1.ebuild
Normal file
26
dev-python/proxmoxer/proxmoxer-1.3.1.ebuild
Normal 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
|
||||
}
|
Loading…
Reference in a new issue