www/py-protego: Pure-Python robots.txt parser
Protego is a pure-Python robots.txt parser with support for modern conventions. It is mainly used by Scrapy application when crawling websites. WWW: https://pypi.org/project/Protego/
This commit is contained in:
@@ -1686,6 +1686,7 @@
|
||||
SUBDIR += py-praw
|
||||
SUBDIR += py-prawcore
|
||||
SUBDIR += py-priority
|
||||
SUBDIR += py-protego
|
||||
SUBDIR += py-puppetboard
|
||||
SUBDIR += py-py-restclient
|
||||
SUBDIR += py-pyjwt
|
||||
|
||||
19
www/py-protego/Makefile
Normal file
19
www/py-protego/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
PORTNAME= protego
|
||||
DISTVERSION= 0.1.16
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Protego-${DISTVERSION}
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
COMMENT= Pure-Python robots.txt parser
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
www/py-protego/distinfo
Normal file
3
www/py-protego/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1622323271
|
||||
SHA256 (Protego-0.1.16.tar.gz) = a682771bc7b51b2ff41466460896c1a5a653f9a1e71639ef365a72e66d8734b4
|
||||
SIZE (Protego-0.1.16.tar.gz) = 3211311
|
||||
4
www/py-protego/pkg-descr
Normal file
4
www/py-protego/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Protego is a pure-Python robots.txt parser with support for modern conventions.
|
||||
It is mainly used by Scrapy application when crawling websites.
|
||||
|
||||
WWW: https://pypi.org/project/Protego/
|
||||
Reference in New Issue
Block a user