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 E141E1381F1 for ; Tue, 20 Mar 2018 18:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3BDBE09E2; Tue, 20 Mar 2018 18:59:57 +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 C4067E09E2 for ; Tue, 20 Mar 2018 18:59:57 +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 C44D9335C09 for ; Tue, 20 Mar 2018 18:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3F6B1BC for ; Tue, 20 Mar 2018 18:59:54 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1521572367.046914dab6330b0a06527fa16a3bb0726153dd92.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/invoke/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/invoke/Manifest dev-python/invoke/invoke-0.22.1.ebuild dev-python/invoke/metadata.xml X-VCS-Directories: dev-python/invoke/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 046914dab6330b0a06527fa16a3bb0726153dd92 X-VCS-Branch: master Date: Tue, 20 Mar 2018 18:59:54 +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: 4ae557ab-71ea-4752-9792-b05447a211ba X-Archives-Hash: 902d7a67e9e2a96191263ab928e9cdce commit: 046914dab6330b0a06527fa16a3bb0726153dd92 Author: Andrey Grozin gentoo org> AuthorDate: Tue Mar 20 18:59:27 2018 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Tue Mar 20 18:59:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046914da dev-python/invoke: initial import Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/invoke/Manifest | 1 + dev-python/invoke/invoke-0.22.1.ebuild | 15 +++++++++++++++ dev-python/invoke/metadata.xml | 12 ++++++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest new file mode 100644 index 00000000000..401ff3b9981 --- /dev/null +++ b/dev-python/invoke/Manifest @@ -0,0 +1 @@ +DIST invoke-0.22.1.tar.gz 292418 BLAKE2B ae392d3cd84ff58a0e2f24a8beed7b0d556a45d55a11fb5522bfe11351d2b47512e7910a18bad2db1e1475410d9c15b0af4cedbae06240133d5d8b320c362669 SHA512 e1c55435923bbfae8eb8f22a7dff81ce3e127cecbc0c33c002acb94d49c6cd41b7fbaf54beea654c77873bbbc8bcc85c7a61cf5789af80758d5b3abd7d2a61b0 diff --git a/dev-python/invoke/invoke-0.22.1.ebuild b/dev-python/invoke/invoke-0.22.1.ebuild new file mode 100644 index 00000000000..cec599ec9d1 --- /dev/null +++ b/dev-python/invoke/invoke-0.22.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Pythonic task execution" +HOMEPAGE="https://pypi.python.org/pypi/invoke/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-python/invoke/metadata.xml b/dev-python/invoke/metadata.xml new file mode 100644 index 00000000000..04808fe9fc0 --- /dev/null +++ b/dev-python/invoke/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + Invoke is a Python (2.7 and 3.4+) task execution tool and library, + drawing inspiration from various sources to arrive at a powerful and clean feature set. + +