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 D3CC2DC1228 for ; Sat, 19 Mar 2016 20:10:59 +0000 (UTC) Received: from mail-vk0-f68.google.com (mail-vk0-f68.google.com [209.85.213.68]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A015DDC00D8 for ; Sat, 19 Mar 2016 20:10:59 +0000 (UTC) Received: by mail-vk0-f68.google.com with SMTP id j65so12717956vkg.3 for ; Sat, 19 Mar 2016 13:10:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=notcows-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=41yzoAp3zql7KJfHGvq8q7ZMOktvVARNdlJ/93oApA0=; b=WuBR0qr7f+2RDipYJIWDudTUx66ZYN+1a81J9zQoFdMnJ1ztx8qoJ0dKmxSGSyEtGf +sS6DeROY2JmEnRNDJ3To2rxJDGdd0Or0HJu6BJtVjcxBPTPdxclkoZoz+zJ8vFeti5R KC+J9tTlSaA8os2PjrAS+SP+y0PN+kx+1O4sArrjWuK6AQhLii8Xhk5moqlrlHP6LpLy rwy2diIVGvPdVUztKRXXeZ6T1M1Ug+cG1ynWwFCoZCp7P5zX3XgbaYvy0MR4BxekebqL DmWQo8AkBMgajQeHP4lyW3mY1gSkonsoltjYiv9fq2eaji/GWXtEipY+IOgnbCuscVIs SWcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=41yzoAp3zql7KJfHGvq8q7ZMOktvVARNdlJ/93oApA0=; b=nNQdhdgIo+aNcr89bJ6rLwiOw95LrO3wv3PL8iH0PIKM7UcFpenR08yvA3DHZUGfu7 If0cmSHa5xdzXbn9TVKnJXfcLrLDpgnM8YOguSPPrylXqRthQJ1aB+5KOg12c77au17u u9d07AE5sa4geA0TYdIKbJCg164+wM+OqGaDPUVj6Yjw03WDHFNJSG5h4gZ4YSBaCPE3 T2nXQXFfwOWXX42bG6CuQCUA+KTYWNwvyiKk4d5SIHgNtwfHiOPP71kVu75xP/fWTRc4 PltqNIrWtc9DoMYTbg5MzYju3RqDTa+MP/LDTOyUmm+hzC7Dua3+/zJUZ1uLHaqfhVLN SIBw== X-Gm-Message-State: AD7BkJJM6b+JtFT/QVp5oMYEUpFvIUX14H8u2E7gX3pybaB90BAuLqmts6/pdJueD4eiAw8ZTq4qkoq7ZTRHVw== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.159.38.116 with SMTP id 107mr144778uag.155.1458306901164; Fri, 18 Mar 2016 06:15:01 -0700 (PDT) Received: by 10.31.201.133 with HTTP; Fri, 18 Mar 2016 06:15:01 -0700 (PDT) In-Reply-To: <20160318115037.138875e9@vostro.util.wtbts.net> References: <1456710893-45438-1-git-send-email-trevor@notcows.com> <1456710893-45438-2-git-send-email-trevor@notcows.com> <20160318115037.138875e9@vostro.util.wtbts.net> Date: Fri, 18 Mar 2016 09:15:01 -0400 Message-ID: Subject: Re: [alpine-aports] [PATCH 2/6] testing/py-affine: new aport From: Trevor Clarke To: Timo Teras Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=001a1140a81cd16538052e52884c X-Virus-Scanned: ClamAV using ClamSMTP --001a1140a81cd16538052e52884c Content-Type: text/plain; charset=UTF-8 I'll look into these changes over the weekend. On Fri, Mar 18, 2016 at 5:50 AM, Timo Teras wrote: > 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. > --001a1140a81cd16538052e52884c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'll look into these changes over the weekend.

On Fri, Mar 18, 201= 6 at 5:50 AM, Timo Teras <timo.teras@iki.fi> wrote:
On Sun, 28 Feb 2016 20:54:49 -05= 00
"Trevor R.H. Clarke" <tr= evor@notcows.com> wrote:

> https://github.com/sgillies/affine
> Matrices describing affine transformation of the plane.
> ---
>=C2=A0 testing/py-affine/APKBUILD | 36 ++++++++++++++++++++++++++++++++= ++++
>=C2=A0 1 file changed, 36 insertions(+)
>=C2=A0 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 <trevor@notcows.com>
> +# Maintainer: Trevor R.H. Clarke <trevor@notcows.com>
> +pkgname=3Dpy-affine
> +pkgver=3D"1.2.0"
> +pkgrel=3D0
> +pkgdesc=3D"Matrices describing affine transformation of the plan= e."
> +url=3D"https://github.com/sgillies/affine"

> +build() {
> +=C2=A0 =C2=A0 =C2=A0cd "$_builddir"
> +=C2=A0 =C2=A0 =C2=A0pip install affine --no-deps --root "$_build= dir"
> +}

Pip is used to download the package and will likely not match the on= e
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.

--001a1140a81cd16538052e52884c-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---