dev-python/Mastodon-py: add 1.8.1

Closes: #3125
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:28:27 +02:00
parent 62303f05f6
commit 07682466d0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 38 additions and 7 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 1982 Ebuilds in total, 1971 of them have in total 1990 (42 different) licenses assigned.
There are 1983 Ebuilds in total, 1972 of them have in total 1991 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1121|
|MIT|1122|
|Apache-2.0|454|
|GPL-3|129|
|BSD|111|

View File

@ -1,3 +1,5 @@
DIST Mastodon.py-1.5.1.tar.gz 1225203 BLAKE2B 052ff268178645160d9a203156a11369bf8080a0abccc25d5e6c5fab68289a99ec45f660d3d94068b8bc31890295dcc42ecaa3a219264daff1df44e779a91413 SHA512 0c1a27b6cfcb4a197614100ffdb40ff8224162c0029598eadebdfa8984fe30519d3b163265d6f198e4a563c0e6a8bf68cafb69938f1a4768724a02f4f6971fa3
EBUILD Mastodon-py-1.5.1.ebuild 899 BLAKE2B 199830cd99069ed3e15e730ca846602734cb2b49206e413d7758f390d47689abc789588e5217598804fb4f0182d2da7b102c9736e9004547b5db191e1f4cee07 SHA512 d4b0eb7183535322d24d1bf028722207ab0d0ba5d4f53eb774f0491a34570751ea84863188dbf4122d07761e22c4e7be711074e701c75d7b152b225c7cba7c0e
MISC metadata.xml 525 BLAKE2B a54aff5dce18912d2d5e0dbd48f80d93f4077125a7cd46878e86d34db4e64f448f80e099323b7bb28a6e6cff42b83bf438a16447927462e824de58569c475188 SHA512 f0b4c7ccccada4468d86df0c120e214906d42163490048d27d86e02d0c243dade61715ad691fed6f554ced223a802f8a761b1a26633d346f51501db5cce00d81
DIST Mastodon.py-1.8.1.tar.gz 8694359 BLAKE2B d3b8d2196199eeaeb0377c8503e763099943142c58b5b45bbbb86a38c0629ea6ee6427b53c989267a13d4d2a0c104635387ffef96d05d7dfa7dd8c2756e8704b SHA512 812bfdcb1a59a06376bfb48798b43cac9dc9390781b3949e4b3d751ec0530b25b187e688c7cfc18eff6d5bb23c9bf442bce5f6902727331e8bc550e310dab94c
EBUILD Mastodon-py-1.5.1.ebuild 899 BLAKE2B a3b04f3845102d3c2ea2df42a949fa3461a1015ec808efb63f22d5ab4372110de0f453aaa7a06403ea6bbfb4920c6da777f3245e26be3ae7bdb3d394a242dcb6 SHA512 ebc2d62300fe183639b804edaa06c17d9db17406c7bd6ac65e7304d223a4de62d13a45ab356af4cbce1549901489b27507f29d1125231be8a7ecaf95791db139
EBUILD Mastodon-py-1.8.1.ebuild 801 BLAKE2B b5463eae585f0393e95d2a20d73da79022cee68c178b3235a9fc609ccf6d62c0c0b4c948216c2e12713f7c91b336110b766c7de4a0e7cdcfd3a3fabdb5ac37f5 SHA512 fd14c9abb3c4ac0cdbdc4340c683053c40771df7c10b3580e5d6e1f832faf97c822cb29afb380cd7829bb340900e7aba4ddb6de4ce80abee0d225050fc083877
MISC metadata.xml 528 BLAKE2B 56486ca6153258146e4f0e4d0bd5688a9ebb16aeddfe488e8924e53817cce003a6c9f2059d651572d557c94749b7fe2ee96e77abb53db07660e8e92da09d58ff SHA512 4dc9538d0121801025d0ce2e75d56286a9f576289b375b1502ec998222a8727550d59b066ab05ebcb59faa3b3c0098ec67ff6916f5c6f45dd0549d308ffbbdbe

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}

View File

@ -0,0 +1,29 @@
# 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
PYPI_PN=${PN/-/.}
inherit distutils-r1 pypi
DESCRIPTION="Python wrapper for the Mastodon API"
HOMEPAGE="https://github.com/halcy/Mastodon.py https://pypi.org/project/Mastodon.py/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/requests-2.4.2[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/python-magic[${PYTHON_USEDEP}]
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
dev-python/blurhash[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -7,7 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">Mastodon.py</remote-id>
<remote-id type="github">halcy/Mastodon</remote-id>
<remote-id type="github">halcy/Mastodon.py</remote-id>
<maintainer status="unknown">
<email>lorenzd+mastodonpypypi@gmail.com</email>
<name>Lorenz Diener</name>