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:
Andreas Billmeier 2024-03-10 19:22:08 +01:00
parent b17dbd1984
commit 6b1e4e5717
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 additions and 2 deletions

View File

@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1892 Ebuilds in total, 1881 of them have in total 1900 (42 different) licenses assigned.
There are 1893 Ebuilds in total, 1882 of them have in total 1901 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1069|
|MIT|1070|
|Apache-2.0|435|
|GPL-3|124|
|BSD|104|

View 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

View 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>

View 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