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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D822F13933E for ; Thu, 22 Jul 2021 12:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07AB2E0BD8; Thu, 22 Jul 2021 12:34:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A74EBE0AF1 for ; Thu, 22 Jul 2021 12:34:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EA05335D8A for ; Thu, 22 Jul 2021 12:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8B37CE for ; Thu, 22 Jul 2021 12:34:02 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1626947922.226b7df2ad4029cbfac9bc68f2773fc71bf9752f.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-pidfile/Manifest dev-python/python-pidfile/metadata.xml dev-python/python-pidfile/python-pidfile-3.0.0.ebuild X-VCS-Directories: dev-python/python-pidfile/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 226b7df2ad4029cbfac9bc68f2773fc71bf9752f X-VCS-Branch: dev Date: Thu, 22 Jul 2021 12:34:02 +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: 6302d793-b740-46c3-ac3d-049b959a4723 X-Archives-Hash: c8746e265a267bda13515c4dc5e72ae5 commit: 226b7df2ad4029cbfac9bc68f2773fc71bf9752f Author: Nicola Smaniotto gmail com> AuthorDate: Thu Jul 22 09:58:42 2021 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Thu Jul 22 09:58:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=226b7df2 dev-python/python-pidfile: new package (3.0.0) Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/python-pidfile/Manifest | 1 + dev-python/python-pidfile/metadata.xml | 8 ++++++++ dev-python/python-pidfile/python-pidfile-3.0.0.ebuild | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) diff --git a/dev-python/python-pidfile/Manifest b/dev-python/python-pidfile/Manifest new file mode 100644 index 000000000..10bfee13c --- /dev/null +++ b/dev-python/python-pidfile/Manifest @@ -0,0 +1 @@ +DIST python-pidfile-3.0.0.tar.gz 2943 BLAKE2B aa56e04c22784fd35da236807d5ab3c472047983d7ad76ff6fc65e46133f36ac900dfd30b609a17fb3c4dd8589c4d4aa0f97eef5ced13095e49d82850f164f2e SHA512 82f87a2b3ac733ced78a87216f42b7fdc91f956fa9ec7e64f67ea5d53caf38652dc8b6e0518f6cfacf6bfe662c5d732f632b8f469af60555a8e6a43dbb99afbe diff --git a/dev-python/python-pidfile/metadata.xml b/dev-python/python-pidfile/metadata.xml new file mode 100644 index 000000000..cbe3c6a53 --- /dev/null +++ b/dev-python/python-pidfile/metadata.xml @@ -0,0 +1,8 @@ + + + + + smaniotto.nicola@gmail.com + Nicola Smaniotto + + diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild new file mode 100644 index 000000000..fb211d0bc --- /dev/null +++ b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="PIDFile context processor. Supported py2 and py3" +HOMEPAGE="https://github.com/mosquito/python-pidfile" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"