add aiosenz-1.0.0
This commit is contained in:
@@ -506,7 +506,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 1693 Ebuilds in total, 1686 of them have in total 1692 (35 different) licenses assigned.
|
||||
There are 1694 Ebuilds in total, 1687 of them have in total 1693 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@@ -516,7 +516,7 @@ There are 1693 Ebuilds in total, 1686 of them have in total 1692 (35 different)
|
||||
|BSD|88|
|
||||
|LGPL-3|28|
|
||||
|GPL-2|21|
|
||||
|LGPL-3+|15|
|
||||
|LGPL-3+|16|
|
||||
|GPL-3+|14|
|
||||
|all-rights-reserved|13|
|
||||
|BSD-2|9|
|
||||
|
||||
3
dev-python/aiosenz/Manifest
Normal file
3
dev-python/aiosenz/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aiosenz-1.0.0.tar.gz 18504 BLAKE2B 1d427a5f5988071eee56c394bd0a1531c7e845954c753ecb5831cd64f1403670f7c99d8c1dc46a61f744e167001d01358bb92594abe1558ef4f4246336c01bf0 SHA512 18da5fe5a04290b9b83eb368cb65530cf8d8ca21ff2e36276f3c8ba19018b065a190fe4ff9ed30bbe5e041f24f2e35de866e845a7ca3e49a2aea3e42dd2890c5
|
||||
EBUILD aiosenz-1.0.0.ebuild 853 BLAKE2B 3f2ebf1b7f2d427db47dcace8b3f584f41ed7d83d6fd41f4e629f02d3eaae31baf01f994bf21646ca8430808bf2940d3b519b2952d9f6e0545ee0e86d71df097 SHA512 521e09c5488b578ad08b9c2a0e62a48e9d75906689281b7689d890e31491e480c082c932b77bccccc2ae76f06bbe2b88a0ce92f15a9c3e0d997bd24f2780dcd9
|
||||
MISC metadata.xml 458 BLAKE2B e046e2f8d94b29cf24dc53c05323a97e25ece6f47aa8854c65e42a47348c6bb64ea38ecc80efdf49b401ba3de888b620e4b2364e82b776cf6e5fa8c3cd8f064e SHA512 14567ba43874440df56df8d69a81d96956bde87f4c86fdcba8ed830fddc438b1f2c573938f02f7fe6f6d577a4f71a0ff27823202ad6a7d928feefd8c131fa87c
|
||||
35
dev-python/aiosenz/aiosenz-1.0.0.ebuild
Normal file
35
dev-python/aiosenz/aiosenz-1.0.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Async Typed Python package for the nVent RAYCHEM SENZ RestAPI"
|
||||
HOMEPAGE="https://github.com/milanmeu/aiosenz https://pypi.org/project/aiosenz/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/Authlib[${PYTHON_USEDEP}]
|
||||
dev-python/httpx[${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
|
||||
}
|
||||
15
dev-python/aiosenz/metadata.xml
Normal file
15
dev-python/aiosenz/metadata.xml
Normal 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">aiosenz</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>milan.meulemans@live.be</email>
|
||||
<name>Milan Meulemans</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user