bump afsapi-0.2.4

This commit is contained in:
2022-07-09 14:14:29 +02:00
committed by Andreas Billmeier
parent 8d323cc413
commit f784c34be6
4 changed files with 43 additions and 5 deletions

View File

@@ -524,12 +524,12 @@ 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 1767 Ebuilds in total, 1760 of them have in total 1768 (35 different) licenses assigned.
There are 1768 Ebuilds in total, 1761 of them have in total 1769 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1079|
|Apache-2.0|317|
|Apache-2.0|318|
|GPL-3|106|
|BSD|100|
|LGPL-3|29|

View File

@@ -1,3 +1,5 @@
DIST afsapi-0.0.4.tar.gz 4227 BLAKE2B 4bcb9e4c7dd99364978527519047064a80ca5b7a99fb95d87984616baa3fbd63705d5e571030cde2adf7149dedf294c61cb7fccaf3c1bfbbb299a92a423182c6 SHA512 d9d4003063d6ec52b40c3bee25bf0023c1e48ccc5a0d7a4813e884f6ef17d18f7a3b3de01af403d3e3f9d365d598c9239d0d29f0471b342a9ed6d17c2e7806fd
EBUILD afsapi-0.0.4.ebuild 825 BLAKE2B b706625f0c3f7537dc72ffa3f87949e19a05f24b343a3266c0ccfcf1af0d3436298f2832d5c7146deb875d222f57a57bc62b6ea550e925a5aba5ba489e855def SHA512 efd825013d4e8816d74754b899271c1fcfdc9ef2387a265b21f4c6e3ffe02ea901f8183ac3ca345d4046219e50ea2cd294a9bff6ce856bd233ab17e540c0bc7b
DIST afsapi-0.2.4.tar.gz 16965 BLAKE2B c7d7c2029c4832a6582a1ea16a00a4e1e56f56a6f23053a6cfc8e4e335111e76a781cd331c42d6b2386add96228270f971d6e5092fb978bb763ef56063781daf SHA512 7a90b0d2aec129d458402dd663b639c98d07fab600983344e66212913e2b7bc1cf9aa931d5f377f7aaf1c2489f33d24e3f020f5bf874d9b31fae7b96c575822c
EBUILD afsapi-0.0.4.ebuild 795 BLAKE2B 4bff581e2edb29a032d632a79c60e63e55e3b1eb0f3e1c498c917d5837993e7ac8b26ba146e4c7a6526bd54638ab2b3444bc4270dcebf1a4d8f2f02817c2998e SHA512 c0e96ed5366c6784b3457e254522e5a17202a5bd06595814fe286d59e4f2acb57eb8a1cd37d709294f092d69f9fbe571216fdf811f4f9b9d1e16b76dabf3ac07
EBUILD afsapi-0.2.4.ebuild 826 BLAKE2B 3981821588c03e8fee5dabbe49f4a1ee88a12e1b3d2bb7732a5314d91d13f01b091159b89bcd3c776297f6d4a9cbd39c469a29b073cb30a45d18c05d5076aee3 SHA512 21aa8453cf04f09b7168854ca969e2265e954fe2c2edfc95e22192fdae3940631c86fd78d14fae55eaea1960a222424b8ecd1a2d39f5e346af84ed88314c51df
MISC metadata.xml 459 BLAKE2B d9d41584cb1ea97859f3f3c1cc675363916a1185dbdde6102a48c193eae1ed590ad81be317c4696694ab3b41b7c4c933ff51e8220bcfac7e0b0c98078892ee67 SHA512 028b6eddb7814511e46ca1e698b01660029ab215e86ffbd888a2e4ea7e5becb590d0e31f0af58065964256efc959510d0aecfed3e497016838cf0ce9f1f4590b

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

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..10} )
inherit distutils-r1
DESCRIPTION="Asynchronous Implementation of the Frontier Silicon API"
HOMEPAGE="https://github.com/zhelev/python-afsapi.git https://pypi.org/project/afsapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND=">=dev-python/aiohttp-3.3.2[${PYTHON_USEDEP}]
>=dev-python/lxml-3.6.0[${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