dev-python/pypoint: add 3.0.0
Closes: #3902 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
349cc8eafb
commit
a189f725bf
@ -606,11 +606,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 2082 Ebuilds in total, 2071 of them have in total 2098 (42 different) licenses assigned.
|
||||
There are 2083 Ebuilds in total, 2072 of them have in total 2099 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1201|
|
||||
|MIT|1202|
|
||||
|Apache-2.0|470|
|
||||
|GPL-3|127|
|
||||
|BSD|111|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pypoint-2.3.2.tar.gz 5905 BLAKE2B 6acfd5bf59ef6f869feb492816705ddb3fcf3d261252ea0e1614e90b145212ccab83a5bbbade86ce028984779ce89769f5775eb1a071de9dd4cda6cb07aa0de8 SHA512 e68ec45d90300018d3fdb8cc830a22855732631f39ad48c1c093abacc7af9317cc8dfcfeff3b2a8b28f97ad78e70bf58ab9aed650e7f632db54e3677033eb8fc
|
||||
EBUILD pypoint-2.3.2.ebuild 660 BLAKE2B 5a7639e1642fd1ba2a5c71d28003eccf1717be44f8823d341d54e9253ecfe21212921eeec605d7ee1fd205f490cdbc990a5d2051ef8439da8bdf7e102b31b30c SHA512 15183b53970a4f38d75ed07d4e1487ab5c72a61954573b364ad87ce8fc5f4fa3d1a086f9a88d04d127804c73dc2d70cfbaf1a251e385c5577a07a8da600bde82
|
||||
DIST pypoint-3.0.0.tar.gz 5910 BLAKE2B f0199823557f3fa84f065197bc209839be105458971bf5362b1474f49f6ed06b191bbc769284a4d94b33a6471a41bb12c3757e9534564a7dbba785ee8e68721f SHA512 cd6b85fb69efea4b2d77ad55929e7d1b94ab6a60338b7c72289e18e81066a3aa2c397a0a355770c8035bd8d126f5943d1677069f3968fcced09ed8b3dea28c0b
|
||||
EBUILD pypoint-2.3.2.ebuild 660 BLAKE2B 6e18f0b6c819392b85933120f6762d19cf240262865c043a115ed4c35fad95215ac7fd678cf7d9b320638f402054f80b06c5d701e8d84ccaf2dcd80968bf5a02 SHA512 17df18ed0f638f0c8dad50fec6fb46f6b2cf90d5331af7513ffa57e0232c3bc0e49f0e9c4040e1e0de0f3e0985cd757f51beff2a31241ccf6c3871a4ca275be4
|
||||
EBUILD pypoint-3.0.0.ebuild 513 BLAKE2B 72e614dc8601238b361d57544a7426677299d51d4bdd6948174ca2270078b1b38cb5990d18694baffc33be65d24f3afa7fe896857e645234dd21c0d573ae5b83 SHA512 544abdb1f90efa09916eeafd017b4234703d5fea5d3eeb4560873dc0dcbc155a2e31be3b572674fbdfbdb611d19cf28c7d993c503a03b03808e9b3e68af1d8c4
|
||||
MISC metadata.xml 515 BLAKE2B a2ed75d873100d14d7a8650d3a9c5602b2731a75205ec4c650c0ca77930b6d60af0c93021c456c53e7e7eae1e311ddc6cea5d6b7c604e5f41e9f4a3e11f9fd05 SHA512 dc371fa7a8283efa7d0a441534d27be4abb70733a95a6f639af3edde99f861f59fe3cafe1b71795b8850c4401a0dce7ad08680ee21bdd2cc0af4dff46ef45c0c
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
23
dev-python/pypoint/pypoint-3.0.0.ebuild
Normal file
23
dev-python/pypoint/pypoint-3.0.0.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="API for Minut Point"
|
||||
HOMEPAGE="https://github.com/fredrike/pypoint https://pypi.org/project/pypoint/"
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user