X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id B0C561EC7EE for ; Mon, 10 Jan 2011 12:58:10 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 1257BAE4001; Mon, 10 Jan 2011 12:58:10 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pu4C-Lclx6UU; Mon, 10 Jan 2011 12:58:06 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id F2208AE4003; Mon, 10 Jan 2011 12:58:05 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 8E945621BE0F8; Mon, 10 Jan 2011 12:58:05 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 74A92621BE0F3; Mon, 10 Jan 2011 12:58:05 +0000 (UTC) Date: Mon, 10 Jan 2011 13:58:31 +0100 From: Natanael Copa To: Francesco Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] new abuild: py-jabberbot Message-ID: <20110110135831.7f7847f3@ncopa-desktop.nor.wtbts.net> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Sun, 9 Jan 2011 23:39:18 +0100 Francesco wrote: > From a1c022cc2e6bc816975ea9ab63b542d97e4ce6dc Mon Sep 17 00:00:00 2001 > From: Francesco Colista > Date: Sun, 9 Jan 2011 22:34:10 +0000 > Subject: [PATCH 2/2] testing/py-jabberbit new abuild > > --- > testing/py-jabberbot/APKBUILD | 26 ++++++++++++++++++++++++++ > 1 files changed, 26 insertions(+), 0 deletions(-) > create mode 100644 testing/py-jabberbot/APKBUILD > > diff --git a/testing/py-jabberbot/APKBUILD > b/testing/py-jabberbot/APKBUILD new file mode 100644 > index 0000000..4f1295d > --- /dev/null > +++ b/testing/py-jabberbot/APKBUILD > @@ -0,0 +1,26 @@ > +# Contributor: Francesco Colista > +# Maintainer: Francesco Colista > +pkgname=py-jabberbot > +_pkgname=python-jabberbot > +pkgver=0.10 > +pkgrel=0 > +pkgdesc="A simple Jabber Bot for Python" > +url="http://pypi.python.org/pypi/jabberbot" > +arch="x86" should be noarch > +license="GPLv3" > +depends="xmpppy" should be py-xmppy > +depends_dev= > +makedepends="$depends_dev" makedepends needs python-dev > +install="" > +subpackages="" > +source="http://thpinfo.com/2007/$_pkgname/jabberbot-$pkgver.tar.gz" > + > +_builddir=$srcdir/jabberbot-$pkgver missing build() function > + > +package() { > + cd "$_builddir" > + python setup.py install --root="$pkgdir" > +} > + > + > +md5sums="23868f12b4c58d113cfb60a81ea7e8c0 jabberbot-0.10.tar.gz" I applied and fixed the above. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---