Package Details: urlscan-git r207.133f77f-1

Git Clone URL: https://aur.archlinux.org/urlscan-git.git (read-only, click to copy)
Package Base: urlscan-git
Description: Replacement for urlview with html context and other improvements.
Upstream URL: https://github.com/firecat53/urlscan
Licenses: GPL2
Conflicts: urlscan
Provides: urlscan
Submitter: firecat53
Maintainer: firecat53
Last Packager: firecat53
Votes: 32
Popularity: 0.153722
First Submitted: 2010-12-27 20:46 (UTC)
Last Updated: 2023-12-17 02:59 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

firecat53 commented on 2023-12-17 03:00 (UTC)

@rekman Done (with a slight edit). Thanks for the prompt.

rekman commented on 2023-12-16 16:50 (UTC)

Needs a prepare() that runs git -C "${srcdir}/${pkgname}" clean -dfx to clear out stale wheels; see Python packaging guidelines.

firecat53 commented on 2023-12-08 04:27 (UTC)

@rekman - done, thanks!

rekman commented on 2023-11-21 22:11 (UTC)

Add python-hatchlings and python-hatch-vcs to makedeps.

BachoSeven commented on 2022-10-29 13:12 (UTC)

@firecat53 this is not building anymore:

==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 319, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'hatchling'

ERROR Backend 'hatchling.build' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'urlscan-git-r182.9505e7c-1':

firecat53 commented on 2021-10-20 19:18 (UTC)

@micwoj92 - updated, thanks for the pointers!

micwoj92 commented on 2021-10-20 04:26 (UTC)

Small things, update license to GPL2, change download to git+https, split package into package and build, remove return 1

firecat53 commented on 2021-10-19 21:21 (UTC)

@micwoj92 - I don't understand what you mean. It's a pretty simple PKGBUILD. Because it's a git package it will automatically pull the latest version when you install it.

micwoj92 commented on 2021-10-19 19:05 (UTC)

Hello, could you modernize this PKGBUILD?

rcorre commented on 2015-10-18 17:33 (UTC) (edited on 2015-10-18 17:36 (UTC) by rcorre)

The urlscan module is installed to /usr/lib/python3.4/site-packages/urlscan, but python3.5 looks for /usr/lib/python3.5/site-packages/urlscan. EDIT: just realized this is probably a result of upgrading python after building urlscan. Remove/Reinstall fixes it.