public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jeepney/
Date: Wed,  5 Sep 2018 13:30:20 +0000 (UTC)	[thread overview]
Message-ID: <1536154210.7e73ae48bc3c28b105a5f4b7a720c12e5598da2b.sbraz@gentoo> (raw)

commit:     7e73ae48bc3c28b105a5f4b7a720c12e5598da2b
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  3 22:29:08 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 13:30:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e73ae48

dev-python/jeepney: new pkg, required by dev-python/secretstorage

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/jeepney/Manifest             |  1 +
 dev-python/jeepney/jeepney-0.3.1.ebuild | 49 +++++++++++++++++++++++++++++++++
 dev-python/jeepney/metadata.xml         | 13 +++++++++
 3 files changed, 63 insertions(+)

diff --git a/dev-python/jeepney/Manifest b/dev-python/jeepney/Manifest
new file mode 100644
index 00000000000..dba5fd54f6b
--- /dev/null
+++ b/dev-python/jeepney/Manifest
@@ -0,0 +1 @@
+DIST jeepney-0.3.1.tar.gz 22271 BLAKE2B a8de58e4ef4c4d1874c8995e3726a4bfa26a8db4a63040658c4edfd1742fa1c22de52d8cbee4913b1973279938544481fe2c2aef3138dc0ef724f7a99a39c617 SHA512 ad1a2d220a7626a3bdadf6fba6a591d1b498a9f6bb34607860213efddf49bbe67a4dc2d504decd906c560c519302f1fa45b85ba348156e8bec288f525d502e82

diff --git a/dev-python/jeepney/jeepney-0.3.1.ebuild b/dev-python/jeepney/jeepney-0.3.1.ebuild
new file mode 100644
index 00000000000..0f8244e3940
--- /dev/null
+++ b/dev-python/jeepney/jeepney-0.3.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Python 3.4 and older aren't supported
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, pure Python DBus protocol wrapper"
+HOMEPAGE="https://gitlab.com/takluyver/jeepney"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+BDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	doc? (
+		dev-python/sphinx[${PYTHON_USEDEP}]
+		dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+	)
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/testpath[${PYTHON_USEDEP}]
+	)
+"
+
+python_compile_all() {
+	if use doc; then
+		sphinx-build docs docs/_build/html || die
+		HTML_DOCS=( docs/_build/html/. )
+	fi
+}
+
+python_test() {
+	pytest -vv || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+	if use examples; then
+		docompress -x "/usr/share/doc/${PF}/examples"
+		dodoc -r examples
+	fi
+	distutils-r1_python_install_all
+}

diff --git a/dev-python/jeepney/metadata.xml b/dev-python/jeepney/metadata.xml
new file mode 100644
index 00000000000..8e28a357224
--- /dev/null
+++ b/dev-python/jeepney/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">jeepney</remote-id>
+		<remote-id type="gitlab">takluyver/jeepney</remote-id>
+		<bugs-to>https://gitlab.com/takluyver/jeepney/issues</bugs-to>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2018-09-05 13:30 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05 13:30 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-09-06 22:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/jeepney/ Louis Sautier
2019-03-23 19:58 Matthew Thode
2019-12-04 20:05 Patrick McLean
2019-12-06 22:41 Sergei Trofimovich
2020-02-06 21:11 Sergei Trofimovich
2020-02-07 20:08 Sergei Trofimovich
2020-03-27 16:30 Michał Górny
2020-03-28 22:37 Sebastian Pipping
2020-05-04 11:13 Michał Górny
2020-05-27  6:11 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-30 14:37 Michał Górny
2020-05-31 10:04 Sergei Trofimovich
2020-07-16 19:34 Sam James
2020-07-25 14:08 Sam James
2020-07-28 17:28 Sergei Trofimovich
2020-08-01  8:53 Sergei Trofimovich
2020-09-06 17:35 Sam James
2020-11-11  8:49 Michał Górny
2020-11-12  9:18 Sergei Trofimovich
2020-11-20  9:54 Michał Górny
2020-11-28 11:26 Sergei Trofimovich
2020-11-28 15:26 Sam James
2020-11-28 15:26 Sam James
2020-11-28 16:39 Sergei Trofimovich
2020-12-07  2:37 Matt Turner
2020-12-07 11:39 Michał Górny
2020-12-26  2:20 Sam James
2020-12-27  4:31 Sam James
2020-12-27  4:47 Sam James
2020-12-27 11:38 Sergei Trofimovich
2020-12-27 12:28 Sergei Trofimovich
2020-12-27 12:32 Sergei Trofimovich
2020-12-27 12:51 Sergei Trofimovich
2021-01-05 21:27 Michał Górny
2021-06-02 16:12 Michał Górny
2021-06-02 16:12 Michał Górny
2021-06-29  5:53 Yixun Lan
2021-07-11  6:17 Michał Górny
2021-07-12 21:59 Sam James
2021-07-12 22:11 Sam James
2021-07-17  4:39 Sam James
2021-07-24 15:22 Sam James
2021-08-02  8:41 Michał Górny
2021-08-17 17:15 Marek Szuba
2021-08-30  1:27 Sam James
2021-08-30  7:26 Agostino Sarubbo
2021-08-31 17:39 Sam James
2021-09-04 21:39 Sam James
2021-09-25 16:37 Sam James
2021-11-18  9:09 Sam James
2021-11-19  6:41 Sam James
2022-01-29 15:43 Michał Górny
2022-03-15 11:52 Jakov Smolić
2022-03-15 14:14 Michał Górny
2022-04-03 21:54 Michał Górny
2022-04-25 16:50 Sam James
2022-05-06 11:52 Arthur Zamarin
2022-05-06 13:22 Michał Górny
2022-05-06 13:22 Michał Górny
2022-05-20 18:01 Andrew Ammerlaan
2022-11-04  6:10 Michał Górny
2022-11-04  6:10 Michał Górny
2023-06-03  8:17 Michał Górny
2024-06-14 19:07 Michał Górny
2025-02-28  4:42 Michał Górny
2025-03-15 13:16 Arthur Zamarin
2025-03-15 15:10 Michał Górny

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=1536154210.7e73ae48bc3c28b105a5f4b7a720c12e5598da2b.sbraz@gentoo \
    --to=sbraz@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