diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2005-11-02 03:14:07 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2005-11-02 03:14:07 +0000 |
commit | 87abef16e8391d84b7d200c7bad9da35c32eb69b (patch) | |
tree | cd99f1a42f42b5ae384ffb532f40bb045b17200a /dev-python/pyrex | |
parent | old (diff) | |
download | historical-87abef16e8391d84b7d200c7bad9da35c32eb69b.tar.gz historical-87abef16e8391d84b7d200c7bad9da35c32eb69b.tar.bz2 historical-87abef16e8391d84b7d200c7bad9da35c32eb69b.zip |
version bump (patches are not needed anymore), fixing PYTHON_MODNAME handling (modules are now correctly compiled), ebuild cleanup.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'dev-python/pyrex')
-rw-r--r-- | dev-python/pyrex/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pyrex/Manifest | 12 | ||||
-rw-r--r-- | dev-python/pyrex/files/digest-pyrex-0.9.3.1 | 1 | ||||
-rw-r--r-- | dev-python/pyrex/pyrex-0.9.3.1.ebuild | 29 |
4 files changed, 45 insertions, 6 deletions
diff --git a/dev-python/pyrex/ChangeLog b/dev-python/pyrex/ChangeLog index ecb29e9ed8e7..e546691fc2de 100644 --- a/dev-python/pyrex/ChangeLog +++ b/dev-python/pyrex/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/pyrex # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/ChangeLog,v 1.35 2005/07/27 17:42:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/ChangeLog,v 1.36 2005/11/02 03:14:07 sbriesen Exp $ + +*pyrex-0.9.3.1 (02 Nov 2005) + + 02 Nov 2005; Stefan Briesenick <sbriesen@gentoo.org> + +pyrex-0.9.3.1.ebuild: + version bump (patches are not needed anymore), fixing PYTHON_MODNAME + handling (modules are now correctly compiled), ebuild cleanup. 27 Jul 2005; Guy Martin <gmsoft@gentoo.org> pyrex-0.9.3-r1.ebuild: Stable on hppa. diff --git a/dev-python/pyrex/Manifest b/dev-python/pyrex/Manifest index 362e2fd857f3..b99474f8ba46 100644 --- a/dev-python/pyrex/Manifest +++ b/dev-python/pyrex/Manifest @@ -1,8 +1,10 @@ -MD5 0fd016c4e10e340a9d7ad41cb9b77181 ChangeLog 4108 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 f17d1977aeaf8245f9d7a45a9f23dcc1 pyrex-0.9.3-r2.ebuild 1062 -MD5 d08c9ca7453de3d3f1520a83830e794b pyrex-0.9.3-r1.ebuild 988 +MD5 39b2f6ea85f03ca99b83a2da774104c3 ChangeLog 4357 +MD5 1bbfae8705264d80f234c7e386329e56 files/digest-pyrex-0.9.3-r1 63 MD5 1bbfae8705264d80f234c7e386329e56 files/digest-pyrex-0.9.3-r2 63 +MD5 e16277e2e6a0398b090274b47e9ae7fe files/digest-pyrex-0.9.3.1 65 MD5 b5bb4ba679c6de2f55651b7c6af8f013 files/pyrex-0.9.2.1-gcc4.patch 2877 -MD5 1bbfae8705264d80f234c7e386329e56 files/digest-pyrex-0.9.3-r1 63 MD5 c587d86c063eda8fb02e18b9b1c83aec files/pyrex-0.9.3-python24_distutils.patch 622 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 d08c9ca7453de3d3f1520a83830e794b pyrex-0.9.3-r1.ebuild 988 +MD5 f17d1977aeaf8245f9d7a45a9f23dcc1 pyrex-0.9.3-r2.ebuild 1062 +MD5 e106f22da66420910ac4ea196a118d5b pyrex-0.9.3.1.ebuild 844 diff --git a/dev-python/pyrex/files/digest-pyrex-0.9.3.1 b/dev-python/pyrex/files/digest-pyrex-0.9.3.1 new file mode 100644 index 000000000000..8a8d3ee10d2b --- /dev/null +++ b/dev-python/pyrex/files/digest-pyrex-0.9.3.1 @@ -0,0 +1 @@ +MD5 0415b95a023061679021323d9ce56fe0 Pyrex-0.9.3.1.tar.gz 161760 diff --git a/dev-python/pyrex/pyrex-0.9.3.1.ebuild b/dev-python/pyrex/pyrex-0.9.3.1.ebuild new file mode 100644 index 000000000000..4e44a1e7e737 --- /dev/null +++ b/dev-python/pyrex/pyrex-0.9.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.9.3.1.ebuild,v 1.1 2005/11/02 03:14:07 sbriesen Exp $ + +inherit distutils portability + +MY_P="Pyrex-${PV}" +S="${WORKDIR}/${MY_P}" +DESCRIPTION="a language for writing Python extension modules" +HOMEPAGE="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex" +SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc64 ~hppa" +IUSE="" + +DEPEND="virtual/python" + +PYTHON_MODNAME="Pyrex" + +src_install() { + DOCS="CHANGES.txt INSTALL.txt ToDo.txt USAGE.txt" + distutils_src_install + + dohtml -r Doc/* + cp Doc/primes.c "${D}/usr/share/doc/${PF}/html/" + treecopy Demos "${D}/usr/share/doc/${PF}" +} |