From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prov/
Date: Sun, 9 Apr 2017 23:42:20 +0000 (UTC) [thread overview]
Message-ID: <1491781234.0f2155f40fe1ca7ba07767b49296447529de8abd.gokturk@gentoo> (raw)
commit: 0f2155f40fe1ca7ba07767b49296447529de8abd
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Apr 2 17:37:28 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 23:40:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2155f4
dev-python/prov: new ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/prov/Manifest | 1 +
dev-python/prov/metadata.xml | 21 ++++++++++++++++++++
dev-python/prov/prov-1.5.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+)
diff --git a/dev-python/prov/Manifest b/dev-python/prov/Manifest
new file mode 100644
index 00000000000..63592313f74
--- /dev/null
+++ b/dev-python/prov/Manifest
@@ -0,0 +1 @@
+DIST prov-1.5.0.tar.gz 125045 SHA256 96a74efa1b3324961ff66246539ed7bdc06245dcbeef538688c755a0ad5777ee SHA512 d08b924385f587814f6094679649e746bc687e136ddebe1194c5d97921a081b960a5531f13cb8f83d167dbd1cf7114d2e55478431feaf52e547db24a181a2ad2 WHIRLPOOL 1e10dd7066c6b0ce09b5d46330ccdb245c1344dcc650a84d09f5fbca081ed5cb1f328058a250d27b92112929771d90c5ffa5ecd0174942dc7fa04298a0d593b8
diff --git a/dev-python/prov/metadata.xml b/dev-python/prov/metadata.xml
new file mode 100644
index 00000000000..28c33bc9d01
--- /dev/null
+++ b/dev-python/prov/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">
+ 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>
+ </upstream>
+</pkgmetadata>
+
diff --git a/dev-python/prov/prov-1.5.0.ebuild b/dev-python/prov/prov-1.5.0.ebuild
new file mode 100644
index 00000000000..65fc7e3bddd
--- /dev/null
+++ b/dev-python/prov/prov-1.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+RDEPEND="
+ dev-python/pydotplus[${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}]
+ >=dev-python/six-1.10[${PYTHON_USEDEP}]
+"
+DEPEND="
+ test? ( ${RDEPEND} )
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+#the test phase fails due to a bug that may be better fixed
+#in setuptools or the yajl package:
+#https://github.com/gentoo/gentoo/pull/4346#issuecomment-291776642
+RESTRICT="test"
+
+python_test() {
+ ${EPYTHON} -m unittest discover || die
+}
next reply other threads:[~2017-04-09 23:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-09 23:42 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-08-24 18:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/prov/ Göktürk Yüksek
2018-06-24 16:21 Pacho Ramos
2018-08-08 17:02 Michał Górny
2018-12-11 22:58 Patrice Clement
2020-03-27 15:24 Michał Górny
2020-03-28 12:42 Michał Górny
2020-11-17 20:32 Michał Górny
2021-10-21 13:51 Arthur Zamarin
2021-10-21 13:51 Arthur Zamarin
2021-11-14 8:52 Michał Górny
2023-02-17 7:36 Sam James
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=1491781234.0f2155f40fe1ca7ba07767b49296447529de8abd.gokturk@gentoo \
--to=gokturk@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