public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/prov/
@ 2016-02-19  9:27 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-02-19  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e2051fb7321b3539d2d2c4d983981852d8aefe03
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon Feb 15 19:28:08 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 19:28:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e2051fb7

dev-python/prov: new package

Package-Manager: portage-2.2.27

 dev-python/prov/metadata.xml      | 18 ++++++++++++++++++
 dev-python/prov/prov-1.4.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/prov/metadata.xml b/dev-python/prov/metadata.xml
new file mode 100644
index 0000000..30c719d
--- /dev/null
+++ b/dev-python/prov/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>h.chr@mail.ru</email>
+    <name>TheChymera</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>sci@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    A library for W3C Provenance Data Model supporting PROV-JSON and PROV-XML import/export
+  </longdescription>
+  <upstream>
+    <remote-id type="pypi">prov</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/prov/prov-1.4.0.ebuild b/dev-python/prov/prov-1.4.0.ebuild
new file mode 100644
index 0000000..aaf9e0b
--- /dev/null
+++ b/dev-python/prov/prov-1.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="W3C provenance data dodel library"
+HOMEPAGE="https://pypi.python.org/pypi/prov"
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+	test? ( dev-python/pydotplus[${PYTHON_USEDEP}] )
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	"
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
+	dev-python/lxml[${PYTHON_USEDEP}]
+	>=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+	>=dev-python/six-1.10[${PYTHON_USEDEP}]
+	"
+
+src_test() {
+	${PYTHON} -m unittest discover
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/prov/
@ 2016-02-19  9:27 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-02-19  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d76b1e901ae1a75077b865fa23511e18a418670d
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Feb 16 12:32:58 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 12:32:58 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d76b1e90

dev-python/prov: added die call, updated EAPI

Package-Manager: portage-2.2.27

 dev-python/prov/prov-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/prov/prov-1.4.0.ebuild b/dev-python/prov/prov-1.4.0.ebuild
index aaf9e0b..cbb13de 100644
--- a/dev-python/prov/prov-1.4.0.ebuild
+++ b/dev-python/prov/prov-1.4.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -28,5 +28,5 @@ RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
 	"
 
 src_test() {
-	${PYTHON} -m unittest discover
+	${PYTHON} -m unittest discover || die
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/prov/
@ 2016-09-14 17:26 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-09-14 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c5ee7b85cafe4e073c5cb4681df7a518dd67e3c4
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Wed Sep 14 15:15:45 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 15:15:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5ee7b85

dev-python/prov: updated python compatibility and fixed test phase (#672)

Package-Manager: portage-2.3.0

 dev-python/prov/prov-1.4.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/prov/prov-1.4.0.ebuild b/dev-python/prov/prov-1.4.0.ebuild
index cbb13de..2fe1cd4 100644
--- a/dev-python/prov/prov-1.4.0.ebuild
+++ b/dev-python/prov/prov-1.4.0.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -27,6 +27,6 @@ RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
 	>=dev-python/six-1.10[${PYTHON_USEDEP}]
 	"
 
-src_test() {
-	${PYTHON} -m unittest discover || die
+python_test() {
+	${EPYTHON} -m unittest discover || die
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/prov/
@ 2020-03-16 22:08 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2020-03-16 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     3f5fb119ca015d39e7c8d777027030547c6ed183
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Mar 16 22:07:25 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Mar 16 22:08:01 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f5fb119

dev-python/prov: deprecated by main overlay

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

 dev-python/prov/metadata.xml      | 18 ------------------
 dev-python/prov/prov-1.4.0.ebuild | 31 -------------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-python/prov/metadata.xml b/dev-python/prov/metadata.xml
deleted file mode 100644
index d73a01129..000000000
--- a/dev-python/prov/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription lang="en">
-A library for W3C Provenance Data Model supporting PROV-JSON and PROV-XML import/export
-</longdescription>
-	<upstream>
-		<remote-id type="pypi">prov</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/prov/prov-1.4.0.ebuild b/dev-python/prov/prov-1.4.0.ebuild
deleted file mode 100644
index 2fff38574..000000000
--- a/dev-python/prov/prov-1.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="W3C provenance data dodel library"
-HOMEPAGE="https://pypi.python.org/pypi/prov"
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
-	test? ( dev-python/pydotplus[${PYTHON_USEDEP}] )
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	"
-RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
-	dev-python/lxml[${PYTHON_USEDEP}]
-	>=dev-python/networkx-1.10[${PYTHON_USEDEP}]
-	>=dev-python/six-1.10[${PYTHON_USEDEP}]
-	"
-
-python_test() {
-	${EPYTHON} -m unittest discover || die
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/prov/
@ 2024-05-09 22:49 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2024-05-09 22:49 UTC (permalink / raw
  To: gentoo-commits

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
+)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-09 22:49 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox