Package Details: python-pylint-django 2.5.5-2

Git Clone URL: https://aur.archlinux.org/python-pylint-django.git (read-only, click to copy)
Package Base: python-pylint-django
Description: A Pylint plugin to help Pylint understand the Django web framework
Upstream URL: https://github.com/landscapeio/pylint-django
Licenses: GPL2
Submitter: svenstaro
Maintainer: razer
Last Packager: razer
Votes: 4
Popularity: 0.031400
First Submitted: 2016-06-28 00:11 (UTC)
Last Updated: 2023-11-01 07:36 (UTC)

Latest Comments

razer commented on 2023-11-01 07:37 (UTC)

should be solved

xuiqzy commented on 2023-10-30 12:33 (UTC)

Error in build, maybe missing build dependency poetry?

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

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
          ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'poetry'

ERROR Backend 'poetry.core.masonry.api' is not available.

razer commented on 2023-10-29 18:11 (UTC)

My bad, should be fixed

xuiqzy commented on 2023-10-29 14:16 (UTC)

404 when downloading sources:

==> Retrieving sources...
  -> Downloading pylint-django-2.5.5.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   122  100   122    0     0    619      0 --:--:-- --:--:-- --:--:--   622
100   286  100   286    0     0    556      0 --:--:-- --:--:-- --:--:--   556
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://pypi.io/packages/source/p/pylint-django/pylint-django-2.5.5.tar.gz
    Aborting...

Maybe the download link should be the one linked here? https://pypi.org/project/pylint-django/#files

svenstaro commented on 2017-11-06 13:45 (UTC)

I orphaned it. Someone take it over.

Emil commented on 2016-09-18 14:41 (UTC)

Hi, this package depends on python-pylint-plugin-utils, can you add it as a dependency?