From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/kurbopy/
Date: Fri, 14 Apr 2023 15:05:43 +0000 (UTC) [thread overview]
Message-ID: <1681484687.37fad3f1ad89a436ac7c124e0e2bbd0377ce1c4b.julien@gentoo> (raw)
commit: 37fad3f1ad89a436ac7c124e0e2bbd0377ce1c4b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Apr 14 15:04:47 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Apr 14 15:04:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37fad3f1
dev-python/kurbopy: add 0.9.0-r1
Fix QA flags ignored
Closes: https://bugs.gentoo.org/904308
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/kurbopy/kurbopy-0.9.0-r1.ebuild | 67 ++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
diff --git a/dev-python/kurbopy/kurbopy-0.9.0-r1.ebuild b/dev-python/kurbopy/kurbopy-0.9.0-r1.ebuild
new file mode 100644
index 000000000..052be41ec
--- /dev/null
+++ b/dev-python/kurbopy/kurbopy-0.9.0-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=maturin
+CRATES="
+ arrayvec-0.7.2
+ autocfg-1.1.0
+ bitflags-1.2.1
+ cfg-if-1.0.0
+ either-1.6.1
+ indoc-1.0.6
+ instant-0.1.9
+ itertools-0.10.3
+ kurbo-0.9.0
+ libc-0.2.88
+ lock_api-0.4.2
+ memoffset-0.8.0
+ once_cell-1.8.0
+ parking_lot-0.11.1
+ parking_lot_core-0.8.3
+ proc-macro2-1.0.24
+ pyo3-0.18.1
+ pyo3-build-config-0.18.1
+ pyo3-ffi-0.18.1
+ pyo3-macros-0.18.1
+ pyo3-macros-backend-0.18.1
+ quote-1.0.9
+ redox_syscall-0.2.5
+ scopeguard-1.1.0
+ smallvec-1.6.1
+ syn-1.0.62
+ target-lexicon-0.12.4
+ unicode-xid-0.2.1
+ unindent-0.1.7
+ winapi-0.3.9
+ winapi-i686-pc-windows-gnu-0.4.0
+ winapi-x86_64-pc-windows-gnu-0.4.0
+"
+
+inherit distutils-r1 cargo pypi
+
+DESCRIPTION="Python wrapper around Rust kurbo 2D curves library "
+HOMEPAGE="https://github.com/simoncozens/kurbopy"
+SRC_URI+=" $(cargo_crate_uris)"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ distutils-r1_src_compile
+ cargo_src_compile
+}
+
+src_install() {
+ distutils-r1_src_install
+}
+
+distutils_enable_tests pytest
+
+QA_FLAGS_IGNORED="usr/lib/python3\..*/site-packages/kurbopy/kurbopy.*.so"
next reply other threads:[~2023-04-14 15:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-14 15:05 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 1:12 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/kurbopy/ Julien Roy
2023-11-12 17:55 Julien Roy
2023-04-14 16:04 Julien Roy
2023-04-11 3:01 Julien Roy
2023-04-10 4:26 Julien Roy
2023-01-23 18:59 Julien Roy
2023-01-17 23:35 Julien Roy
2023-01-13 3:14 Julien Roy
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=1681484687.37fad3f1ad89a436ac7c124e0e2bbd0377ce1c4b.julien@gentoo \
--to=julien@jroy.ca \
--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