From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: wrap-program =?utf-8?Q?=E2=80=93=3E?= wrap-script Date: Tue, 17 Dec 2019 13:10:55 +0100 Message-ID: <87bls7b19s.fsf@elephly.net> References: <87h8263le2.fsf@elephly.net> <20191217105752.GE2105@E5400> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38308) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihBgw-00042I-DL for guix-devel@gnu.org; Tue, 17 Dec 2019 07:11:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihBgv-0002lJ-Bb for guix-devel@gnu.org; Tue, 17 Dec 2019 07:11:06 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21196) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ihBgu-0002cT-V4 for guix-devel@gnu.org; Tue, 17 Dec 2019 07:11:05 -0500 In-reply-to: <20191217105752.GE2105@E5400> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner writes: > On Wed, Dec 11, 2019 at 04:57:41PM +0100, Ricardo Wurmus wrote: [=E2=80=A6] >> I=E2=80=99ve just pushed a change to use wrap-script in one package. [= =E2=80=A6] >>=20 >> 2) we aren=E2=80=99t using wrap-script anywhere. I think a good use cas= e would >> be the Python build system=E2=80=99s =E2=80=9Cwrap=E2=80=9D phase where = we currently use >> wrap-program. Most of the time we=E2=80=99d be dealing with Python scri= pts, so >> using wrap-script would be more appropriate here. > > It turns out we are using it in vpnc-scripts. Yes, that=E2=80=99s where I added it right before writing my email. --=20 Ricardo