From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DATE_IN_PAST_24_48, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI,RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from dsl254-123-035.nyc1.dsl.speakeasy.net ([216.254.123.35] helo=loki.newtonsplace.net) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15KVaK-0002P4-00 for gentoo-dev@gentoo.org; Wed, 11 Jul 2001 19:48:08 -0600 Received: from [192.168.1.2] (helo=kermit) by loki.newtonsplace.net with esmtp (Exim 3.12 #1 (Debian)) id 15KVq5-0004TE-00 for ; Wed, 11 Jul 2001 21:04:26 -0500 From: "Oliver Rutherfurd" To: Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0022_01C10A52.DD6563D0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Subject: [gentoo-dev] Python xml ebuilds Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Wed Jul 11 19:49:02 2001 X-Original-Date: Wed, 11 Jul 2001 21:45:55 -0400 X-Archives-Salt: f0f949e7-06db-4c1d-8eee-bfeedd7a360e X-Archives-Hash: 20d57212f3ad76accbfcb004dbc73037 This is a multi-part message in MIME format. ------=_NextPart_000_0022_01C10A52.DD6563D0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hello, I've attached ebuilds for PyXML-0.6.5 and 4Suite-0.11.1b2 (more xml modules for python, needs PyXML). -Ollie ------=_NextPart_000_0022_01C10A52.DD6563D0 Content-Type: application/octet-stream; name="PyXML-0.6.5.ebuild" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="PyXML-0.6.5.ebuild" # Author: Ollie Rutherfurd=0A= A=3D${P}.tar.gz=0A= S=3D${WORKDIR}/${P}=0A= DESCRIPTION=3D"A collection of libraries to process XML with Python."=0A= SRC_URI=3D"http://prdownloads.sourceforge.net/pyxml/"${A}=0A= HOMEPAGE=3D"http://pyxml.sourceforge.net/"=0A= =0A= DEPEND=3D"virtual/python"=0A= =0A= src_compile(){=0A= cd ${S}=0A= try python setup.py build=0A= }=0A= =0A= src_install(){=0A= cd ${S}=0A= try python setup.py install --prefix=3D${D}/usr=0A= dodoc MANIFEST=0A= dodoc README*=0A= }=0A= ------=_NextPart_000_0022_01C10A52.DD6563D0 Content-Type: application/octet-stream; name="4Suite-0.11.1_beta2.ebuild" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="4Suite-0.11.1_beta2.ebuild" # Author: Ollie Rutherfurd=0A= A=3D"4Suite-0.11.1b2.tar.gz"=0A= S=3D${WORKDIR}"/4Suite-0.11.1b2"=0A= DESCRIPTION=3D"Python tools for XML processing and object-databases."=0A= SRC_URI=3D"ftp://ftp.fourthought.com/pub/4Suite/"${A}=0A= HOMEPAGE=3D"http://www.4suite.org/"=0A= =0A= DEPEND=3D"virtual/python"=0A= DEPEND=3D"=3Ddev-python/PyXML-0.6.5"=0A= =0A= src_compile(){=0A= cd ${S}=0A= try python setup.py build=0A= }=0A= =0A= src_install(){=0A= cd ${S}=0A= try python setup.py install --prefix=3D${D}/usr=0A= dodoc README*=0A= dodoc ReleaseNotes=0A= }=0A= ------=_NextPart_000_0022_01C10A52.DD6563D0--