diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2002-12-13 00:15:47 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2002-12-13 00:15:47 +0000 |
commit | 33360e081c86c260b3ad43e5df40623361c4b738 (patch) | |
tree | 758c6868543b159585bbb66dafdddb538b2bb28f /dev-python | |
parent | Version bump and bugfix per Bug #7681 (diff) | |
download | gentoo-2-33360e081c86c260b3ad43e5df40623361c4b738.tar.gz gentoo-2-33360e081c86c260b3ad43e5df40623361c4b738.tar.bz2 gentoo-2-33360e081c86c260b3ad43e5df40623361c4b738.zip |
Initial submit per Bug #8277
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/csv/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/csv/csv-0.5.0.ebuild | 24 | ||||
-rw-r--r-- | dev-python/csv/files/digest-csv-0.5.0 | 1 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/csv/ChangeLog b/dev-python/csv/ChangeLog new file mode 100644 index 000000000000..cf8f88cf758b --- /dev/null +++ b/dev-python/csv/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/csv +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/ChangeLog,v 1.1 2002/12/13 00:15:47 blauwers Exp $ + +*csv-0.5.0 (13 Dec 2002) + + 13 Dec 2002; B.Lauwers <blauwers@gentoo.org> : + Initial import. Ebuild submitted by Ollie Rutherfurd <oliver@rutherfurd.net>. + diff --git a/dev-python/csv/csv-0.5.0.ebuild b/dev-python/csv/csv-0.5.0.ebuild new file mode 100644 index 000000000000..e06ba76a4846 --- /dev/null +++ b/dev-python/csv/csv-0.5.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-0.5.0.ebuild,v 1.1 2002/12/13 00:15:47 blauwers Exp $ + +S="${WORKDIR}/${PN}" + +DESCRIPTION="CSV Module for Python" +SRC_URI="http://www.object-craft.com.au/projects/csv/download/csv-0.5.tar.gz" +HOMEPAGE="http://www.object-craft.com.au/projects/csv/" + +KEYWORDS="~x86 ~alpha ~ppc ~sparc" +DEPEND="virtual/python" +LICENSE="python" +SLOT="0" + +inherit distutils + +src_compile() { + distutils_src_compile +} + +src_install() { + distutils_src_install +} diff --git a/dev-python/csv/files/digest-csv-0.5.0 b/dev-python/csv/files/digest-csv-0.5.0 new file mode 100644 index 000000000000..3541d39f9080 --- /dev/null +++ b/dev-python/csv/files/digest-csv-0.5.0 @@ -0,0 +1 @@ +MD5 93d6bafaf7c1b94e7e294cd98361153b csv-0.5.tar.gz 5585 |