public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/svg-path/
Date: Fri, 19 Oct 2018 07:06:30 +0000 (UTC)	[thread overview]
Message-ID: <1539932636.a27c87e27b8e09dd5f4578b382a52fc12465d2f7.mgorny@gentoo> (raw)

commit:     a27c87e27b8e09dd5f4578b382a52fc12465d2f7
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Oct  2 20:39:48 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 07:03:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27c87e2

dev-python/svg-path: new package

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Horea Christian <horea.christ <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10048
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/svg-path/Manifest            |  1 +
 dev-python/svg-path/metadata.xml        | 21 +++++++++++++++++++++
 dev-python/svg-path/svg-path-3.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-python/svg-path/Manifest b/dev-python/svg-path/Manifest
new file mode 100644
index 00000000000..e510a64cce0
--- /dev/null
+++ b/dev-python/svg-path/Manifest
@@ -0,0 +1 @@
+DIST svg.path-3.0.tar.gz 17077 BLAKE2B 6fdb51c982575639337d74a6f02f0bb3cc44dac56bd6982dec6493bed52d9caab5ed725ac59bf754f309cc62ef6f77faec462afacc8f93ce9a20b886ef2b5c8e SHA512 73d23f1386bbd4d1c1d805766f7e6fe6f8b7ac731e104020e7d853d7f1b46bc2681f44ef20d9c5343197d9d16b2af49f2c4ef4ba5945f4d25fa0493502203e13

diff --git a/dev-python/svg-path/metadata.xml b/dev-python/svg-path/metadata.xml
new file mode 100644
index 00000000000..e87a1113f92
--- /dev/null
+++ b/dev-python/svg-path/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>horea.christ@gmail.com</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</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>
+	<upstream>
+		<remote-id type="github">regebro/svg.path</remote-id>
+		<remote-id type="pypi">svg.path</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/svg-path/svg-path-3.0.ebuild b/dev-python/svg-path/svg-path-3.0.ebuild
new file mode 100644
index 00000000000..7856e482578
--- /dev/null
+++ b/dev-python/svg-path/svg-path-3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+MY_PN="svg.path"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="SVG path objects and parser"
+HOMEPAGE="https://github.com/regebro/svg.path"
+SRC_URI="https://github.com/regebro/svg.path/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+	esetup.py test || die
+}
+
+python_install() {
+	python_domodule src/svg
+}


             reply	other threads:[~2018-10-19  7:06 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-19  7:06 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-28 16:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/svg-path/ David Seifert
2020-09-27  7:20 Dennis Lamm
2020-10-21 22:51 Michał Górny
2021-02-17  8:33 Michał Górny
2021-02-17  8:33 Michał Górny
2021-08-25  5:29 Arthur Zamarin
2021-08-25  5:29 Arthur Zamarin
2021-08-25  5:29 Arthur Zamarin
2022-02-11 20:25 Arthur Zamarin
2022-03-10 21:21 Jakov Smolić
2022-03-21 20:39 Arthur Zamarin
2022-03-24 10:20 Michał Górny
2022-04-15  6:36 Arthur Zamarin
2022-04-26 23:24 Sam James
2022-04-27  7:00 Michał Górny
2022-05-19  7:14 Michał Górny
2022-06-09 19:19 Michał Górny
2022-06-18  6:47 Michał Górny
2022-07-10 16:56 Sam James
2022-07-10 18:50 Michał Górny
2023-04-30  3:55 Michał Górny
2023-06-01 14:59 Michał Górny
2023-06-01 20:04 Sam James
2023-06-02  4:52 Michał Górny
2023-11-24 19:01 Michał Górny
2023-11-25 12:46 Arthur Zamarin
2024-05-18  9:41 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539932636.a27c87e27b8e09dd5f4578b382a52fc12465d2f7.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox