From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/svgwrite/
Date: Thu, 19 May 2022 08:03:07 +0000 (UTC) [thread overview]
Message-ID: <1652947335.b4cc3f41ada8ef074f9ff0450eaa862f9f36dadf.mgorny@gentoo> (raw)
commit: b4cc3f41ada8ef074f9ff0450eaa862f9f36dadf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 08:00:37 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 19 08:02:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cc3f41
dev-python/svgwrite: Use PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild | 32 ++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild b/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild
new file mode 100644
index 000000000000..2b05b0613034
--- /dev/null
+++ b/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python Package to write SVG files"
+HOMEPAGE="
+ https://github.com/mozman/svgwrite/
+ https://pypi.org/project/svgwrite/
+"
+SRC_URI="
+ https://github.com/mozman/svgwrite/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ # fetches from the Internet
+ sed -i -e 's:test_embed_google_web_font:_&:' \
+ tests/test_style.py || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2022-05-19 8:03 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-19 8:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 9:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/svgwrite/ Michał Górny
2023-11-23 18:55 Michał Górny
2023-05-27 19:21 Arthur Zamarin
2023-05-27 19:21 Arthur Zamarin
2022-11-14 5:07 Michał Górny
2022-07-14 18:34 Arthur Zamarin
2022-06-16 8:09 Michał Górny
2022-06-05 18:22 Michał Górny
2022-05-19 8:03 Michał Górny
2021-10-17 9:41 Michał Górny
2021-06-05 18:26 Michał Górny
2021-02-27 21:39 Sam James
2021-02-27 21:39 Sam James
2021-01-15 18:34 Michał Górny
2020-05-18 10:32 Michał Górny
2020-03-29 9:50 Michał Górny
2019-12-28 16:16 David Seifert
2018-12-27 7:11 Tim Harder
2018-12-27 6:58 Tim Harder
2018-07-11 21:35 Jason Donenfeld
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=1652947335.b4cc3f41ada8ef074f9ff0450eaa862f9f36dadf.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