View | Details | Raw Unified | Return to bug 219309
Collapse All | Expand All

(-)textproc/py-parsel/Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	parsel
4
PORTVERSION=	1.1.0
5
CATEGORIES=	textproc python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	eric@camachat.org
10
COMMENT=	Parsel is a library to extract data from HTML and XML using XPath and CSS selectors
11
12
LICENSE=	BSD3CLAUSE
13
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cssselect>=0.9:www/py-cssselect \
16
		${PYTHON_PKGNAMEPREFIX}lxml>=3.2.4:devel/py-lxml \
17
		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six \
18
		${PYTHON_PKGNAMEPREFIX}w3lib>=1.8.0:www/py-w3lib
19
20
USES=		python
21
USE_PYTHON=	distutils autoplist
22
23
.include <bsd.port.mk>
(-)textproc/py-parsel/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1494866042
2
SHA256 (parsel-1.1.0.tar.gz) = 2735b61a4d56b58eab02b793491f5a639ba74425e494d9cafa2ec80558686428
3
SIZE (parsel-1.1.0.tar.gz) = 32243
(-)textproc/py-parsel/pkg-descr (+8 lines)
Line 0 Link Here
1
Parsel is a library to extract data from HTML and XML using XPath and CSS
2
selectors.
3
4
Features
5
  - Extract text using CSS or XPath selectors
6
  - Regular expression helper methods
7
8
WWW: https://github.com/scrapy/parsel

Return to bug 219309