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 D5283138334 for ; Sat, 11 Aug 2018 22:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDCD1E078A; Sat, 11 Aug 2018 22:39:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 939BEE078A for ; Sat, 11 Aug 2018 22:39: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 58453335C9E for ; Sat, 11 Aug 2018 22:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 507DC3A2 for ; Sat, 11 Aug 2018 22:39:53 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1534027184.8bd2974355ec88f8eb1e54ce923b7543610f046b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kitchen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kitchen/Manifest dev-python/kitchen/kitchen-1.2.5.ebuild X-VCS-Directories: dev-python/kitchen/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8bd2974355ec88f8eb1e54ce923b7543610f046b X-VCS-Branch: master Date: Sat, 11 Aug 2018 22:39:53 +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: bc2ed7b5-a992-45b2-9125-e35d46f31755 X-Archives-Hash: 40ba62ec466fe1244e3450bccab2ea5f commit: 8bd2974355ec88f8eb1e54ce923b7543610f046b Author: Patrice Clement gentoo org> AuthorDate: Sat Aug 11 22:37:32 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Aug 11 22:39:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd29743 dev-python/kitchen: version bump. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/kitchen/Manifest | 1 + dev-python/kitchen/kitchen-1.2.5.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest index f5bdbda63d5..11f2a77a98d 100644 --- a/dev-python/kitchen/Manifest +++ b/dev-python/kitchen/Manifest @@ -1 +1,2 @@ DIST kitchen-1.2.4.tar.gz 187149 BLAKE2B 5ea3fa593ee22680998cf9ea08b66faacc2f7e20d70ec5823a6c29d8358991e98fe79cd4bd761b04b895dd1d87b1a21e2dc31ef33c0c47a05973ea4e9b884d7d SHA512 790f7eaa16820d3b12f740d2ac7c9d849d40eea91527b7fc011270bd46af5038e987cc1b170c75c2175dc627f99a52bde52b9f276db8dac5d9d7df59ef9a505d +DIST kitchen-1.2.5.tar.gz 255350 BLAKE2B e4054c03130dce3fab3593da86cc9952cd748d0d0b300b7ade7a16bd433f7558045f10eeeb0c8840f59610140bab268f9e75e49f0f9504e221d886edd2b2a3f3 SHA512 f516d66d142b7e5d448abab911d08dcd4fd671144d0e734f12523248641b560bf451581704841225b46ec8b168cb716dea661c6c4839052900ccb1ac204b79f5 diff --git a/dev-python/kitchen/kitchen-1.2.5.ebuild b/dev-python/kitchen/kitchen-1.2.5.ebuild new file mode 100644 index 00000000000..dff2427c1a8 --- /dev/null +++ b/dev-python/kitchen/kitchen-1.2.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="A cornucopia of useful code" +HOMEPAGE="https://pypi.org/project/kitchen/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"