diff options
author | Daniel Nagy <danielnagy@gmx.de> | 2012-05-18 14:12:05 +0200 |
---|---|---|
committer | Daniel Nagy <danielnagy@gmx.de> | 2012-05-18 14:12:05 +0200 |
commit | 56578b26926354261aa246641167371e0a0178c1 (patch) | |
tree | 3d1769b6b5a3d38e4b900802b7d4d0977a5c70f8 | |
parent | adding cpp-netlib (diff) | |
download | drevilt-56578b26926354261aa246641167371e0a0178c1.tar.gz drevilt-56578b26926354261aa246641167371e0a0178c1.tar.bz2 drevilt-56578b26926354261aa246641167371e0a0178c1.zip |
adding pystache
-rw-r--r-- | dev-python/pystache/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pystache/pystache-0.5.2.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest new file mode 100644 index 0000000..0fc85f4 --- /dev/null +++ b/dev-python/pystache/Manifest @@ -0,0 +1,2 @@ +DIST pystache-0.5.2.tar.gz 61072 RMD160 8a751a46a158e4bc2f831a7e507ef9b555a21ee1 SHA1 c596d4ac9b176b046887d5c00773013e157f9aa0 SHA256 d6fae441217c4912c6839e5309bb8b3db213dac15a01f3fc5b7063d7261a5f59 +EBUILD pystache-0.5.2.ebuild 532 RMD160 ca37e67e7c5b2460ef64013adcf37f66f33af934 SHA1 53643fa488106fb407cc5192afdc270a8ca3f087 SHA256 f3c2bf375e814aa25bb8cfec286d57fd22bec0bbb5bb991425219645f86cb986 diff --git a/dev-python/pystache/pystache-0.5.2.ebuild b/dev-python/pystache/pystache-0.5.2.ebuild new file mode 100644 index 0000000..685b207 --- /dev/null +++ b/dev-python/pystache/pystache-0.5.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: Exp $ + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="pystache" +HOMEPAGE="http://pypi.python.org/pypi/pystache" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools" |