Added / updated several Python packages
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST svgpathtools-1.4.1.tar.gz 17448953 BLAKE2B 0865cfd68b0517111dd91c083d44182411f62cdaf72a1827280f8991a07222a752f2f98a35f8562810c716bfeb4d71b07240a72ba02bfeadf185b07c234ef90c SHA512 1a43dffb5f10804f616632fd9db9e5e7d389b2c1461e602bc528e23e3a41d0c9a3f5e424cc289ca557b379698fcfce11db501bf97916f3672b880b153f8d4a01
|
||||
EBUILD svgpathtools-1.4.1.ebuild 601 BLAKE2B d952aaebff893f4e9ed3a9c7f544716ac59235712d08fed96384937e6eca7c28607e3ff767370febe8e723e03a13e3d3a2035767693fed2575cd4b3c78cb50cb SHA512 30d5f0cfd7b439e938aa14ba1fcc24f18f53b8ec5561b36094d02e36897186c6f0c240f512f577d0d13a5bae10c39361a6feb12e4207f0a4e51b19120ce60c6e
|
||||
MISC metadata.xml 861 BLAKE2B c1f1d0ab41fdc21c6134352e7261aef6f2b277aa94f9a5bfddac3281c8aef4111e1a3bd83e949fc5b7ffcc92b23bde7ede101552a06cacad9c7b82063ba64353 SHA512 5ac8a5bd6e6c46d9c5d9d320c004d2f0536acfe5cdaafad5288246a9a442a0bb6491746c767adf0d441417172d6e9ed995d4891f6959fa2b6b5b804c1c68d413
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>gentoo@chymera.eu</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
The svg.path package provides a collection of Python objects that
|
||||
implement the different path commands in SVG, as well as a parser for
|
||||
SVG path definitions.
|
||||
</longdescription>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">regebro/svg.path</remote-id>
|
||||
<remote-id type="pypi">svg.path</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A collection of tools for manipulating and analyzing SVG Path objects and Bezier curves."
|
||||
HOMEPAGE=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/mathandy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/svgwrite[${PYTHON_USEDEP}]
|
||||
dev-python/scipy[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND=""
|
||||
Reference in New Issue
Block a user