svn commit: r465741 - head/print/py-fonttools

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Wed Mar 28 15:36:08 UTC 2018


On Wed, Mar 28, 2018 at 5:20 AM, Mathieu Arnold <mat at 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
>


More information about the svn-ports-all mailing list