Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 10:44:45 -0400
From:      Steven Kreuzer <skreuzer@freebsd.org>
To:        koobs@freebsd.org
Cc:        "ports-committers@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:  <CAFFB%2BpQNopouh4k27%2BgXzM5VMqpD-N5sbpsvAxdDYVN3RTukTQ@mail.gmail.com>
In-Reply-To: <ced067f5-6f3d-ed41-ca4f-a4862c8cdf9d@FreeBSD.org>
References:  <201705241501.v4OF1HBr068668@repo.freebsd.org> <ced067f5-6f3d-ed41-ca4f-a4862c8cdf9d@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 28, 2017 at 2:37 AM, Kubilay Kocak <koobs@freebsd.org> wrote:
> 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
>

Sorry. Because of the way I filter my email I am only seeing this now.
It looks like most of this was fixed in r441968 by rene@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFFB%2BpQNopouh4k27%2BgXzM5VMqpD-N5sbpsvAxdDYVN3RTukTQ>