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

Kubilay Kocak koobs at FreeBSD.org
Wed Sep 4 01:34:28 UTC 2019


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

> +MASTER_SITES=	https://files.pythonhosted.org/packages/d0/17/a452275a0b3e811a381137ff6a61649086af4c5bf2a25755f518cc64b39e/

Problem with CHEESESHOP?

> +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

> +
> +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-all mailing list