add gspread-5.5.0

This commit is contained in:
Andreas Billmeier 2022-10-05 23:44:41 +02:00 committed by Andreas Billmeier
parent 5003f3435b
commit 140dc05267
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 56 additions and 2 deletions

View File

@ -538,11 +538,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 1913 Ebuilds in total, 1906 of them have in total 1918 (35 different) licenses assigned.
There are 1914 Ebuilds in total, 1907 of them have in total 1919 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1153|
|MIT|1154|
|Apache-2.0|363|
|GPL-3|119|
|BSD|106|

View File

@ -0,0 +1,3 @@
DIST gspread-5.5.0.tar.gz 50220 BLAKE2B 20ffc115000c3bf402186373859b7f907b34331351359ac9d05becca9b92ba75b3b82b6b411bf32e337f7126506db53d9ad068a0faadd38467814427c38d018e SHA512 3e9fa01e347da8eb6105e17404dd1c54403739b69511b8b0b69499f59e57c6155c9a82a98c75154373a131ee21ad6e90b47d00eb3fd0da4ae163d95f6d8cfe7d
EBUILD gspread-5.5.0.ebuild 821 BLAKE2B ebfbbfefb87fb57ffb3a0f7c17078e3752632d27f67f32188a8679b980f451f22327565435b49bea85c335fd657ea7da97bfd2edda0ceb9efe3a3a612e07a365 SHA512 7383c82d3f589b2229fcf0a48746ea3bb3f4470767cdf985715585bfc88e02f913d202c2e55b803b097af170393c392ad0200b5ec680cd13bbd361c07d793515
MISC metadata.xml 457 BLAKE2B 7281428d0ad8f64a74ddd660c0804c2f2adf38f2b40b8c4ae60d76fba9472f71b8dc404b9b055ae06beba8c66cb60b2f0a1342aff67f1f2e242bce60793113ae SHA512 eae37296de1f60bc824410902edf782d97577e9af46a2d8e225b7afee142929e11c6c215bdf60ba69dd4ad0ba0d645deac3d08d0a38b6275d77688ab32da2bae

View File

@ -0,0 +1,36 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Google Spreadsheets Python API"
HOMEPAGE="https://github.com/burnash/gspread https://pypi.org/project/gspread/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="docs/index.txt"
RDEPEND=">=dev-python/google-auth-1.12.0[${PYTHON_USEDEP}]
>=dev-python/google-auth-oauthlib-0.4.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,15 @@
<?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">gspread</remote-id>
<maintainer status="unknown">
<email>lavigne958@gmail.com</email>
<name>Alexandre Lavigne</name>
</maintainer>
</upstream>
</pkgmetadata>