diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-01 04:44:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-01 04:44:03 +0000 |
commit | 6c85181212d062567ad8e965472641913156e1b2 (patch) | |
tree | f5b421b837a05618735c16817a87f19631198136 /dev-python | |
parent | amd64 love (diff) | |
download | gentoo-2-6c85181212d062567ad8e965472641913156e1b2.tar.gz gentoo-2-6c85181212d062567ad8e965472641913156e1b2.tar.bz2 gentoo-2-6c85181212d062567ad8e965472641913156e1b2.zip |
Add older version for pycrypto.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sancho/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/sancho/files/digest-sancho-0.11 | 3 | ||||
-rw-r--r-- | dev-python/sancho/sancho-0.11.ebuild | 24 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-python/sancho/ChangeLog b/dev-python/sancho/ChangeLog index 1944d8113c73..fa35597e82f1 100644 --- a/dev-python/sancho/ChangeLog +++ b/dev-python/sancho/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/sancho # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.1 2006/02/01 04:33:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.2 2006/02/01 04:44:03 vapier Exp $ + +*sancho-0.11 (01 Feb 2006) + + 01 Feb 2006; Mike Frysinger <vapier@gentoo.org> +sancho-0.11.ebuild: + Add older version for pycrypto. *sancho-2.1 (01 Feb 2006) diff --git a/dev-python/sancho/files/digest-sancho-0.11 b/dev-python/sancho/files/digest-sancho-0.11 new file mode 100644 index 000000000000..46ce9b6a5eb6 --- /dev/null +++ b/dev-python/sancho/files/digest-sancho-0.11 @@ -0,0 +1,3 @@ +MD5 be6a03637c2a21cc28be3956b5b8f055 Sancho-0.11.tar.gz 21577 +RMD160 870b8c5a81b1750bd7241c8b410d96d85849a80a Sancho-0.11.tar.gz 21577 +SHA256 2e5186565c77341b3866eeeff4849cf4bc0a2eb3c348c2c452adc215a4044942 Sancho-0.11.tar.gz 21577 diff --git a/dev-python/sancho/sancho-0.11.ebuild b/dev-python/sancho/sancho-0.11.ebuild new file mode 100644 index 000000000000..7c0c7cf39ba2 --- /dev/null +++ b/dev-python/sancho/sancho-0.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-0.11.ebuild,v 1.1 2006/02/01 04:44:03 vapier Exp $ + +inherit distutils + +MY_P=${P/s/S} +DESCRIPTION="Python HTML templating framework for developing web applications" +HOMEPAGE="http://www.mems-exchange.org/software/sancho/" +SRC_URI="http://cheeseshop.python.org/packages/source/S/Sancho/${MY_P}.tar.gz" + +LICENSE="CNRI" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.2" + +S=${WORKDIR}/${MY_P} + +src_install() { + mydoc="CHANGES.txt README.txt" + distutils_src_install +} |