pkgsrc/www/py-hyperlink/PLIST
adam 6fa7709959 py-hyperlink: updated to 18.0.0
18.0.0:
When passed to str() URLs now stringify to usable URL strings.
Switched off of Python's built-in IDNA facilities to using the idna package. Not only is it much more modern, it's also much more strict and correct in its output.
Added new DecodedURL type with almost-identical API to the normal URL, except that it automatically handles reserved characters in argument values passed to its methods.
Added top-level parse() convenience function that now represents the main entrypoint to hyperlink.
Accept dictionaries as ‘query=’ arguments, in addition to sequences of tuples
URL.child() will no longer fail when child gets no segments
URL.normalize() now supports encoding stray/unmatched % characters in character-encoded fields (userinfo, path, query string, fragment)
2018-03-05 12:31:17 +00:00

34 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2018/03/05 12:31:17 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/hyperlink/__init__.py
${PYSITELIB}/hyperlink/__init__.pyc
${PYSITELIB}/hyperlink/__init__.pyo
${PYSITELIB}/hyperlink/_url.py
${PYSITELIB}/hyperlink/_url.pyc
${PYSITELIB}/hyperlink/_url.pyo
${PYSITELIB}/hyperlink/test/__init__.py
${PYSITELIB}/hyperlink/test/__init__.pyc
${PYSITELIB}/hyperlink/test/__init__.pyo
${PYSITELIB}/hyperlink/test/common.py
${PYSITELIB}/hyperlink/test/common.pyc
${PYSITELIB}/hyperlink/test/common.pyo
${PYSITELIB}/hyperlink/test/test_common.py
${PYSITELIB}/hyperlink/test/test_common.pyc
${PYSITELIB}/hyperlink/test/test_common.pyo
${PYSITELIB}/hyperlink/test/test_decoded_url.py
${PYSITELIB}/hyperlink/test/test_decoded_url.pyc
${PYSITELIB}/hyperlink/test/test_decoded_url.pyo
${PYSITELIB}/hyperlink/test/test_parse.py
${PYSITELIB}/hyperlink/test/test_parse.pyc
${PYSITELIB}/hyperlink/test/test_parse.pyo
${PYSITELIB}/hyperlink/test/test_scheme_registration.py
${PYSITELIB}/hyperlink/test/test_scheme_registration.pyc
${PYSITELIB}/hyperlink/test/test_scheme_registration.pyo
${PYSITELIB}/hyperlink/test/test_url.py
${PYSITELIB}/hyperlink/test/test_url.pyc
${PYSITELIB}/hyperlink/test/test_url.pyo