public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Oliver Rutherfurd" <fruhstuck@rutherfurd.net>
To: <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] Python xml ebuilds
Date: Wed Jul 11 19:49:02 2001	[thread overview]
Message-ID: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA7gghfoKxvBGeAo41nCS+L8KAAAAQAAAA9DYNohdjM0WnCDhpxRVTgAEAAAAA@rutherfurd.net> (raw)

[-- 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
}

                 reply	other threads:[~2001-07-12  1:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=''\!'~'\!'UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA7gghfoKxvBGeAo41nCS+L8KAAAAQAAAA9DYNohdjM0WnCDhpxRVTgAEAAAAA@rutherfurd.net' \
    --to=fruhstuck@rutherfurd.net \
    --cc=gentoo-dev@cvs.gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox