dev-python/webmin-xmlrpc: new package, add 0.0.1
Closes: #3037 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/webmin-xmlrpc/Manifest
Normal file
3
dev-python/webmin-xmlrpc/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST webmin-xmlrpc-0.0.1.tar.gz 5126 BLAKE2B 1b847a80861b895fa4b3e152950b050729a3916c348b22668ac2714d771a087b341c7499ffd20adedbfa7f55cda6e0c54e04be7235fac0baaa64ad88e0eef078 SHA512 7deb8272461dbd9b1abca35a866954b2ee9ec04fb057c33afc52aa58f378b404f20d9d72e87e2804b0c462c8847637ab2df4e1756e13cee9a45585f56dd8833e
|
||||
EBUILD webmin-xmlrpc-0.0.1.ebuild 595 BLAKE2B 596db3c7dce02338c58bdaebfa6d99d61baf9639a77a555b7abb6e54084a922f365115fb93ffc71b756b7bb0426dbf73fa14a507fba787ee8552c5ede1911b38 SHA512 ae9e420e109925a8aaf73b5bf5b977a76a26734c7e1bfc894c6e9791fd8df8f6d60ef4ec8fafe857ba26e9b5e2506efaa175fb858e0b5aa5922f11c76e67ae5b
|
||||
MISC metadata.xml 523 BLAKE2B 5c816e9a66cf5e8272321fd37eadac6c4660c2dbd63b75d886a6c52b4b85c49e4431e4d35a13a84da51583a72e92db2d5848e86737c6c708b83e7b74d3e45233 SHA512 5c51f63796adb92a0913053c4633ba76b19aceea8f1d340d16b36367e1a7fb3d39dfebaee94cece01f3232f37c7247552926c78f6a540f39df2f68b3e5504dd8
|
||||
16
dev-python/webmin-xmlrpc/metadata.xml
Normal file
16
dev-python/webmin-xmlrpc/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 type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">webmin-xmlrpc</remote-id>
|
||||
<remote-id type="github">autinerd/webmin-xmlrpc</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>autinerd@kuyateh.eu</email>
|
||||
<name>Sidney Kuyateh</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
24
dev-python/webmin-xmlrpc/webmin-xmlrpc-0.0.1.ebuild
Normal file
24
dev-python/webmin-xmlrpc/webmin-xmlrpc-0.0.1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Provides a python interface to interact with the Webmin XML-RPC API."
|
||||
HOMEPAGE="https://github.com/autinerd/webmin-xmlrpc/ https://pypi.org/project/webmin-xmlrpc/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user