X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-ua0-f179.google.com (mail-ua0-f179.google.com [209.85.217.179]) by lists.alpinelinux.org (Postfix) with ESMTP id 09F885C5780 for ; Mon, 18 Dec 2017 11:30:45 +0000 (GMT) Received: by mail-ua0-f179.google.com with SMTP id g4so3037093ual.10 for ; Mon, 18 Dec 2017 03:30:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=duniel-no.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Pf4/l2+yrwLu5uEvyaj+ULdpSHA4Eu/AghB5eL9Ba34=; b=Oiu5+B3sWaWiPjVK4nMI0GzeotM3bmYCnDH0ej/TpIlr1677tGgf1KhCZuhkuP43Nd R6AZCtkPR2RGpfQ2RBkZqDtEPiauYfK/uimREaXMmQPIuIMlatQB/5jmd9vAv4LUpCfy aRlkfp5SjDXIFfwo8ynpg1DDGrM5BxDBMi0qZRWGAAMpWLTxG4beyA19ldEmGfPOYd/n 2C/lLXlxpJ6QAorR3E459/Y8Fz7VbExlVqLW/oc3QG3BIhDXL4GZ0Va7cjuPCHht5Is/ jjnn5bEHOu9vl7i6BOL6bJ690qotregB4H++RET9lOprbqcMWzE/Ykah19+dfNHCmGan TpnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Pf4/l2+yrwLu5uEvyaj+ULdpSHA4Eu/AghB5eL9Ba34=; b=T6pzS9omw0mQ+WZr/TagM+FgduecmczWV6qRggwkFhNzPAuaOhhk78u46oavsLj9BX 0VCGWy92fB7qjP5GOm+hSKv+YjVl/KZ+x+unSYS3Dd1u304s0tTnfAV1OGhfeh5y7Ydh 0c5Q2KgcPx7z3khsioXhAuD+GZFzVEuF/yM6VsXUUTdZV/+83ZPuW+RAzhXCWd+DU1Gd aXn+UQRaF9ulZNsy6NmiBkvdq0OQY0ekvpQfwWhMJy6qexDY64LlgR1t/TlReuGLbcAH dgwzJLmbVmUJa1MoqFWqYgqrOXtgL/Olrhdu7FcXe4QEUSa6xIef4WvaBf9h0wwEX0d5 Dl6A== X-Gm-Message-State: AKGB3mJ8Lgbq7UJpwYZjpQxXXEaRbWE0q+j8madeelQMDddbyWmA4sbK ZZ0r8B0VEcXRB7jZsyTNq7myjiVaKjp6o8R3pzOu9g== X-Google-Smtp-Source: ACJfBotAFz4LMPzpAheJDH5vfS5JY8TpSZBWUpxZ1itK9rFfKTOYHVf1PuIFh44FUbFi4ww/hGsKLD7vMI9QiaFdblA= X-Received: by 10.176.92.30 with SMTP id q30mr23921785uaf.66.1513596644359; Mon, 18 Dec 2017 03:30:44 -0800 (PST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.159.48.150 with HTTP; Mon, 18 Dec 2017 03:30:43 -0800 (PST) In-Reply-To: <20171218122922.485e0015@ncopa-desktop.copa.dup.pw> References: <20171217190008.28934-1-d@duniel.no> <20171218122922.485e0015@ncopa-desktop.copa.dup.pw> From: Daniel Isaksen Date: Mon, 18 Dec 2017 12:30:43 +0100 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/httpie: new aport To: Natanael Copa Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="f403043622925212da05609bae44" --f403043622925212da05609bae44 Content-Type: text/plain; charset="UTF-8" Yeah, you can do that. I read over it just a couple hours ago, and I noticed the same mistake. - Daniel On Mon, Dec 18, 2017 at 12:29 PM, Natanael Copa wrote: > On Sun, 17 Dec 2017 19:00:08 +0000 > Daniel Isaksen wrote: > > > --- > > testing/httpie/APKBUILD | 29 +++++++++++++++++++++++++++++ > > 1 file changed, 29 insertions(+) > > create mode 100644 testing/httpie/APKBUILD > > > > diff --git a/testing/httpie/APKBUILD b/testing/httpie/APKBUILD > > new file mode 100644 > > index 0000000000..774b83795e > > --- /dev/null > > +++ b/testing/httpie/APKBUILD > > @@ -0,0 +1,29 @@ > > +# Maintainer: Daniel Isaksen > > +pkgname=httpie > > +pkgver=0.9.8 > > +pkgrel=0 > > +pkgdesc="HTTPie is a command line HTTP client with an intuitive UI, > JSON support, syntax highlighting and more" > > +url="https://httpie.org/" > > +arch="noarch" > > +license="BSD-3-Clause" > > +depends="py3-requests py3-pygments" > > +makedepends="" > > +source="$pkgname-$pkgver.tar.gz::https://github.com/ > jakubroztocil/$pkgname/archive/0.9.8.tar.gz" > > I'd like to replace 0.9.8 with $pkgver in the url above. > > > > +builddir="$srcdir"/$pkgname-$pkgver > > + > > +check() { > > + cd "$builddir" > > + python3 setup.py check > > +} > > + > > +build() { > > + cd "$builddir" > > + python3 setup.py build > > +} > > + > > +package() { > > + cd "$builddir" > > + python3 setup.py install --prefix=/usr --root="$pkgdir" > > +} > > + > > +sha512sums="dbf0bc1688f6fce99c245375b2059a > b44c9d1b3dddd2144fab264545545d34b38d572017f468896d6e8cd8eeb9 > 4798ed625a085449b0fe0ddbb8b775c119413c httpie-0.9.8.tar.gz" > > --f403043622925212da05609bae44 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Yeah, you can do that. I read over it just a couple hours = ago, and I noticed the same mistake.

- Daniel

On Mon, Dec 18, = 2017 at 12:29 PM, Natanael Copa <ncopa@alpinelinux.org> = wrote:
On Sun, 17 Dec 20= 17 19:00:08 +0000
Daniel Isaksen <d@duniel.no> wrote= :

> ---
>=C2=A0 testing/httpie/APKBUILD | 29 +++++++++++++++++++++++++++++
>=C2=A0 1 file changed, 29 insertions(+)
>=C2=A0 create mode 100644 testing/httpie/APKBUILD
>
> diff --git a/testing/httpie/APKBUILD b/testing/httpie/APKBUILD
> new file mode 100644
> index 0000000000..774b83795e
> --- /dev/null
> +++ b/testing/httpie/APKBUILD
> @@ -0,0 +1,29 @@
> +# Maintainer: Daniel Isaksen <d@dun= iel.no>
> +pkgname=3Dhttpie
> +pkgver=3D0.9.8
> +pkgrel=3D0
> +pkgdesc=3D"HTTPie is a command line HTTP client with an intuitiv= e UI, JSON support, syntax highlighting and more"
> +url=3D"https://httpie.org/"
> +arch=3D"noarch"
> +license=3D"BSD-3-Clause"
> +depends=3D"py3-requests py3-pygments"
> +makedepends=3D""
> +source=3D"$pkgname-$pkgver.tar.gz::https://github.com/jakubroztocil/$pkgname/archive/0.= 9.8.tar.gz"

I'd like to replace 0.9.8 with $pkgver in the url above.


> +builddir=3D"$srcdir"/$pkgname-$pkgver
> +
> +check() {
> +=C2=A0 =C2=A0 =C2=A0cd "$builddir"
> +=C2=A0 =C2=A0 =C2=A0python3 setup.py check
> +}
> +
> +build() {
> +=C2=A0 =C2=A0 =C2=A0cd "$builddir"
> +=C2=A0 =C2=A0 =C2=A0python3 setup.py build
> +}
> +
> +package() {
> +=C2=A0 =C2=A0 =C2=A0cd "$builddir"
> +=C2=A0 =C2=A0 =C2=A0python3 setup.py install --prefix=3D/usr --root= =3D"$pkgdir"
> +}
> +
> +sha512sums=3D"dbf0bc1688f6fce99c245375b2059ab44c9d1b3d= ddd2144fab264545545d34b38d572017f468896d6e8cd8eeb94798ed625a08544= 9b0fe0ddbb8b775c119413c=C2=A0 httpie-0.9.8.tar.gz"


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