Package Details: python-types-python-dateutil 2.9.0.20240316-1

Git Clone URL: https://aur.archlinux.org/python-types-python-dateutil.git (read-only, click to copy)
Package Base: python-types-python-dateutil
Description: Typing stubs for python-dateutil
Upstream URL: https://github.com/python/typeshed
Licenses: Apache-2.0
Submitter: AchmadFathoni
Maintainer: AchmadFathoni (yochananmarqos)
Last Packager: yochananmarqos
Votes: 3
Popularity: 0.011598
First Submitted: 2022-03-26 10:37 (UTC)
Last Updated: 2024-03-16 15:26 (UTC)

Pinned Comments

AchmadFathoni commented on 2022-06-25 21:30 (UTC)

Need co-maintainer for faster development response

Latest Comments

yochananmarqos commented on 2022-06-25 21:45 (UTC)

@AchmadFathoni: You may add me as a Co-Maintainer.

AchmadFathoni commented on 2022-06-25 21:30 (UTC)

Need co-maintainer for faster development response

yochananmarqos commented on 2022-06-11 14:10 (UTC)

@AchmadFathoni: The PyPi URL is incorrect, it's https://pypi.org/project/types-python-dateutil/. Anyway, the homepage URL is https://github.com/python/typeshed.

yochananmarqos commented on 2022-05-30 14:22 (UTC)

@AchmadFathoni: Please restore the Maintainer line and remove the groups array, that's only in my PKGBUILD for my personal use.

yochananmarqos commented on 2022-05-27 14:38 (UTC)

@RubenKelevra: It's missing python-setuptools to build.

Updated PKGBUILD

RubenKelevra commented on 2022-05-27 13:00 (UTC)

Doesn't build anymore:

==> Sources are ready.
python-types-python-dateutil-2.8.10-1: parsing pkg list...
==> Making package: python-types-python-dateutil 2.8.10-1 (Fri 27 May 2022 02:58:50 PM CEST)
==> Retrieving sources...
  -> Found types-python-dateutil-2.8.10.tar.gz
==> Validating source files with sha256sums...
    types-python-dateutil-2.8.10.tar.gz ... Passed
==> Making package: python-types-python-dateutil 2.8.10-1 (Fri May 27 14:58:51 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
* Getting dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 332, 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 89, 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 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().
    Aborting...