Skip to content

Commit b0a56d0

Browse files
committed
dev-python/vacuum-map-parser-base: new package, add 0.1.3
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 21771a8 commit b0a56d0

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,12 @@ 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 1809 Ebuilds in total, 1798 of them have in total 1817 (42 different) licenses assigned.
620+
There are 1811 Ebuilds in total, 1800 of them have in total 1819 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1036|
625-
|Apache-2.0|396|
625+
|Apache-2.0|398|
626626
|GPL-3|109|
627627
|BSD|106|
628628
|LGPL-3|25|
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST vacuum_map_parser_base-0.1.3.tar.gz 18145 BLAKE2B c7da3e09c9528262512ee1f5ced5e47c2fb7aad2e5151365d74eb9133b98d46414dbc17165db48f2112ad8c55a518384202597beafb2fc23c4acb09a57dc3588 SHA512 b890b53195ff1b6198410df2814bca4ad1589630ba21c6701190b88e38364b74736329ac4e05804e77ee8a8c78c137c9d277620d8f6ddbb4d255c18951f3c959
2+
EBUILD vacuum-map-parser-base-0.1.3.ebuild 581 BLAKE2B f25118d9ccced22acf6642273158e80ace3a9a7d043f642c02559ad81ad5cf940f53000c4178df115a6dc7d8dfcc4959f262854aefe6d128ef97aa61baf5ff8f SHA512 2e831751f9695d94b16e3072884c6c81472b68fe2eb2b1055898ae6b5c5d581382fcc9e61368032614d72e14bb54d6ba17109ea4c6dd469970f52ebd29211d9f
3+
MISC metadata.xml 573 BLAKE2B 45bad21b0707c92599eb238e00515ef7c69243cd09cc82c5b46a4f6bb469e05034e8434355d29760985c283e6f016ce2d65074478ed39591ecad6f4dfd493343 SHA512 24a3a462cad67f673ce8aa18c4fb69fa7380b8f79316a3d1920efc55e01399a1813626a898178df07a254df67e25059254c1ad9ebc098ae7ef55fb96879b439b
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">vacuum-map-parser-base</remote-id>
10+
<remote-id type="github">PiotrMachowski/Python-package-vacuum-map-parser-base</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Piotr Machowski</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Common code for vacuum map parsers"
11+
HOMEPAGE="https://github.com/PiotrMachowski/Python-package-vacuum-map-parser-base https://pypi.org/project/vacuum-map-parser-base/"
12+
13+
LICENSE="Apache-2.0"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)