Date: Wed, 4 Sep 2019 11:10:27 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511079 - head/devel/py-holidays Message-ID: <201909041110.x84BARur020419@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Wed Sep 4 11:10:26 2019 New Revision: 511079 URL: https://svnweb.freebsd.org/changeset/ports/511079 Log: * add python as a secondary virtual category * use CHEESESHOP, works now. * set LICENSE_FILE Thanks Noticed by: koobs Modified: head/devel/py-holidays/Makefile Modified: head/devel/py-holidays/Makefile ============================================================================== --- head/devel/py-holidays/Makefile Wed Sep 4 10:47:54 2019 (r511078) +++ head/devel/py-holidays/Makefile Wed Sep 4 11:10:26 2019 (r511079) @@ -2,14 +2,16 @@ PORTNAME= holidays PORTVERSION= 0.9.11 -CATEGORIES= devel -MASTER_SITES= https://files.pythonhosted.org/packages/d0/17/a452275a0b3e811a381137ff6a61649086af4c5bf2a25755f518cc64b39e/ +PORTREVISION= 1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gmm@tutanota.com COMMENT= Generate country, province, & state specific holiday sets on the fly LICENSE= MIT +LICENSE_FILE= LICENSE USES= python USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909041110.x84BARur020419>