add XBee-2.3.2

This commit is contained in:
Andreas Billmeier 2022-03-19 19:31:53 +01:00 committed by Andreas Billmeier
parent 64eff8c1b0
commit 4e8abad5a6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 2 deletions

View File

@ -496,11 +496,11 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1754 Ebuilds in total, 1746 of them have in total 1753 (34 different) licenses assigned.
There are 1755 Ebuilds in total, 1747 of them have in total 1754 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1062|
|MIT|1063|
|Apache-2.0|318|
|GPL-3|105|
|BSD|100|

3
dev-python/XBee/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST XBee-2.3.2.tar.gz 28117 BLAKE2B 0a41957f71a1901534c71d6fa904b4a9318df0618d6e42913ebd91934ab2a05ed56d884a2f69943e513265f444ffcc6de741badce39fbf847a8f82d4a4849690 SHA512 d4ecc8025784978bf546ff7ac1a2563b6a329819d1976c5a4e591e0007c5cc85a76f5b98af3a1bcbf6068641fe771a90dd5dceb5cd9f69b4e67e8c36a7ad713c
EBUILD XBee-2.3.2.ebuild 757 BLAKE2B 8b1e9c5a451c27585006ea3903bd6d5221e05b95c59d58feea9b7152dbed2bbb20f3901056da4a7cbc740e3f109c19469844fb5c04192382396f87b3b5e1a045 SHA512 fea1417e76fe9ebf68c031702e9e04aa9e6d2e008c3e027e72c095366341b49806b8ab00f84da286b1cbc53b96995c0b4ac0b2fec697bcac6211b2146a2b34a8
MISC metadata.xml 430 BLAKE2B fb3d33a9a939892fb005ce3d95e7e3d3dba3218cd91daeb8db571b3bb4360a66551148c9aeb7ec056f99e383ee5f64ef782b2d6a7c07007b5254bac0f871ac10 SHA512 1cf347e31c782bc7a340de621a57d3c673cbdaa97035779e44d18e1852c5bf92956a250cedc468fdcf466792113f192d90b829368a2399a1057ff9568bca571b

View File

@ -0,0 +1,33 @@
# 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="Python tools for working with XBee radios"
HOMEPAGE="https://github.com/nioinnovation/python-xbee https://pypi.org/project/XBee/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/pyserial[${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
}

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">XBee</remote-id>
<maintainer status="unknown">
<email>info@n.io</email>
<name>n.io</name>
</maintainer>
</upstream>
</pkgmetadata>