Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cachetools/
Date: Sat, 31 Oct 2015 11:28:57
Message-Id: 1446290872.ad2230fc2d6491b6536a0895925675b26473136f.prometheanfire@gentoo
1 commit: ad2230fc2d6491b6536a0895925675b26473136f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:27:52 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:27:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2230fc
7
8 dev-python/cachetools: bup
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/cachetools/Manifest | 1 +
13 dev-python/cachetools/cachetools-1.1.5.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
17 index 1b667a3..c864b9e 100644
18 --- a/dev-python/cachetools/Manifest
19 +++ b/dev-python/cachetools/Manifest
20 @@ -1 +1,2 @@
21 DIST cachetools-1.1.0.tar.gz 12901 SHA256 089aca268864a5d1fd77ad96f51ef6afe011d7df55df21ca586968e2a24d68dd SHA512 271b5ba5a373165cfccb47b50c3ffa384577e53a85eb58327e9ef716036a6129e0ad0f1ef16603817666eb7ab4cd781b7731ce8ea88dce47965b4e8e61fc3dab WHIRLPOOL 1ce4c23bd974ed43ae0df6179a9bb8b3fd62705e63392a0f53ea054524afd6e93f753ba4ae6cccbb1fa44d7e7ffaf94493ef902dc81f3edaf7d6fb4ca4b5e9d3
22 +DIST cachetools-1.1.5.tar.gz 13378 SHA256 9810dd6afaec9e9eaae5ec33f2aa7117214a7a3f8427e70ab23939fe4d1bf279 SHA512 2565fa8666dffe5cbc349f80e719e0ae0df3ec36de3843f368fa67777b4e957c81f8c32f7d6eb704ea1fda5c2851bf57d68e563afa63ed0f7664d3615671f998 WHIRLPOOL 6118a940e3eea2b13a8c0544da87089cdb548b85de5c176f1449bb17e335b7fd975be66e6a33c2b5eb8cd04ad0f15f8e84810c3431dcfeab61627d28158780a7
23
24 diff --git a/dev-python/cachetools/cachetools-1.1.5.ebuild b/dev-python/cachetools/cachetools-1.1.5.ebuild
25 new file mode 100644
26 index 0000000..69dfd7e
27 --- /dev/null
28 +++ b/dev-python/cachetools/cachetools-1.1.5.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2015 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Extensible memoizing collections and decorators"
41 +HOMEPAGE="https://pypi.python.org/pypi/cachetools"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +DEPEND=""
50 +RDEPEND="${DEPEND}"