Skip to content

Commit d7ba76a

Browse files
committed
dev-python/cached-ipaddress: new package, add 0.3.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 6efd981 commit d7ba76a

File tree

4 files changed

+41
-3
lines changed

4 files changed

+41
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1586 Ebuilds in total, 1575 of them have in total 1590 (42 different) licenses assigned.
615+
There are 1588 Ebuilds in total, 1577 of them have in total 1592 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|912|
620-
|Apache-2.0|333|
619+
|MIT|913|
620+
|Apache-2.0|334|
621621
|GPL-3|102|
622622
|BSD|88|
623623
|LGPL-3|22|

dev-python/cached-ipaddress/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST cached_ipaddress-0.3.0.tar.gz 7379 BLAKE2B e6912f79a0d8ab6a5cee16c9625292319ccaf87a60aeb39129af118c1f8f0e7ca68b0c2ccb706e45307ef058715551dd4a0dfec201730a11d2022323672bbdd8 SHA512 656b74ff384726f1fec4c9e4b2a28d8ad7ca609f714798837c4fedc06b647b9c8676ba3884cf1e3cf33831422f3b8541f8f4f75929d450d3091d5ddfc405fec1
2+
EBUILD cached-ipaddress-0.3.0.ebuild 466 BLAKE2B 6539c734ab23ff2c6f5ed5306520ca8b518c7039e088868a50781be153820f78d2db35d3d4d99522208cc9374bef95a7619b1c81e950ab6da097a606043e583e SHA512 477b3a32f036e45ee938008d6c1b81db9e1774b23d7747b69f319ec7c32118618d105ff316fe67a1d9ffb151b5b51557a95e3d0660f7a4822ba93233acbc3c8a
3+
MISC metadata.xml 523 BLAKE2B a78a1c97cbcd56a7374a346af34cc4e50acc310565ba6192bc9bcba4ac8d35ee3bd7686d3c9976f12391e29673341b5a5a6604ce95e41f8e33feee6c5eed7b55 SHA512 9ca2e915d0cb2933b122a8bbc6d86e4864f2d429d77f586821cc72899ee7a545cc6ee6ee690e96ee2d986da19da32caf888f9fbde9a1b16dcc8a70cf6ce6f2a1
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Cache construction of ipaddress objects"
11+
HOMEPAGE="https://github.com/bdraco/cached-ipaddress https://pypi.org/project/cached-ipaddress/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">cached-ipaddress</remote-id>
10+
<remote-id type="github">bdraco/cached-ipaddress</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>J. Nick Koston</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)