add PyRIC-0.1.6.3

This commit is contained in:
Andreas Billmeier 2022-09-03 08:51:17 +02:00 committed by Andreas Billmeier
parent 8732771cbe
commit a8b97708c3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 56 additions and 3 deletions

View File

@ -523,13 +523,13 @@ 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 1857 Ebuilds in total, 1850 of them have in total 1862 (35 different) licenses assigned.
There are 1859 Ebuilds in total, 1852 of them have in total 1864 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1124|
|MIT|1125|
|Apache-2.0|342|
|GPL-3|112|
|GPL-3|113|
|BSD|106|
|LGPL-3|29|
|GPL-2|25|

View File

@ -0,0 +1,3 @@
DIST PyRIC-0.1.6.3.tar.gz 870401 BLAKE2B 199ea53afada4b76e841170839e354e90635f77d6442928cf1bd1a9724f69a14cf8a9e1d507bb1580ebac53d8f21391f1cda0a220873e6405eb22c473c59f198 SHA512 ed39dbac3d963131d667ae17eb800508aad78662d4dc53b0155e741c388783214cd27b4083dd0009807946e2ec401b5deb6522c351beb9110b7ca523d66e97a1
EBUILD PyRIC-0.1.6.3.ebuild 706 BLAKE2B 6f2ac15b09ef160ea715ab9d3f6013370aa77cffe3df264cb1b68e3a248e29338c3dce2822df9f5fea22563bc936d9c3267c941163a7342b5c91e695479c69b5 SHA512 237ecd609c238d47844b3e35b6fd0a152a0332a2ec4b5cdda7efe7d70f33e4551e7e854b9843bbe64fe748564aca0390e8417cf96b6fb5a3fa4cda11e09503ad
MISC metadata.xml 458 BLAKE2B 5817d30cfda29cbaa2605354e639bed2b203f1cd76d42de01aebcdffd7593ab1e8a041edd8d7ae96a5e91667ab8d88056e26ee2045a8bc6399d19bb7803d7022 SHA512 a17bf765d40aa1cebc33c79fb27639afeff99e1f91079b1515353992498b41a31cad13d296d5c9a7926dfb01fbd1ec09f289b13032dc44976421303146d5af98

View 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..11} )
inherit distutils-r1
DESCRIPTION="Python Wireless Library"
HOMEPAGE="http://wraith-wireless.github.io/PyRIC/ https://pypi.org/project/PyRIC/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=""
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">PyRIC</remote-id>
<maintainer status="unknown">
<email>wraith.wireless@yandex.com</email>
<name>Dale Patterson</name>
</maintainer>
</upstream>
</pkgmetadata>