X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) by lists.alpinelinux.org (Postfix) with ESMTP id 7710EF85488 for ; Wed, 3 Jul 2019 19:52:05 +0000 (UTC) Received: by mail-io1-f51.google.com with SMTP id g20so20674ioc.12 for ; Wed, 03 Jul 2019 12:52:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0iuw31uLsna18dl3dW02BKSVUB3YKXo+6QLZsOCZz6g=; b=Q5zcjgesPEJPZHfHYyms7TKYaxGDdX+9yzU2Xwuw47xbwQjiNqQu+7NE61KIDfws8q Jhp9w1Tn9gwH2BCZCrgktu5h3Nc3ka55KLmdEI+nQG4GxNETKMjLxXMnvfILcSBVarrU GNVqS8MLaTzekUDIlfbhKPDZr+sJCrnRvRrstLO5GUJJkP2/hhvo9lkZH2Uysp97LTkm Yn6uDKvKBz0s+quEONSgsz8lcr0XJjzQIXeiunG0eo/wCvu9DUZfuEnxtDT8PutmMUsm N3OowXvqxDxpzsZIsCBtC0SoSXlmbt7MRu/ppbGf2fwXR5z681Ic2WuJvk/dPEPGqwdD gy5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0iuw31uLsna18dl3dW02BKSVUB3YKXo+6QLZsOCZz6g=; b=jDf0vRehp/oGRm1C3s5pyKLO0Do7GEZ+HgZHnlcKHJQoUUKvSWbY0ILy7tH8OZqUNZ hGR6eKPkYkBAcsdmVPHuFxF3ct9O9OQcIqbY3BbyGijOI2Ba2gnnuHIhA34j9njIU6ge mvpxlAD6uTro7sitOwC6gkbo+Ou+AU+K6TGjqRnvpwicNboAG+ED3oGjo/z/cAoB7HaL qxqdyudvCVgFdbpaviPqTSWlVRgac9NWY6vzs7JW/dFHMncLs4GPZZ0tMYtGNK/DF+aQ AzWaGkMxyfKL04sGM7mmseMbYsUZNAjldj1INO7+Y23OZIEaPIZu8iBp1/ZxM+pFOEMa knVA== X-Gm-Message-State: APjAAAU9n5CdrXZ4Kup2ZLcQSWwrKA1S14loj60fM9Rp1nUmoo04DqiD XsLKy7GbSeExwzDN20tXW5KEM5XyvV4r0jP+Mpk= X-Google-Smtp-Source: APXvYqwKPbmw5sEsFsmYGvez6oOfK0uogV0XN+t8LoAvsPeS6cDNHgzOH4Ohv4EZomthitYMQ2OIkaUrv7hMCW0XMkc= X-Received: by 2002:a05:6602:2248:: with SMTP id o8mr23311761ioo.90.1562183524803; Wed, 03 Jul 2019 12:52:04 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: In-Reply-To: From: Dave Johansen Date: Wed, 3 Jul 2019 13:51:53 -0600 Message-ID: Subject: Re: [alpine-devel] GDAL package in main repos? To: Leonardo Arena Cc: dan@ma.ssive.co, Alpine-devel Content-Type: multipart/alternative; boundary="00000000000011e9a4058ccc3262" --00000000000011e9a4058ccc3262 Content-Type: text/plain; charset="UTF-8" The tests have been added to gdal ( https://git.alpinelinux.org/aports/commit/testing/gdal/APKBUILD?id=652f5749f9fc1d75d2feb09d300f84816d07a6e7 ), so what needs to happen for gdal to be added to the main repo and backported to the stable branches? Thanks, Dave On Thu, Jun 21, 2018 at 1:04 AM Leonardo Arena wrote: > Yes, please add the check() if supported or explicitly disable it if > there's no test suite. May be support for python3 can be added too? > > I think it's more candidate to go into community, rather than main. > > Then send a patch/pull request to move it, so in can be included in 3.8. > If it's needed in 3.7 we can backport it. > > Thanks! > > /eo > > On Wed, Jun 20, 2018 at 10:39 PM, Dan Williams wrote: > >> At a minimum, I believe we need to ensure there is a `test()` function to >> run any available tests for the project >> https://github.com/alpinelinux/aports/blob/master/testing/gdal/APKBUILD >> >> On Wed, Jun 20, 2018 at 4:27 PM Dave Johansen >> wrote: >> >>> The GDAL package is currently available in edge. What would it take to >>> get it in the main repos for at least 3.7 and on? >>> Thanks, >>> Dave >>> >> > --00000000000011e9a4058ccc3262 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
The tests have been added to gdal (=C2=A0https://git.alpinelinux.org/aports/commit/tes= ting/gdal/APKBUILD?id=3D652f5749f9fc1d75d2feb09d300f84816d07a6e7=C2=A0)= , so what needs to happen for gdal to be added to the main repo and backpor= ted to the stable branches?
Thanks,
Dave

On Thu, Jun 21, 2018= at 1:04 AM Leonardo Arena <rnalrd@g= mail.com> wrote:
Yes, please add the check() if supported or e= xplicitly disable it if there's no test suite. May be support for pytho= n3 can be added too?

I think it's more candida= te to go into community, rather than main.

The= n send a patch/pull request to move it, so in can be included in 3.8. If it= 's needed in 3.7 we can backport it.

Thank= s!

/eo
On Wed, Jun 20, 2018 at 10:39 PM, Dan Williams= <dan@ma.ssive.co> wrote:
At a minimum, I believe we need to ensure= there is a `test()` function to run any available tests for the project https://github.com/alpinelinux/aports/blob/master/= testing/gdal/APKBUILD

On Wed, Jun 20, 2018 at 4:27 PM Dave Johansen <davejohansen@gmai= l.com> wrote:
The GDAL package is currently available in edge. What= would it take to get it in the main repos for at least 3.7 and on?
Tha= nks,
Dave

--00000000000011e9a4058ccc3262-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---