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 BA80E158086 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 087C52BC004; 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48F1D2BC030 for ; Fri, 24 Dec 2021 18:03:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D93FA3430EC for ; Fri, 24 Dec 2021 18:03:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BD72266 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.acfeb50577c93e8b730282363a3016be6b313e5c.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sdnotify/Manifest dev-python/sdnotify/metadata.xml dev-python/sdnotify/sdnotify-0.3.2.ebuild X-VCS-Directories: dev-python/sdnotify/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: acfeb50577c93e8b730282363a3016be6b313e5c 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: e9f03bfb-b438-4d38-b43b-e85e62ac1e62 X-Archives-Hash: 965a6ab5bdb94cdd682904e4c7981904 commit: acfeb50577c93e8b730282363a3016be6b313e5c Author: Viorel Munteanu gmail com> AuthorDate: Fri Dec 24 17:56:48 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=acfeb505 dev-python/sdnotify: add new v0.3.2 dependency of net-misc/maestral Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu gmail.com> dev-python/sdnotify/Manifest | 1 + dev-python/sdnotify/metadata.xml | 12 ++++++++++++ dev-python/sdnotify/sdnotify-0.3.2.ebuild | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest new file mode 100644 index 000000000..73384e074 --- /dev/null +++ b/dev-python/sdnotify/Manifest @@ -0,0 +1 @@ +DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3 diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml new file mode 100644 index 000000000..c633830a6 --- /dev/null +++ b/dev-python/sdnotify/metadata.xml @@ -0,0 +1,12 @@ + + + + + ceamac.paragon@gmail.com + Primary maintainer + + + bb4242/sdnotify + sdnotify + + diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild new file mode 100644 index 000000000..02e183b91 --- /dev/null +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10} ) +DISTUTILS_USE_SETUPTOOLS=no + +inherit distutils-r1 + +DESCRIPTION="Python implementation of the systemd sd_notify protocol" +HOMEPAGE="https://github.com/bb4242/sdnotify" +SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=""