Gentoo Archives: gentoo-commits

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dberkholz:master commit in: dev-python/pystache/
Date: Mon, 28 Nov 2011 18:21:20
Message-Id: 0a3efc0caff9f0cb8f7ca92f012c36722fbf26d1.dberkholz@gentoo
1 commit: 0a3efc0caff9f0cb8f7ca92f012c36722fbf26d1
2 Author: Donnie Berkholz <dberkholz <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 18:20:29 2011 +0000
4 Commit: Donnie Berkholz <dberkholz <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 18:20:29 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dberkholz.git;a=commit;h=0a3efc0c
7
8 Add pystache from <https://github.com/aegypius/overlay>.
9
10 ---
11 dev-python/pystache/Manifest | 2 ++
12 dev-python/pystache/pystache-0.3.1.ebuild | 21 +++++++++++++++++++++
13 2 files changed, 23 insertions(+), 0 deletions(-)
14
15 diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest
16 new file mode 100644
17 index 0000000..414c78e
18 --- /dev/null
19 +++ b/dev-python/pystache/Manifest
20 @@ -0,0 +1,2 @@
21 +DIST pystache-0.3.1.tar.gz 4502 RMD160 e26573c9ffc9a9543e9508344e9d36702288085c SHA1 829b5fc7c9819999ddd58fd9d681f776494c2e04 SHA256 c7e41c59c981a4c76a381aba4fe4f85d470836e5ea863b721f21231201f5af22
22 +EBUILD pystache-0.3.1.ebuild 446 RMD160 5673070037f62ba0fceb2cb8b48cb4986f4b3b89 SHA1 f99986325eb0b6e2ad4908e7b5a180c044a422e0 SHA256 3d2d42c70b9a4919db7495491f2db5af2c4b022a3f475dcc9cf27db3337a5acf
23
24 diff --git a/dev-python/pystache/pystache-0.3.1.ebuild b/dev-python/pystache/pystache-0.3.1.ebuild
25 new file mode 100644
26 index 0000000..ead974e
27 --- /dev/null
28 +++ b/dev-python/pystache/pystache-0.3.1.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2010 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Header: $
33 +
34 +EAPI=3
35 +PYTHON_DEPEND="2:2.6"
36 +SUPPORT_PYTHON_ABIS="1"
37 +
38 +inherit distutils
39 +
40 +DESCRIPTION="Mustache in Python."
41 +HOMEPAGE="http://mustache.github.com/"
42 +SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE="doc"
48 +
49 +DEPEND="dev-python/setuptools"
50 +RDEPEND="${DEPEND}"