Update to 1.3.3
PR: 219212 Submitted by: Daniel Ylitalo
This commit is contained in:
parent
4f5238c8cd
commit
86011e4b44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440672
2 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Scrapy
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.3.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,13 +12,14 @@ COMMENT= High level scraping and web crawling framework
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.0:devel/py-lxml \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=15.5.0:devel/py-twisted \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=3.2.4:devel/py-lxml \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}w3lib>=1.2:www/py-w3lib \
|
||||
${PYTHON_PKGNAMEPREFIX}w3lib>=1.14.2:www/py-w3lib \
|
||||
${PYTHON_PKGNAMEPREFIX}cssselect>=0.9:www/py-cssselect \
|
||||
${PYTHON_PKGNAMEPREFIX}queuelib>=1.2.2:sysutils/py-queuelib
|
||||
|
||||
USES= python:2 twisted:run,web
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
OPTIONS_DEFINE= SSL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1468879647
|
||||
SHA256 (Scrapy-1.1.1.tar.gz) = 697441b8ca18e55c75a8853ce2b0ab20447c0a720912c2da57b60e2a3b9b4d1f
|
||||
SIZE (Scrapy-1.1.1.tar.gz) = 1016330
|
||||
TIMESTAMP = 1494486185
|
||||
SHA256 (Scrapy-1.3.3.tar.gz) = 7a91d3d7b1c05c2b972115b8966572d52b2520360d0c34c81bd6a627672a7849
|
||||
SIZE (Scrapy-1.3.3.tar.gz) = 848990
|
||||
|
|
Loading…
Reference in a new issue