Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2018 23:35:26 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Mathieu Arnold <mat@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r465741 - head/print/py-fonttools
Message-ID:  <CAMHz58QcYSH-w7P0o9d4QCj6iHzhX=YLtCXn0xcFBuG-s74LrQ@mail.gmail.com>
In-Reply-To: <20180327212045.cfpmxlonxrt4c57z@atuin.in.mat.cc>
References:  <201803271856.w2RIu1h0007962@repo.freebsd.org> <20180327212045.cfpmxlonxrt4c57z@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 28, 2018 at 5:20 AM, Mathieu Arnold <mat@freebsd.org> wrote:

> On Tue, Mar 27, 2018 at 06:56:01PM +0000, Sunpoet Po-Chuan Hsieh wrote:
> > +#MASTER_SITES=       CHEESESHOP
> > +MASTER_SITES=        https://files.pythonhosted.org/packages/source/F/
> FontTools/
>
> MASTER_SITES=   CHEESESHOP/source/F/FontTools
>

I did not use it because it will be expanded to

https://files.pythonhosted.org/packages/source/F/FontTools/fonttools-3.24.2.zip
and
    https://pypi.python.org/packages/source/F/FontTools/fonttools-3.24.2.zip
while the latter is invalid.

.if !defined(IGNORE_MASTER_SITE_CHEESESHOP)
MASTER_SITE_CHEESESHOP+= \
        https://files.pythonhosted.org/packages/%SUBDIR%/ \
        https://pypi.python.org/packages/%SUBDIR%/
.endif


>
> --
> Mathieu Arnold
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58QcYSH-w7P0o9d4QCj6iHzhX=YLtCXn0xcFBuG-s74LrQ>