Skip to content

Commit ca58c47

Browse files
committed
dev-python/construct-typing: new package, add 0.6.2
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent ab04590 commit ca58c47

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

README.md

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

618618
## Licenses
619619
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.
620-
There are 1788 Ebuilds in total, 1777 of them have in total 1796 (42 different) licenses assigned.
620+
There are 1790 Ebuilds in total, 1779 of them have in total 1798 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1020|
624+
|MIT|1022|
625625
|Apache-2.0|394|
626626
|GPL-3|106|
627627
|BSD|106|

dev-python/construct-typing/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST construct-typing-0.6.2.tar.gz 22029 BLAKE2B 7afea651f0e58aa5c363d1bd419fa3f890f68e456c76fca6426929404e44e464ff139452b0c94f0ac0c6858ec2345cc16c60674a4eeed1fcc6d0fcacf3621088 SHA512 af1e857b337480501e978248b3b32421abbfd4f1dec57c2df42bb35fff3e465a13ab3ab1097d862f96f7295b5663ec7a353f7ea4e9ed8fb5c249dfa7a2469f7e
2+
EBUILD construct-typing-0.6.2.ebuild 667 BLAKE2B fe341e417842da8bc4e5ebea2f398158ba7611082ab68b645a8c258e59f736f8354ae176be81988729bdf2353b244a80b57722955cd167575956fa4f4b4fb804 SHA512 2950b00b93db459a29a8f625f8562869336defc99725bcd2fff8fac2a7b525a97eba7fd429926cf489f7b11579b899503b8e2fdd3b7bd6e67a9e0dda7f8981a9
3+
MISC metadata.xml 400 BLAKE2B 53925440d8244b56862cbd7353637bad05bc65e7f4eed8c9536f0366ed6bc785fb9d1f67d01826bc5ec69948c1025d378c9078eec1db7527824e8ae47c8a8aed SHA512 ce9a4b04fff46790e47b61e1e7f74dc14a44772f6b0465a2264b2785f513d13cf5dda4568098dfe2efea89603c8c9a22b8d0733d34f402fddf7bb520c1121061
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
11+
DESCRIPTION="Extension for the python package 'construct' that adds typing features"
12+
HOMEPAGE="https://github.com/timrid/construct-typing https://pypi.org/project/construct-typing/"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
RDEPEND="~dev-python/construct-2.10.68[${PYTHON_USEDEP}]
23+
>=dev-python/typing-extensions-4.6.0[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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">construct-typing</remote-id>
10+
<remote-id type="github">timrid/construct-typing</remote-id>
11+
</upstream>
12+
</pkgmetadata>

0 commit comments

Comments
 (0)