From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D7A5158086 for ; Fri, 24 Dec 2021 18:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 594642BC038; Fri, 24 Dec 2021 18:03:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70A6F2BC004 for ; Fri, 24 Dec 2021 18:03:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2755342FC1 for ; Fri, 24 Dec 2021 18:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 196E2264 for ; Fri, 24 Dec 2021 18:03:13 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1640368961.a06b219e8d3fdd3f1efedcbfcc276f8ea9b5cd12.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-dbus-next/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-dbus-next/Manifest dev-python/python-dbus-next/metadata.xml dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild X-VCS-Directories: dev-python/python-dbus-next/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: a06b219e8d3fdd3f1efedcbfcc276f8ea9b5cd12 X-VCS-Branch: dev Date: Fri, 24 Dec 2021 18:03:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 242f0239-8cab-427b-a630-2ad113983723 X-Archives-Hash: 19656071c03757bc94248c5da44319e1 commit: a06b219e8d3fdd3f1efedcbfcc276f8ea9b5cd12 Author: Viorel Munteanu gmail com> AuthorDate: Fri Dec 24 17:56:05 2021 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Fri Dec 24 18:02:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a06b219e dev-python/python-dbus-next: add new v0.2.3 dependency of net-misc/maestral Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu gmail.com> dev-python/python-dbus-next/Manifest | 1 + dev-python/python-dbus-next/metadata.xml | 12 ++++++++++ .../python-dbus-next/python-dbus-next-0.2.3.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/python-dbus-next/Manifest b/dev-python/python-dbus-next/Manifest new file mode 100644 index 000000000..2c73f9a9e --- /dev/null +++ b/dev-python/python-dbus-next/Manifest @@ -0,0 +1 @@ +DIST python-dbus-next-0.2.3.tar.gz 81711 BLAKE2B 6acc38a05511b3de7e13893d82dd1ecd55f9a6124b4d859574294602b921ff012776c12ddb02e1be437b258c7bd5120a3a9625fc5b06bbbe02915dcc4c14897b SHA512 7836d855c755c8ac6cbbb251ca0cbd2f4df9b573f31b1ea1cab480e47896d36b4cb0d479b2469b0bf0b5c700068361a18874b4a087f73020cdcb4e04a2d7dbe7 diff --git a/dev-python/python-dbus-next/metadata.xml b/dev-python/python-dbus-next/metadata.xml new file mode 100644 index 000000000..7d50e4c0a --- /dev/null +++ b/dev-python/python-dbus-next/metadata.xml @@ -0,0 +1,12 @@ + + + + + ceamac.paragon@gmail.com + Primary maintainer + + + altdesktop/python-dbus-next + dbus-next + + diff --git a/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild new file mode 100644 index 000000000..6a11da9f2 --- /dev/null +++ b/dev-python/python-dbus-next/python-dbus-next-0.2.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="python-dbus-next is a Python library for DBus" +HOMEPAGE="https://github.com/altdesktop/python-dbus-next" +SRC_URI="https://github.com/altdesktop/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=" + test? ( dev-python/pytest ) +" + +distutils_enable_tests pytest + +# some tests fail with: +# dbus_next.errors.InvalidAddressError: DBUS_SESSION_BUS_ADDRESS not set and could not get DISPLAY environment variable to get bus addres +RESTRICT="test"