svn commit: r441603 - in head/textproc: . py-parsel

Kubilay Kocak koobs at FreeBSD.org
Sun May 28 06:41:37 UTC 2017


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



More information about the svn-ports-all mailing list