public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/prov/
Date: Thu,  9 May 2024 22:49:20 +0000 (UTC)	[thread overview]
Message-ID: <1715294925.024167b1e3f826ae32f4de09292733a499c8affa.chymera@gentoo> (raw)

commit:     024167b1e3f826ae32f4de09292733a499c8affa
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu May  9 22:47:56 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu May  9 22:48:45 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=024167b1

dev-python/prov: new package, add 2.0.0

Brought back here after deprecation from ::gentoo, fixed some of the
issues with it.

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/prov/metadata.xml      | 14 +++++++++++++
 dev-python/prov/prov-2.0.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/prov/metadata.xml b/dev-python/prov/metadata.xml
new file mode 100644
index 000000000..d1559163d
--- /dev/null
+++ b/dev-python/prov/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<!-- maintainer-needed -->
+	<longdescription lang="en">
+		A library for W3C Provenance Data Model supporting PROV-O
+		(RDF), PROV-XML, PROV-JSON import/export Interface to
+		Graphviz’s Dot language.
+	</longdescription>
+	<upstream>
+		<remote-id type="pypi">prov</remote-id>
+		<remote-id type="github">trungdong/prov</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/prov/prov-2.0.0.ebuild b/dev-python/prov/prov-2.0.0.ebuild
new file mode 100644
index 000000000..a87b15c6f
--- /dev/null
+++ b/dev-python/prov/prov-2.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="W3C provenance data dodel library"
+HOMEPAGE="https://pypi.org/project/prov/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/pydot[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+	>=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+	dev-python/rdflib[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+# Reported upstream:
+# https://github.com/trungdong/prov/issues/156
+EPYTEST_DESELECT=(
+	src/prov/tests/test_model.py::TestAttributesBase
+	src/prov/tests/test_rdf.py::TestStatementsBase
+	src/prov/tests/test_rdf.py::TestAttributesBase2
+	src/prov/tests/test_rdf.py::TestQualifiedNamesBase
+	src/prov/tests/test_rdf.py::TestAttributesBase
+	src/prov/tests/test_model.py::TestStatementsBase
+	src/prov/tests/test_model.py::TestExamplesBase::test_all_examples
+	src/prov/tests/test_model.py::TestQualifiedNamesBase
+	src/prov/tests/test_rdf.py::RoundTripRDFTests::test_namespace_inheritance
+	src/prov/tests/test_rdf.py::RoundTripRDFTests::test_default_namespace_inheritance
+	src/prov/tests/test_rdf.py::TestRDFSerializer::test_json_to_ttl_match
+	src/prov/tests/test_rdf.py::TestJSONExamplesBase::test_all_examples
+	src/prov/tests/test_rdf.py::TestExamplesBase::test_all_examples
+)


             reply	other threads:[~2024-05-09 22:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09 22:49 Horea Christian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-16 22:08 [gentoo-commits] proj/sci:master commit in: dev-python/prov/ Horea Christian
2016-09-14 17:26 Justin Lecher
2016-02-19  9:27 Justin Lecher
2016-02-19  9:27 Justin Lecher

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=1715294925.024167b1e3f826ae32f4de09292733a499c8affa.chymera@gentoo \
    --to=horea.christ@gmail.com \
    --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