dev-python/gassist-text: update deps, add metadata, renew Manifest

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-14 22:11:11 +01:00 committed by Andreas Billmeier
parent 38f98423fa
commit 0d18690667
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 28 additions and 11 deletions

View File

@ -573,12 +573,12 @@ 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 1725 Ebuilds in total, 1718 of them have in total 1722 (34 different) licenses assigned.
There are 1724 Ebuilds in total, 1717 of them have in total 1721 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1007|
|Apache-2.0|375|
|Apache-2.0|374|
|GPL-3|105|
|BSD|91|
|LGPL-3|23|

View File

@ -1,2 +1,3 @@
DIST gassist-text-0.0.10.gh.tar.gz 19478 BLAKE2B 4c4d7fbb678ac3466e20e9c402c87ad9edfb2bf50876bc1486c92d5544aaee23996f1211f2685ed40a30f457c3276fb29381c3182273a500d1fd1aebb037ee36 SHA512 532e2d1446ed7004eee5bb501685cf8bc096c36d3479fac079704ccf7932277ed99aae9ffd0a8c19c0c3666f94efdb9bba9a5d749fda219d438ccf562bb5b105
EBUILD gassist-text-0.0.10.ebuild 915 BLAKE2B 726dbbf317207c4232c55d77a24387f211e0ebbc698b13e430ce05c7d133a022c3b026a61bbc3a82444bc83fbd0e9f0c1b21007cf8c09b417fde624507b93846 SHA512 1b7e929409593312849aac1eaf8db77aa1d8d887f5cf71835c6a719d42f9b07e72778f423a3f114b00235d47b2d2b20cfb7f523250a4f304b71f8ca0efae09bf
EBUILD gassist-text-0.0.10.ebuild 975 BLAKE2B 4c272b2e27797256483a21c51ba265fc88400e7686a93e09776aab4a74bd342db27237142dc7e2a9786e203f96ac02c7494ccac4bc541ae64ddda674cbab9a2f SHA512 24d703e31554fd88ae5ad85f4ea0cf80d27012a8827a5901fc7d55dff015da338e2f92da3f3006673eb3f822ec91319e4c5da6f93414a1ce89bf79babbd7cf24
MISC metadata.xml 514 BLAKE2B fe14ed786f64ed380ca396233569947f04caea13ee56a656b14a4208d11523bcc08b9781b5c5f6d8dfb368e909b9feb3a56b85f8ac6ae2bddd06c95c1e7afec9 SHA512 d5ee54c6570c9e9732f2c7b55dfc46db7873950de820d0bac2199a3a1b165e5813c4a34737489b73db7ff4e4adf90bd94bb81039c5f54695fbb5304c615de2c8

View File

@ -22,19 +22,19 @@ IUSE=""
DOCS="README.md"
BDEPEND="
dev-python/google-auth
dev-python/grpcio
dev-python/protobuf-python
dev-python/requests
dev-python/google-auth[${PYTHON_USEDEP}]
dev-python/grpcio[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
S="${WORKDIR}/${MY_P}"
distutils_enable_tests pytest
src_configure() {
cat > pyproject.toml <<-EOF || die
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
cat > pyproject.toml <<-EOF || die
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
EOF
}

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">gassist-text</remote-id>
<remote-id type="github">tronikos/gassist_text</remote-id>
<maintainer status="unknown">
<email>tronikos@gmail.com</email>
<name>tronikos</name>
</maintainer>
</upstream>
</pkgmetadata>