pkgsrc/www/py-beautifulsoup4/PLIST
adam 088add3d6e = 4.6.0 (20170507) =
* Added the `Tag.get_attribute_list` method, which acts like `Tag.get` for
  getting the value of an attribute, but which always returns a list,
  whether or not the attribute is a multi-value attribute.

* It's now possible to use a tag's namespace prefix when searching,
  e.g. soup.find('namespace:tag')

* Improved the handling of empty-element tags like <br> when using the
  html.parser parser.

* HTML parsers treat all HTML4 and HTML5 empty element tags (aka void
  element tags) correctly.

* Namespace prefix is preserved when an XML tag is copied. Thanks
  to Vikas for a patch and test.
2017-05-09 20:05:17 +00:00

57 lines
2.1 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2017/05/09 20:05:17 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}/bs4/__init__.py
${PYSITELIB}/bs4/__init__.pyc
${PYSITELIB}/bs4/__init__.pyo
${PYSITELIB}/bs4/builder/__init__.py
${PYSITELIB}/bs4/builder/__init__.pyc
${PYSITELIB}/bs4/builder/__init__.pyo
${PYSITELIB}/bs4/builder/_html5lib.py
${PYSITELIB}/bs4/builder/_html5lib.pyc
${PYSITELIB}/bs4/builder/_html5lib.pyo
${PYSITELIB}/bs4/builder/_htmlparser.py
${PYSITELIB}/bs4/builder/_htmlparser.pyc
${PYSITELIB}/bs4/builder/_htmlparser.pyo
${PYSITELIB}/bs4/builder/_lxml.py
${PYSITELIB}/bs4/builder/_lxml.pyc
${PYSITELIB}/bs4/builder/_lxml.pyo
${PYSITELIB}/bs4/dammit.py
${PYSITELIB}/bs4/dammit.pyc
${PYSITELIB}/bs4/dammit.pyo
${PYSITELIB}/bs4/diagnose.py
${PYSITELIB}/bs4/diagnose.pyc
${PYSITELIB}/bs4/diagnose.pyo
${PYSITELIB}/bs4/element.py
${PYSITELIB}/bs4/element.pyc
${PYSITELIB}/bs4/element.pyo
${PYSITELIB}/bs4/testing.py
${PYSITELIB}/bs4/testing.pyc
${PYSITELIB}/bs4/testing.pyo
${PYSITELIB}/bs4/tests/__init__.py
${PYSITELIB}/bs4/tests/__init__.pyc
${PYSITELIB}/bs4/tests/__init__.pyo
${PYSITELIB}/bs4/tests/test_builder_registry.py
${PYSITELIB}/bs4/tests/test_builder_registry.pyc
${PYSITELIB}/bs4/tests/test_builder_registry.pyo
${PYSITELIB}/bs4/tests/test_docs.py
${PYSITELIB}/bs4/tests/test_docs.pyc
${PYSITELIB}/bs4/tests/test_docs.pyo
${PYSITELIB}/bs4/tests/test_html5lib.py
${PYSITELIB}/bs4/tests/test_html5lib.pyc
${PYSITELIB}/bs4/tests/test_html5lib.pyo
${PYSITELIB}/bs4/tests/test_htmlparser.py
${PYSITELIB}/bs4/tests/test_htmlparser.pyc
${PYSITELIB}/bs4/tests/test_htmlparser.pyo
${PYSITELIB}/bs4/tests/test_lxml.py
${PYSITELIB}/bs4/tests/test_lxml.pyc
${PYSITELIB}/bs4/tests/test_lxml.pyo
${PYSITELIB}/bs4/tests/test_soup.py
${PYSITELIB}/bs4/tests/test_soup.pyc
${PYSITELIB}/bs4/tests/test_soup.pyo
${PYSITELIB}/bs4/tests/test_tree.py
${PYSITELIB}/bs4/tests/test_tree.pyc
${PYSITELIB}/bs4/tests/test_tree.pyo