Search Criteria
Package Details: python-pywbem 1.7.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pywbem.git (read-only, click to copy) |
---|---|
Package Base: | pywbem |
Description: | A WBEM client and related utilities |
Upstream URL: | https://github.com/pywbem/pywbem |
Keywords: | wbem |
Licenses: | LGPLv2.1+ |
Submitter: | cathay4t |
Maintainer: | k0ste |
Last Packager: | k0ste |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-14 06:05 (UTC) |
Last Updated: | 2024-07-16 08:10 (UTC) |
Dependencies (13)
- python-nocasedictAUR
- python-nocaselistAUR
- python-ply
- python-pyyaml (python-yaml)
- python-requests
- python-six
- python-urllib3
- python-yamlloaderAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-mockAUR (make)
- python-setuptools (make)
- python-wheel (make)
Required by (1)
- libstoragemgmt (make)
Latest Comments
cathay4t commented on 2021-10-08 05:28 (UTC)
I am not using pywbem anymore. Feel free to take over the maintenance work.
cathay4t commented on 2020-04-26 04:45 (UTC)
Upgraded to 0.17.2. Python2 package removed.
disprofarma commented on 2018-10-05 17:10 (UTC)
@cathay4t Thanks, now both packages build and update just fine.
cathay4t commented on 2018-10-04 04:00 (UTC)
@disprofarma Fixed. Please try again.
disprofarma commented on 2018-10-02 18:09 (UTC) (edited on 2018-10-02 18:16 (UTC) by disprofarma)
Hi, after the latest release the package fails to build:
== Starting package_python-pywbem()... ERROR:root:Error parsing Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/pbr/core.py", line 96, in pbr attrs = util.cfg_to_args(path, dist.script_args) File "/usr/lib/python3.7/site-packages/pbr/util.py", line 259, in cfg_to_args pbr.hooks.setup_hook(config) File "/usr/lib/python3.7/site-packages/pbr/hooks/init.py", line 25, in setup_hook metadata_config.run() File "/usr/lib/python3.7/site-packages/pbr/hooks/base.py", line 27, in run self.hook() File "/usr/lib/python3.7/site-packages/pbr/hooks/metadata.py", line 26, in hook self.config['name'], self.config.get('version', None)) File "/usr/lib/python3.7/site-packages/pbr/packaging.py", line 839, in get_version name=package_name)) Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name pywbem was given, but was not able to be found. error in setup command: Error parsing ***/pywbem/src/pywbem-0.12.4/setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name pywbem was given, but was not able to be found.