1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

SoupSieve is a CSS selector library designed to be used with

BeautifulSoup4. It aims to provide selecting, matching, and
filtering using modern CSS selectors. SoupSieve currently
provides selectors from the CSS level 1 specifications up
through the latest CSS level 4 drafts (though some are not yet
implemented).

WWW: https://github.com/facelessuser/soupsieve
This commit is contained in:
Wen Heping 2019-04-06 08:15:37 +00:00
parent aa549c3326
commit a5b0163cbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498080
4 changed files with 31 additions and 0 deletions

View File

@ -1856,6 +1856,7 @@
SUBDIR += py-slimmer
SUBDIR += py-slumber
SUBDIR += py-sockjs-tornado
SUBDIR += py-soupsieve
SUBDIR += py-splinter
SUBDIR += py-spyne
SUBDIR += py-sseclient

19
www/py-soupsieve/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= soupsieve
PORTVERSION= 1.9
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= CSS4 selector implementation for BeautifulSoup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1554507432
SHA256 (soupsieve-1.9.tar.gz) = e41a65e99bd125972d84221022beb1e4b5cfc68fa12c170c39834ce32d1b294c
SIZE (soupsieve-1.9.tar.gz) = 91366

View File

@ -0,0 +1,8 @@
SoupSieve is a CSS selector library designed to be used with
BeautifulSoup4. It aims to provide selecting, matching, and
filtering using modern CSS selectors. SoupSieve currently
provides selectors from the CSS level 1 specifications up
through the latest CSS level 4 drafts (though some are not yet
implemented).
WWW: https://github.com/facelessuser/soupsieve