pkgsrc/www/py-hyperlink/PLIST
adam 0591043ee5 17.3.0:
Fixed a couple major decoding issues and simplified the URL API.
* limit types accepted by URL.from_text() to just text (str on py3, unicode on py2)
* fix percent decoding issues surrounding multiple calls to URL.to_iri()
* remove the socket-inspired family argument from URL's APIs. It was never consistently implemented and leaked slightly more problems than it solved.
* Improve authority parsing
* include LICENSE, README, docs, and other resources in the package
2017-07-20 10:28:33 +00:00

27 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2017/07/20 10:28:33 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}/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_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