Search Criteria
Package Details: python-python-jenkins 1.8.2-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-python-jenkins.git (read-only, click to copy) |
---|---|
Package Base: | python-python-jenkins |
Description: | A python wrapper for the Jenkins REST API which aims to provide a more conventionally pythonic way of controlling a Jenkins server |
Upstream URL: | https://opendev.org/jjb/python-jenkins/ |
Licenses: | BSD-3-Clause |
Submitter: | synthead |
Maintainer: | jaxvanyang |
Last Packager: | jaxvanyang |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-28 01:25 (UTC) |
Last Updated: | 2024-09-09 03:23 (UTC) |
Dependencies (13)
- python-multi_key_dictAUR
- python-pbr
- python-requests
- python-six
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-mockAUR (check)
- python-multiprocessAUR (check)
- python-requests-mock (check)
- python-testscenarios (check)
- python-requests-kerberos (optional) – Kerberos authentication support
Latest Comments
jaxvanyang commented on 2024-09-06 01:47 (UTC) (edited on 2024-09-06 02:43 (UTC) by jaxvanyang)
@Universebenzene
Sorry, I should have built this package in a clean root. I can reproduce this in a clean root. It can be solved using the method according to https://docs.openstack.org/pbr/latest/user/packagers.html#versioning. I have pushed a fix for that, it should build now.
But it's weird, I think I should take some time to learn the pbr stuff.
EDIT:
pbr uses
.git
directory to generate a version number automaticly. I build this package inside my aur repo, so it uses the wrong aur git directory to generate a version number and it builds. Inside the clean root, there's no.git/
, so it fails.Universebenzene commented on 2024-09-05 13:06 (UTC)
@jaxvanyang Sorry for replying late. I used both AUR helper and devtools to build the package, but the error always occur. Full log with devtools:
jaxvanyang commented on 2024-09-05 08:57 (UTC)
@Universebenzene
Could you please explain how to reproduce this exception and provide the full log? I can build and use this package on my machine without errors.
Universebenzene commented on 2024-09-05 08:16 (UTC) (edited on 2024-09-05 13:07 (UTC) by Universebenzene)
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 python-jenkins was given, but was not able to be found.
jaxvanyang commented on 2024-07-24 03:41 (UTC)
@jonathanio Hi, I made some changes to the PKGBUILD, including:
Could you please add me to co-maintainers, so that I can push the update. And here's the diff: