dev-python/svg-py: new package, add 1.4.3
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d53bac295e
commit
f038029f92
@ -606,11 +606,11 @@ 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 1991 Ebuilds in total, 1980 of them have in total 2005 (42 different) licenses assigned.
|
||||
There are 1992 Ebuilds in total, 1981 of them have in total 2006 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1152|
|
||||
|MIT|1153|
|
||||
|Apache-2.0|443|
|
||||
|GPL-3|117|
|
||||
|BSD|112|
|
||||
|
3
dev-python/svg-py/Manifest
Normal file
3
dev-python/svg-py/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST svg_py-1.4.3.tar.gz 40241 BLAKE2B 7a13f253a1fa34ea6a9eb85db25e41bb3397affd38dae678f0849b9e88aa1be2d554edc19c66b2fe213ea38bf76c91bec13636325619afb4268b735f5cffe186 SHA512 074f8262c3c44f31e0c73506b9c070da89551f5d2deae8779692e89a2f4306151fb53dbe0c7f15a552ec6b252c90a1f82c1401b866986ba2fcf78feb3a784a52
|
||||
EBUILD svg-py-1.4.3.ebuild 457 BLAKE2B f5850ab4f1bb51c3d334a562872e7fee8f9ca3a863183619c951a7449b06a5742c05f7b5ff0c43b32a1516bddebe645fad2aa707d723931d1124f7870a82def3 SHA512 bd52f17c89c8be716cdefdfc49191cf0ea2eda727beddb1fd2a6cf23414c1254406acc0f16f0099c3e446d235bff561127e379d08711619f6a067ff865c387d3
|
||||
MISC metadata.xml 499 BLAKE2B 814f921a5c44f28af9938dcca71415e8ed3b71ac776872292206ee64a55b7e00b1da685b436986cf06aa557ca58d5fdfceb9f1e0b404dd700043ea94b3005662 SHA512 1133597adb1caffdbab44a1265e1741e7f56615fef7de1ca24c3025f537ffa39724c524dad3355572051d38fd148c69b17d382ca97967ca1b52e1b3716ca4d1b
|
16
dev-python/svg-py/metadata.xml
Normal file
16
dev-python/svg-py/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">svg.py</remote-id>
|
||||
<remote-id type="github">orsinium-labs/svg</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>gram@orsinium.dev</email>
|
||||
<name>Gram</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
19
dev-python/svg-py/svg-py-1.4.3.ebuild
Normal file
19
dev-python/svg-py/svg-py-1.4.3.ebuild
Normal file
@ -0,0 +1,19 @@
|
||||
# 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=flit
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="SVG drawing library"
|
||||
HOMEPAGE="https://github.com/orsinium-labs/svg https://pypi.org/project/svg.py/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
DOCS="README.md"
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user