X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by mail.alpinelinux.org (Postfix) with ESMTP id 866F6131A8E6 for ; Tue, 28 Jun 2011 15:01:39 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 9096DAE4002; Tue, 28 Jun 2011 15:01:38 +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 o6w6xEcqD3iN; Tue, 28 Jun 2011 15:01:37 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 6A002AE4001; Tue, 28 Jun 2011 15:01:37 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 1D22260A804D0; Tue, 28 Jun 2011 15:01:37 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (ncopa-desktop.nor.wtbts.net [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 853CE60A804CB; Tue, 28 Jun 2011 15:01:36 +0000 (UTC) Date: Tue, 28 Jun 2011 16:57:18 +0200 From: Natanael Copa To: Jeff Bilyk Cc: Kiyoshi Aman , Fabian Affolter , "alpine-devel@lists.alpinelinux.org" Subject: Re: [alpine-devel] [PATCH] Added python as a new template Message-ID: <20110628165718.501b5496@ncopa-desktop.nor.wtbts.net> In-Reply-To: <364A904A-BA3E-4DD9-98B3-7BF52AC58175@gmail.com> References: <1309217777-23476-1-git-send-email-fabian@affolter-engineering.ch> <20110628092134.34ac48d3@ncopa-desktop.nor.wtbts.net> <364A904A-BA3E-4DD9-98B3-7BF52AC58175@gmail.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.5; 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 Tue, 28 Jun 2011 09:06:47 -0400 Jeff Bilyk wrote: > > On Jun 28, 2011, at 8:19 AM, Kiyoshi Aman > wrote: > > > Hi folks, > > > > I think at this point we should probably be writing utilities > > outside of newapkbuild (a la apkbuild-cpan), at least for those > > libraries & applications which can be obtained from CPAN-like code > > stores. I think this is particularly needful because newapkbuild is > > getting a bit on the hefty side, and in any event, apkbuild-cpan > > can also be used separately for added functionality. > > > > --Kiyoshi Aman > > What about keeping apkbuild-cpan separate for when you want more > advanced functionality but having an option to call it from within > newapkbuild for basic usage like bumping versions and similar tasks? We could also have newapkbuild call apkbuild-cpan. apkbuild-cpan has some extra stuff that helps keeping the apkbuild updated. but for now, apkbuild-cpan works only with stuff that are in cpan. newapkbuild can handle perl things that are not in cpan. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---