dev-python/imgw-pib: new package, add 1.0.4
Closes: #3475 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
04c81040b5
commit
646fa3165c
@ -606,12 +606,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 1869 Ebuilds in total, 1858 of them have in total 1881 (42 different) licenses assigned.
|
||||
There are 1870 Ebuilds in total, 1859 of them have in total 1882 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1072|
|
||||
|Apache-2.0|418|
|
||||
|Apache-2.0|419|
|
||||
|BSD|108|
|
||||
|GPL-3|107|
|
||||
|LGPL-3|25|
|
||||
|
3
dev-python/imgw-pib/Manifest
Normal file
3
dev-python/imgw-pib/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST imgw_pib-1.0.4.tar.gz 12307 BLAKE2B 9444bc9c843d5ef070e8a0fbf6bb0ef6db561952c7ee97af968e452d55d18283ebc08887e19ff9c3bea75f829561e568db7d71abdcfa61736eed2773cc2254f2 SHA512 a746e32ba8d9053777c9331bf03347b29a9542683fbf8955c9c7249aec03b80151a5abd8748aacd0bb671a99506af373d7789ed396352410db7047e9cb979d44
|
||||
EBUILD imgw-pib-1.0.4.ebuild 523 BLAKE2B 8aaa0612e6a66a6721ca53a1a5f87b923d70b3ffafc95fbb6124ac0de9b4e89dde819ce9a32477f03549eeb7036662136ee777453d4cdc3fcb4da9bf3c5494e2 SHA512 b757151796d2fa17fc8267471942cf4447a7000ad8032c18c73c449e56224a490578fa5a7cd6133f3bbd417b56444880cdc43f055697852f17b16e56463e715c
|
||||
MISC metadata.xml 384 BLAKE2B ad8ff99f61830e71a9a3d996824dc4babfb68418ef876f10818a13aa5f75c02bcc483db13ed1bc9b08408f6202423d48e219e6c5f11c0cd0141fba60ec0373dc SHA512 d1ec10363f00195585c00d49dea938081b7eb490373acf74e2f994a16ddc9c5b2fa4449884a31176a5dd9d935a6276393adf3ce1b0a666ce808623f3dcc4078f
|
23
dev-python/imgw-pib/imgw-pib-1.0.4.ebuild
Normal file
23
dev-python/imgw-pib/imgw-pib-1.0.4.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# 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=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python wrapper for IMGW-PIB API."
|
||||
HOMEPAGE="https://github.com/bieniu/imgw-pib https://pypi.org/project/imgw-pib/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.0"
|
||||
|
||||
distutils_enable_tests pytest
|
12
dev-python/imgw-pib/metadata.xml
Normal file
12
dev-python/imgw-pib/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?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">imgw-pib</remote-id>
|
||||
<remote-id type="github">bieniu/imgw-pib</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user