dev-python/genie-partner-sdk: new package, add 1.0.2
Closes: #3378 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
8a0efe65e9
commit
8845c9095d
@ -606,7 +606,7 @@ 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 1935 Ebuilds in total, 1924 of them have in total 1947 (42 different) licenses assigned.
|
||||
There are 1936 Ebuilds in total, 1925 of them have in total 1948 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@ -617,8 +617,8 @@ There are 1935 Ebuilds in total, 1924 of them have in total 1947 (42 different)
|
||||
|LGPL-3|25|
|
||||
|GPL-2|22|
|
||||
|GPL-3+|16|
|
||||
|all-rights-reserved|15|
|
||||
|BSD-2|14|
|
||||
|all-rights-reserved|14|
|
||||
|LGPL-3+|14|
|
||||
|Unlicense|9|
|
||||
|PSF-2|8|
|
||||
|
3
dev-python/genie-partner-sdk/Manifest
Normal file
3
dev-python/genie-partner-sdk/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST genie_partner_sdk-1.0.2.tar.gz 18844 BLAKE2B 629ae345844fba88389b185814d6511349768ae331e68b7e19634ceeccb03261b7e08c1e1966110740a826a966e6217608c79df7ccf8155e39a98b2d449bf45a SHA512 3d196b02201c99aa6f33212a5687f614795ea64caf9fc8d08d4da7754a539517496767c98580d763727bb3df239c75a4cfe19c262d079c9130b9eb1946b5ccf9
|
||||
EBUILD genie-partner-sdk-1.0.2.ebuild 556 BLAKE2B 243813226c37a0e05a5893e5d6596d07a7f6e697786955141335ef3bffcc61d0f3b8f4bfb602bbf2802cdd004bf47ed4a023cb70d83ab263ac4ba07f31d4dbc9 SHA512 5fa27ab363f548c29b0ae34d00aee78a678cba30117bdb08c560d94e6bc4168ecbc256519829d9e67a20b605704292359dbcbf0149cf3951c165a554ae6924d1
|
||||
MISC metadata.xml 546 BLAKE2B eb5667d06dda5e9cea5b569e76d899f5e89116da13bbe92b1f9dbdeb413e0f5da0396e354571e407f4ca9f905977b563c2b48e5747b417e7d81fbf3900e94020 SHA512 2f513d407c1f583c363a10d62d9a20acf34415e0f16299b2e4a27258589cba88b7c09aa2cba8fe54b8b41953678a80505babb120d0ea8b9b0afc2cb5b15438d4
|
21
dev-python/genie-partner-sdk/genie-partner-sdk-1.0.2.ebuild
Normal file
21
dev-python/genie-partner-sdk/genie-partner-sdk-1.0.2.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# 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=hatchling
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="An SDK to interact with the AladdinConnect (or OHD) partner API"
|
||||
HOMEPAGE="https://github.com/genie-garage/aladdin-python-sdk https://pypi.org/project/genie-partner-sdk/"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test ) mirror"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
distutils_enable_tests pytest
|
16
dev-python/genie-partner-sdk/metadata.xml
Normal file
16
dev-python/genie-partner-sdk/metadata.xml
Normal 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">genie-partner-sdk</remote-id>
|
||||
<remote-id type="github">genie-garage/aladdin-python-sdk</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>adam_johnston@geniecompany.com</email>
|
||||
<name>Adam Johnston</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user