pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www py-soupsieve: added version 1.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b4da100f984
branches:  trunk
changeset: 317193:4b4da100f984
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 02 10:34:20 2019 +0000

description:
py-soupsieve: added version 1.6.1

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4.
It aims to provide selecting, matching, and filtering using modern CSS
selectors. Soup Sieve currently provides selectors from the CSS level 1
specifications up through the latest CSS level 4 drafts (though some are not
yet implemented).

Soup Sieve was written with the intent to replace Beautiful Soup's builtin
select feature, and as of Beautiful Soup version 4.7.0, it now is. Soup Sieve
can also be imported in order to use its API directly for more controlled,
specialized parsing.

Soup Sieve has implemented most of the CSS selectors up through the level 4
drafts, though there are a number that don't make sense in a non-browser
environment. Selectors that cannot provide meaningful functionality simply do
not match anything.

diffstat:

 www/Makefile              |   3 ++-
 www/py-soupsieve/DESCR    |  15 +++++++++++++++
 www/py-soupsieve/Makefile |  21 +++++++++++++++++++++
 www/py-soupsieve/PLIST    |  24 ++++++++++++++++++++++++
 www/py-soupsieve/distinfo |   6 ++++++
 5 files changed, 68 insertions(+), 1 deletions(-)

diffs (99 lines):

diff -r 2df82062810a -r 4b4da100f984 www/Makefile
--- a/www/Makefile      Wed Jan 02 09:54:05 2019 +0000
+++ b/www/Makefile      Wed Jan 02 10:34:20 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1355 2018/12/20 07:14:10 jnemeth Exp $
+# $NetBSD: Makefile,v 1.1356 2019/01/02 10:34:20 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -761,6 +761,7 @@
 SUBDIR+=       py-scrapy
 SUBDIR+=       py-selenium
 SUBDIR+=       py-simpletal
+SUBDIR+=       py-soupsieve
 SUBDIR+=       py-sparqlwrapper
 SUBDIR+=       py-static
 SUBDIR+=       py-swiftclient
diff -r 2df82062810a -r 4b4da100f984 www/py-soupsieve/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-soupsieve/DESCR    Wed Jan 02 10:34:20 2019 +0000
@@ -0,0 +1,15 @@
+Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4.
+It aims to provide selecting, matching, and filtering using modern CSS
+selectors. Soup Sieve currently provides selectors from the CSS level 1
+specifications up through the latest CSS level 4 drafts (though some are not
+yet implemented).
+
+Soup Sieve was written with the intent to replace Beautiful Soup's builtin
+select feature, and as of Beautiful Soup version 4.7.0, it now is. Soup Sieve
+can also be imported in order to use its API directly for more controlled,
+specialized parsing.
+
+Soup Sieve has implemented most of the CSS selectors up through the level 4
+drafts, though there are a number that don't make sense in a non-browser
+environment. Selectors that cannot provide meaningful functionality simply do
+not match anything.
diff -r 2df82062810a -r 4b4da100f984 www/py-soupsieve/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-soupsieve/Makefile Wed Jan 02 10:34:20 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/01/02 10:34:20 adam Exp $
+
+DISTNAME=      soupsieve-1.6.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/soupsieve/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/facelessuser/soupsieve
+COMMENT=       CSS4 selector implementation for Beautiful Soup
+LICENSE=       mit
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+=      ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
+.endif
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2df82062810a -r 4b4da100f984 www/py-soupsieve/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-soupsieve/PLIST    Wed Jan 02 10:34:20 2019 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/02 10:34:20 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/soupsieve/__init__.py
+${PYSITELIB}/soupsieve/__init__.pyc
+${PYSITELIB}/soupsieve/__init__.pyo
+${PYSITELIB}/soupsieve/__meta__.py
+${PYSITELIB}/soupsieve/__meta__.pyc
+${PYSITELIB}/soupsieve/__meta__.pyo
+${PYSITELIB}/soupsieve/css_match.py
+${PYSITELIB}/soupsieve/css_match.pyc
+${PYSITELIB}/soupsieve/css_match.pyo
+${PYSITELIB}/soupsieve/css_parser.py
+${PYSITELIB}/soupsieve/css_parser.pyc
+${PYSITELIB}/soupsieve/css_parser.pyo
+${PYSITELIB}/soupsieve/css_types.py
+${PYSITELIB}/soupsieve/css_types.pyc
+${PYSITELIB}/soupsieve/css_types.pyo
+${PYSITELIB}/soupsieve/util.py
+${PYSITELIB}/soupsieve/util.pyc
+${PYSITELIB}/soupsieve/util.pyo
diff -r 2df82062810a -r 4b4da100f984 www/py-soupsieve/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-soupsieve/distinfo Wed Jan 02 10:34:20 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/02 10:34:20 adam Exp $
+
+SHA1 (soupsieve-1.6.1.tar.gz) = 468a64db94dea760bf7121147c70a7c590367ddf
+RMD160 (soupsieve-1.6.1.tar.gz) = 578f27a307e482e8749aa350ace5eca424b61242
+SHA512 (soupsieve-1.6.1.tar.gz) = 165912fbaf1f4181ee9ee5cf67d5891550876158bd3cea055c1070710de1901869569116da44d6eb2a8e780a1f3c7140b3a4aa8db095c6aeec96d5c52fcb7aaa
+Size (soupsieve-1.6.1.tar.gz) = 61315 bytes



Home | Main Index | Thread Index | Old Index