From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A33C11399EA for ; Thu, 3 Sep 2015 21:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFD67142BA; Thu, 3 Sep 2015 21:29:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25A5D142BA for ; Thu, 3 Sep 2015 21:29:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E5833405C3 for ; Thu, 3 Sep 2015 21:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC5D5180 for ; Thu, 3 Sep 2015 21:29:26 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1441315719.3dca3ff446c3cc287ecf764abc896b9db8f4b71b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cachetools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cachetools/Manifest dev-python/cachetools/cachetools-1.1.0.ebuild dev-python/cachetools/metadata.xml X-VCS-Directories: dev-python/cachetools/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 3dca3ff446c3cc287ecf764abc896b9db8f4b71b X-VCS-Branch: master Date: Thu, 3 Sep 2015 21:29: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: 3336c858-26df-48e0-ba3b-3f6f691a86a5 X-Archives-Hash: 833bc054ebfb42448ccd76e2789b1875 commit: 3dca3ff446c3cc287ecf764abc896b9db8f4b71b Author: Matthew Thode mthode org> AuthorDate: Thu Sep 3 21:17:35 2015 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Sep 3 21:28:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dca3ff4 dev-python/cachetools: adding for openstack-liberty dev-python/cachetools/Manifest | 1 + dev-python/cachetools/cachetools-1.1.0.ebuild | 21 +++++++++++++++++++++ dev-python/cachetools/metadata.xml | 10 ++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest new file mode 100644 index 0000000..1b667a3 --- /dev/null +++ b/dev-python/cachetools/Manifest @@ -0,0 +1 @@ +DIST cachetools-1.1.0.tar.gz 12901 SHA256 089aca268864a5d1fd77ad96f51ef6afe011d7df55df21ca586968e2a24d68dd SHA512 271b5ba5a373165cfccb47b50c3ffa384577e53a85eb58327e9ef716036a6129e0ad0f1ef16603817666eb7ab4cd781b7731ce8ea88dce47965b4e8e61fc3dab WHIRLPOOL 1ce4c23bd974ed43ae0df6179a9bb8b3fd62705e63392a0f53ea054524afd6e93f753ba4ae6cccbb1fa44d7e7ffaf94493ef902dc81f3edaf7d6fb4ca4b5e9d3 diff --git a/dev-python/cachetools/cachetools-1.1.0.ebuild b/dev-python/cachetools/cachetools-1.1.0.ebuild new file mode 100644 index 0000000..69dfd7e --- /dev/null +++ b/dev-python/cachetools/cachetools-1.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="Extensible memoizing collections and decorators" +HOMEPAGE="https://pypi.python.org/pypi/cachetools" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-python/cachetools/metadata.xml b/dev-python/cachetools/metadata.xml new file mode 100644 index 0000000..d5dfd32 --- /dev/null +++ b/dev-python/cachetools/metadata.xml @@ -0,0 +1,10 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + +