From f038029f92cbb9b22946a3277d7d48a08fc4ab48 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sun, 22 Sep 2024 09:30:55 +0200 Subject: [PATCH] dev-python/svg-py: new package, add 1.4.3 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/svg-py/Manifest | 3 +++ dev-python/svg-py/metadata.xml | 16 ++++++++++++++++ dev-python/svg-py/svg-py-1.4.3.ebuild | 19 +++++++++++++++++++ 4 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 dev-python/svg-py/Manifest create mode 100644 dev-python/svg-py/metadata.xml create mode 100644 dev-python/svg-py/svg-py-1.4.3.ebuild diff --git a/README.md b/README.md index 7b466dd07..6b77279ff 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/svg-py/Manifest b/dev-python/svg-py/Manifest new file mode 100644 index 000000000..92dbd8f1e --- /dev/null +++ b/dev-python/svg-py/Manifest @@ -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 diff --git a/dev-python/svg-py/metadata.xml b/dev-python/svg-py/metadata.xml new file mode 100644 index 000000000..3afa5b198 --- /dev/null +++ b/dev-python/svg-py/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + svg.py + orsinium-labs/svg + + gram@orsinium.dev + Gram + + + diff --git a/dev-python/svg-py/svg-py-1.4.3.ebuild b/dev-python/svg-py/svg-py-1.4.3.ebuild new file mode 100644 index 000000000..0c42cfc0f --- /dev/null +++ b/dev-python/svg-py/svg-py-1.4.3.ebuild @@ -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