Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 16:37:09 +1000
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Steven Kreuzer <skreuzer@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r441603 - in head/textproc: . py-parsel
Message-ID:  <ced067f5-6f3d-ed41-ca4f-a4862c8cdf9d@FreeBSD.org>
In-Reply-To: <201705241501.v4OF1HBr068668@repo.freebsd.org>
References:  <201705241501.v4OF1HBr068668@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/25/17 1:01 AM, Steven Kreuzer wrote:
> +COMMENT=	Parsel is a library to extract data from HTML and XML using XPath and CSS selectors

Remove 'Parsel is a'. See
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-comment

> +LICENSE=	BSD3CLAUSE

Add LICENSE_FILE, one exists (LICENSE) in the distribution file

> +BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner

This is a pytest dependency that enables the (setup.py) test command. If
and when you see this, it implies tests can be run using 'python
setup.py test', and a test target can accordingly be added to the port:

do-test:
	cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ced067f5-6f3d-ed41-ca4f-a4862c8cdf9d>