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 CEC4D138335 for ; Fri, 9 Nov 2018 13:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E1C3E0DCE; Fri, 9 Nov 2018 13:47:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA2F6E0DCE for ; Fri, 9 Nov 2018 13:47:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6C2A0335CEA for ; Fri, 9 Nov 2018 13:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BED9F455 for ; Fri, 9 Nov 2018 13:47:26 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1541771230.fc7dbc8060dd4ab2c86088dcde1da7ba2309a63a.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/logutils/logutils-0.3.3-r1.ebuild X-VCS-Directories: dev-python/logutils/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: fc7dbc8060dd4ab2c86088dcde1da7ba2309a63a X-VCS-Branch: master Date: Fri, 9 Nov 2018 13:47:26 +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-Archives-Salt: 4ef1e827-1ba0-4454-b222-6c7b58ed1bb3 X-Archives-Hash: 60c739dd4efe6d5d64b4878534e536d8 commit: fc7dbc8060dd4ab2c86088dcde1da7ba2309a63a Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Nov 9 13:46:40 2018 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Nov 9 13:47:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7dbc80 dev-python/logutils: eapi7 + py3_7 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/logutils/logutils-0.3.3-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-python/logutils/logutils-0.3.3-r1.ebuild b/dev-python/logutils/logutils-0.3.3-r1.ebuild new file mode 100644 index 00000000000..e49bf8b1c2e --- /dev/null +++ b/dev-python/logutils/logutils-0.3.3-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) + +inherit distutils-r1 + +DESCRIPTION="The logutils package provides a set of handlers for the Python standard" +HOMEPAGE="https://bitbucket.org/vinay.sajip/logutils" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""