X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id AD5E9F854BE for ; Thu, 14 Mar 2019 22:31:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1552602815; bh=CiMH5/jsnrEWIzCUncqG03M2rNqevXRMwFtmRwVO3pU=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=aB/xLXIuFHnM4u3oSoNijBH2sccazU4RzYE/GtHbJeOyJNJL0Wzj5dfFonGEOnbVw g5x3fqkyFsTuZPavnDi31EDhY0yPkVkIZDwvtvxD5wwr759nNtS0uguP43emyul0tU enEZShVsoxXHMc3CWweG/4tr/TroKvRwPOcIU0GU= Date: Thu, 14 Mar 2019 18:31:46 -0400 From: Drew DeVault To: "A. Wilcox" Cc: Natanael Copa , alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Normalizing Python packages in aports Message-ID: <20190314223146.GD2687@homura.localdomain> References: <20190306212501.GD2800@cirno.localdomain> <20190314112413.29dd9816@ncopa-desktop.copa.dup.pw> <20190314191241.GF1544@homura.localdomain> <2FA74AE3-3730-4F03-8E76-32FB28D18E1D@adelielinux.org> <20190314203741.GA2687@homura.localdomain> 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-Disposition: inline In-Reply-To: X-GNU: Terry Pratchett Thanks for explaining. FWIW I'm in favor of strict POSIX compatibility. I use subshells to good effect to work around the lack of local: _python() ( python="$1" # does not affect caller's environment ... ) In this case, because it also sets the pkgdesc et al (e.g. *wants* to affect the caller's environment), some additional finesee is required. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---