X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 94ECADCEFF0 for ; Fri, 18 Mar 2016 19:19:58 +0000 (UTC) Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1675CDC00AC for ; Fri, 18 Mar 2016 19:19:57 +0000 (UTC) Received: by mail-lf0-f66.google.com with SMTP id h198so5801125lfh.3 for ; Fri, 18 Mar 2016 12:19:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=E9FdOzBFGah93Ee2Rh8D3H2M0rA/I5NYyBSSsyxMNVI=; b=qTi9IBcWT5DSB2egvYge2cIGiy89QuzYi3D8dSA+vHoAeSYVStY/7MNZ7GLdXBwNDX Hg6sqR7KZaKj0FIkMwhgrMla6foBMGsHSiGBarHhkPT5WDi0CIBrycRbWmBWrTc8Q0b8 h5gWf24rAC80u6PgKunldmUOftYeG4HKqYTyLoem/wAeJPpSybacRkanGDUPYVdH/Gw5 hZc5SIGpJyv/AJPJNPlHXq5TRGEWoKizZJd6stf93v3ajCn/QXWGxTuJy0JQgnxmPmch 2b+408adca5hhEQLmR+8rv0MzEC/tHmAELNmRAEg/lYCdwG9GsYIgailfeVrS1/6MaLV 3+Tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=E9FdOzBFGah93Ee2Rh8D3H2M0rA/I5NYyBSSsyxMNVI=; b=h6tRpylLc7cCZJH8PJe0lVl8lW5z+sUFqsBsIWLQUqPqttp+x0CpBJNlmFBUq1BUX8 UWR8A17eRquYWkp+ZnR4i7f6/sOl2Iambf63UIUhCr3Sr2t459qwDg6QZhxelhkSVmlA 4fkwyt/8SuQ+d/uK8U0Vvq8E7FO2udLOZllSfx15nV6Q33g9E66JZxdiJ2jMWerE/AVh g6RWhLA0yw78wvfwdkm40EPQDC0gT6XRxI9Os91lK0FZceBLnMZhxoNSccOUrVe8MWBP YsEqA2s7jVKPkRZgDR+bx21Co6Jt/LLjdQy+qK28tnGBJr3rycwSutheUzjQYJzuani8 IXAw== X-Gm-Message-State: AD7BkJKrPkr95xvQ5gEEKLdg5ldedhSvBHJpyz/fRGhEvT4S8AcZS6WSaDpkGbhEFGqEMA== X-Received: by 10.25.148.208 with SMTP id w199mr5538331lfd.124.1458294643434; Fri, 18 Mar 2016 02:50:43 -0700 (PDT) Received: from vostro.util.wtbts.net ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id g5sm2122894lfe.42.2016.03.18.02.50.42 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Mar 2016 02:50:42 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Fri, 18 Mar 2016 11:50:37 +0200 From: Timo Teras To: "Trevor R.H. Clarke" Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 2/6] testing/py-affine: new aport Message-ID: <20160318115037.138875e9@vostro.util.wtbts.net> In-Reply-To: <1456710893-45438-2-git-send-email-trevor@notcows.com> References: <1456710893-45438-1-git-send-email-trevor@notcows.com> <1456710893-45438-2-git-send-email-trevor@notcows.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports 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, 28 Feb 2016 20:54:49 -0500 "Trevor R.H. Clarke" wrote: > https://github.com/sgillies/affine > Matrices describing affine transformation of the plane. > --- > testing/py-affine/APKBUILD | 36 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > create mode 100644 testing/py-affine/APKBUILD > > diff --git a/testing/py-affine/APKBUILD b/testing/py-affine/APKBUILD > new file mode 100644 > index 0000000..14969ba > --- /dev/null > +++ b/testing/py-affine/APKBUILD > @@ -0,0 +1,36 @@ > +# Contributor: Trevor R.H. Clarke > +# Maintainer: Trevor R.H. Clarke > +pkgname=py-affine > +pkgver="1.2.0" > +pkgrel=0 > +pkgdesc="Matrices describing affine transformation of the plane." > +url="https://github.com/sgillies/affine" > +build() { > + cd "$_builddir" > + pip install affine --no-deps --root "$_builddir" > +} Pip is used to download the package and will likely not match the one listed as pkgver. Please use the real versioned download path so the build reproducably gives the correct version. The same applies for patches 3-6. I did apply the first patch along with the fixup commit flattened to it. We should probably add some helper to create APKBUILD for pip packages similar to perl cpan and ruby. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---