pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  2 10:34:20 UTC 2019

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-soupsieve: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1355 -r1.1356 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-soupsieve/DESCR \
    pkgsrc/www/py-soupsieve/Makefile pkgsrc/www/py-soupsieve/PLIST \
    pkgsrc/www/py-soupsieve/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1355 pkgsrc/www/Makefile:1.1356
--- pkgsrc/www/Makefile:1.1355  Thu Dec 20 07:14:10 2018
+++ pkgsrc/www/Makefile Wed Jan  2 10:34:20 2019
@@ -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-scgi
 SUBDIR+=       py-scrapy
 SUBDIR+=       py-selenium
 SUBDIR+=       py-simpletal
+SUBDIR+=       py-soupsieve
 SUBDIR+=       py-sparqlwrapper
 SUBDIR+=       py-static
 SUBDIR+=       py-swiftclient

Added files:

Index: pkgsrc/www/py-soupsieve/DESCR
diff -u /dev/null pkgsrc/www/py-soupsieve/DESCR:1.1
--- /dev/null   Wed Jan  2 10:34:20 2019
+++ pkgsrc/www/py-soupsieve/DESCR       Wed Jan  2 10:34:20 2019
@@ -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.
Index: pkgsrc/www/py-soupsieve/Makefile
diff -u /dev/null pkgsrc/www/py-soupsieve/Makefile:1.1
--- /dev/null   Wed Jan  2 10:34:20 2019
+++ pkgsrc/www/py-soupsieve/Makefile    Wed Jan  2 10:34:20 2019
@@ -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"
Index: pkgsrc/www/py-soupsieve/PLIST
diff -u /dev/null pkgsrc/www/py-soupsieve/PLIST:1.1
--- /dev/null   Wed Jan  2 10:34:20 2019
+++ pkgsrc/www/py-soupsieve/PLIST       Wed Jan  2 10:34:20 2019
@@ -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
Index: pkgsrc/www/py-soupsieve/distinfo
diff -u /dev/null pkgsrc/www/py-soupsieve/distinfo:1.1
--- /dev/null   Wed Jan  2 10:34:20 2019
+++ pkgsrc/www/py-soupsieve/distinfo    Wed Jan  2 10:34:20 2019
@@ -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