public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Python xml ebuilds
@ 2001-07-11 19:49 Oliver Rutherfurd
  0 siblings, 0 replies; only message in thread
From: Oliver Rutherfurd @ 2001-07-11 19:49 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 118 bytes --]

Hello,

I've attached ebuilds for PyXML-0.6.5 and 4Suite-0.11.1b2 (more xml
modules for python, needs PyXML).

-Ollie

[-- Attachment #2: PyXML-0.6.5.ebuild --]
[-- Type: application/octet-stream, Size: 428 bytes --]

# Author: Ollie Rutherfurd
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A collection of libraries to process XML with Python."
SRC_URI="http://prdownloads.sourceforge.net/pyxml/"${A}
HOMEPAGE="http://pyxml.sourceforge.net/"

DEPEND="virtual/python"

src_compile(){
	cd ${S}
	try python setup.py build
}

src_install(){
	cd ${S}
	try python setup.py install --prefix=${D}/usr
	dodoc MANIFEST
	dodoc README*
}

[-- Attachment #3: 4Suite-0.11.1_beta2.ebuild --]
[-- Type: application/octet-stream, Size: 481 bytes --]

# Author: Ollie Rutherfurd
A="4Suite-0.11.1b2.tar.gz"
S=${WORKDIR}"/4Suite-0.11.1b2"
DESCRIPTION="Python tools for XML processing and object-databases."
SRC_URI="ftp://ftp.fourthought.com/pub/4Suite/"${A}
HOMEPAGE="http://www.4suite.org/"

DEPEND="virtual/python"
DEPEND="=dev-python/PyXML-0.6.5"

src_compile(){
	cd ${S}
	try python setup.py build
}

src_install(){
	cd ${S}
	try python setup.py install --prefix=${D}/usr
	dodoc README*
	dodoc ReleaseNotes
}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-12  1:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-11 19:49 [gentoo-dev] Python xml ebuilds Oliver Rutherfurd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox