svn commit: r510954 - in head/devel: . py-holidays

Dan Langille dan at langille.org
Wed Sep 4 11:10:52 UTC 2019


On Tue, Sep 3, 2019, at 9:33 PM, Kubilay Kocak wrote:
> On 4/09/2019 1:45 am, Dan Langille wrote:
> > +PORTNAME=	holidays
> > +PORTVERSION=	0.9.11
> > +CATEGORIES=	devel
> 
> Add python as a secondary virtual category

Yes, I will. This was a repeated error yesterday.

> 
> > +MASTER_SITES=	https://files.pythonhosted.org/packages/d0/17/a452275a0b3e811a381137ff6a61649086af4c5bf2a25755f518cc64b39e/
> 
> Problem with CHEESESHOP?

Yes, it does not fetch, and I could not determine why.

The download link at https://pypi.org/project/holidays/ is https://files.pythonhosted.org/packages/33/fb/ad98d46773929079657706e6b2b6e366ba6c282bc2397d8f9b0ea8e5614c/fbprophet-0.5.tar.gz

When using CHEESESHOP, it tried to download:

* https://files.pythonhosted.org/packages/source/p/prophet/prophet-0.5.tar.gz
* https://pypi.org/packages/source/p/prophet/prophet-0.5.tar.gz

And failed.

Now, when I try CHEESESHOP, it succeeds.

I have no idea why it works now:

$ sudo make sudo make fetch
===>  License MIT accepted by the user
===>   py36-holidays-0.9.11 depends on file: /usr/local/sbin/pkg - found
=> holidays-0.9.11.tar.gz doesn't seem to exist in /usr/home/dan/WorkingCopyPortsTree/distfiles/.
=> Attempting to fetch https://files.pythonhosted.org/packages/source/h/holidays/holidays-0.9.11.tar.gz
holidays-0.9.11.tar.gz                                  79 kB 3113 kBps    00s
===> Fetching all distfiles required by py36-holidays-0.9.11 for building
[dan at r710-01:~/WorkingCopyPortsTree/devel/py-holidays] $ 



> 
> > +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> > +
> > +MAINTAINER=	gmm at tutanota.com
> > +COMMENT=	Generate country, province, & state specific holiday sets on the fly
> > +
> > +LICENSE=	MIT
> 
> Add LICENCE_FILE when one is available/provided in the source distribution

LICENSE_FILE=   LICENSE

> 
> > +
> > +USES=		python
> > +USE_PYTHON=	autoplist distutils
> > +
> > +BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
> > +BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}
> 
>


More information about the svn-ports-head mailing list