dev-python/cached-ipaddress: new package, add 0.3.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6efd9816b9
commit
d7ba76a303
@ -612,12 +612,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 1586 Ebuilds in total, 1575 of them have in total 1590 (42 different) licenses assigned.
|
||||
There are 1588 Ebuilds in total, 1577 of them have in total 1592 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|912|
|
||||
|Apache-2.0|333|
|
||||
|MIT|913|
|
||||
|Apache-2.0|334|
|
||||
|GPL-3|102|
|
||||
|BSD|88|
|
||||
|LGPL-3|22|
|
||||
|
3
dev-python/cached-ipaddress/Manifest
Normal file
3
dev-python/cached-ipaddress/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST cached_ipaddress-0.3.0.tar.gz 7379 BLAKE2B e6912f79a0d8ab6a5cee16c9625292319ccaf87a60aeb39129af118c1f8f0e7ca68b0c2ccb706e45307ef058715551dd4a0dfec201730a11d2022323672bbdd8 SHA512 656b74ff384726f1fec4c9e4b2a28d8ad7ca609f714798837c4fedc06b647b9c8676ba3884cf1e3cf33831422f3b8541f8f4f75929d450d3091d5ddfc405fec1
|
||||
EBUILD cached-ipaddress-0.3.0.ebuild 466 BLAKE2B 6539c734ab23ff2c6f5ed5306520ca8b518c7039e088868a50781be153820f78d2db35d3d4d99522208cc9374bef95a7619b1c81e950ab6da097a606043e583e SHA512 477b3a32f036e45ee938008d6c1b81db9e1774b23d7747b69f319ec7c32118618d105ff316fe67a1d9ffb151b5b51557a95e3d0660f7a4822ba93233acbc3c8a
|
||||
MISC metadata.xml 523 BLAKE2B a78a1c97cbcd56a7374a346af34cc4e50acc310565ba6192bc9bcba4ac8d35ee3bd7686d3c9976f12391e29673341b5a5a6604ce95e41f8e33feee6c5eed7b55 SHA512 9ca2e915d0cb2933b122a8bbc6d86e4864f2d429d77f586821cc72899ee7a545cc6ee6ee690e96ee2d986da19da32caf888f9fbde9a1b16dcc8a70cf6ce6f2a1
|
19
dev-python/cached-ipaddress/cached-ipaddress-0.3.0.ebuild
Normal file
19
dev-python/cached-ipaddress/cached-ipaddress-0.3.0.ebuild
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Cache construction of ipaddress objects"
|
||||
HOMEPAGE="https://github.com/bdraco/cached-ipaddress https://pypi.org/project/cached-ipaddress/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
16
dev-python/cached-ipaddress/metadata.xml
Normal file
16
dev-python/cached-ipaddress/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?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">cached-ipaddress</remote-id>
|
||||
<remote-id type="github">bdraco/cached-ipaddress</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>nick@koston.org</email>
|
||||
<name>J. Nick Koston</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user