Search Criteria
Package Details: python-courlan 1.4.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-courlan.git (read-only, click to copy) |
|---|---|
| Package Base: | python-courlan |
| Description: | Clean, filter and sample URLs to optimize data collection |
| Upstream URL: | https://github.com/adbar/courlan |
| Licenses: | Apache-2.0 |
| Submitter: | lfleischer |
| Maintainer: | lfleischer |
| Last Packager: | lfleischer |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-10-06 00:55 (UTC) |
| Last Updated: | 2026-07-16 16:54 (UTC) |
Dependencies (9)
- python-babel
- python-tld (python-tld-gitAUR)
- python-urllib3
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-httpserver (check)
Latest Comments
Tyrin.price commented on 2026-06-08 23:41 (UTC)
Fails to install:
tests/urlstore_tests.py ...F. [100%]
========================================================================================== FAILURES =========================================================================================== ____________ testfrom_html ______________
tests/urlstore_tests.py:414:
courlan/urlstore.py:313: in add_from_html links, links_priority = filter_links( courlan/core.py:259: in filter_links rules is not None and not rules.can_fetch("*", link) ^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/lib/python3.14/urllib/robotparser.py:189: in can_fetch entry = self._find_entry(useragent) ^^^^^^^^^^^^^^^^^^^^^^^^^^^
self = <urllib.robotparser.RobotFileParser object at 0x7f706dc8a710>, useragent = '*'
/usr/lib/python3.14/urllib/robotparser.py:159: AttributeError ====================================================================================== warnings summary ======================================================================================= tests/unit_tests.py::test_urlutils /usr/lib/python3.14/site-packages/tld/utils.py:209: DeprecationWarning: codecs.open() is deprecated. Use open() instead. local_file = codecs_open(local_path, "r", encoding="utf8")
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =================================================================================== short test summary info =================================================================================== FAILED tests/urlstore_tests.py::test_from_html - AttributeError: 'RobotFileParser' object has no attribute 'groups' ==================================================================== 1 failed, 25 passed, 1 deselected, 1 warning in 1.69s ==================================================================== ==> ERROR: A failure occurred in check(). Aborting... -> error making: python-courlan-exit status 4 -> Failed to install the following packages. Manual intervention is required: python-courlan - exit status 4