Package Details: python-lazr-restfulclient 0.14.6-1

Git Clone URL: https://aur.archlinux.org/python-lazr-restfulclient.git (read-only, click to copy)
Package Base: python-lazr-restfulclient
Description: A programmable client library that takes advantage of the commonalities among lazr.restful web services to provide added functionality on top of wadllib.
Upstream URL: https://launchpad.net/lazr.restfulclient
Licenses: LGPL3
Submitter: j_4321
Maintainer: j_4321
Last Packager: j_4321
Votes: 1
Popularity: 0.035423
First Submitted: 2019-02-19 16:52 (UTC)
Last Updated: 2024-02-29 12:28 (UTC)

Latest Comments

j_4321 commented on 2023-09-07 11:47 (UTC)

@dreieck Thanks for pointing that out, I made a typo when writing the commit message, I obviously meant "New upstream release - v0.14.5" since my previous commit was for v0.14.4. I cannot correct the commit message since I cannot force push.

dreieck commented on 2023-09-07 08:07 (UTC)

Ahoj,

a note:
I read that your latest commit message of updating this package is "New upstream release - v1.4.5". But this is still 0.14.5.
Regards!

dreieck commented on 2023-09-05 16:20 (UTC)

Serious warnings appear during package build:

/usr/lib/python3.11/site-packages/setuptools/dist.py:945: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!

        ********************************************************************************
        Please replace its usage with implicit namespaces (PEP 420).

        See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details.
        ********************************************************************************

!!
[...]
/usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'lazr.restfulclient.docs' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'lazr.restfulclient.docs' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'lazr.restfulclient.docs' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'lazr.restfulclient.docs' to be distributed and are
        already explicitly excluding 'lazr.restfulclient.docs' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
[...]

Regards!