add proxmoxer-1.0.3
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add proxmoxer-1.0.3
|
||||
* add python-vlc, pyW800rf32, waqiasync-1.0.0
|
||||
* update PyViCare-0.1.2
|
||||
* dg to vsure-1.5.2
|
||||
|
||||
3
dev-python/proxmoxer/Manifest
Normal file
3
dev-python/proxmoxer/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST proxmoxer-1.0.3.tar.gz 15725 BLAKE2B c7c8d3ff41642f541fc2aa2c2b067562204057817d570fa57268d8916ea8e6160f846170640d0ccacc8b783d5bb85f04678e18f178696ea2c01852b4c6f53d32 SHA512 370625a36c790d4e1f15907b5f50215e509c115cedc06c99f1359885ae0f454513b1531d8ac8d849e91e77e691c9a6f5854eff7424e71eacfb3dbf1b9767a595
|
||||
EBUILD proxmoxer-1.0.3.ebuild 683 BLAKE2B 5d414397d4d9be26e9474990e34993294310454aac557132a9b1f50939482895dddce54db65b0f7e19ededf895927cf0a6c7a9df81eff2879ef14525bf6cc3dc SHA512 51f4a7cf84b1b9204e441539320b08f45348162c31251c9369c5b982b07f0ba45ad11030fcba068984dd9e7293b6390e7d563f0c85c799916d0456ad650833cb
|
||||
MISC metadata.xml 461 BLAKE2B df004c592e1e297b2e22fa446252d9b65350f025a2fc04fce87d82f3ce31ccdfd8fbfc3e71e79a61809fabbac5160a3d565b286add9f731270550f0ae1820046 SHA512 975562850bb31a6e36388d0b9a9d03490ccae344a1fa05420d67e4e2598745dc900199ce0da11a73ae6cc226c27ba6513236e27a5a0f9f66ecb99a2d0dae0ca2
|
||||
16
dev-python/proxmoxer/metadata.xml
Normal file
16
dev-python/proxmoxer/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">proxmoxer</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>obutovich@gmail.com</email>
|
||||
<name>Oleg Butovich</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/proxmoxer/proxmoxer-1.0.3.ebuild
Normal file
30
dev-python/proxmoxer/proxmoxer-1.0.3.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python Wrapper for the Proxmox 2.x API (HTTP and SSH)"
|
||||
HOMEPAGE="https://github.com/swayf/proxmoxer https://pypi.org/project/proxmoxer/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user