Package Details: python-exchangelib 5.1.0-1

Git Clone URL: https://aur.archlinux.org/python-exchangelib.git (read-only, click to copy)
Package Base: python-exchangelib
Description: Client for Microsoft Exchange Web Services (EWS)
Upstream URL: https://github.com/ecederstrand/exchangelib
Licenses: BSD
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 0
Popularity: 0.000000
First Submitted: 2017-05-19 18:01 (UTC)
Last Updated: 2024-04-01 19:37 (UTC)

Latest Comments

hashworks commented on 2022-12-28 16:41 (UTC)

check() fails ATM. https://fb.hash.works/xI69j8/

hashworks commented on 2022-09-13 12:53 (UTC)

Line 27 fails and can be replaced with install -Dm0644 LICENSE … – I also don't see why you provide the LICENSE file over the AUR, the tgz file includes it.

hashworks commented on 2022-09-13 12:50 (UTC)

python-pip is a checkdepends:

==> Starting check()...
/usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:459: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
/usr/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
  warnings.warn(
WARNING: The wheel package is not available.
/usr/bin/python: No module named pip
error: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpr96blmxk', '--quiet', 'tzdata']' returned non-zero exit status 

For 4.7.6 python-yaml, python-dateutils and python-psutil are needed as well – but tests are failing ATM: https://github.com/ecederstrand/exchangelib/issues/1116

tchernomax commented on 2018-02-02 13:56 (UTC) (edited on 2018-02-02 13:56 (UTC) by tchernomax)

ModuleNotFoundError: No module named 'cryptography'
ModuleNotFoundError: No module named 'lxml'

please add python-cryptography and python-lxml as dependances.