Package Details: python-jira 3.9.3-1

Git Clone URL: https://aur.archlinux.org/python-jira.git (read-only, click to copy)
Package Base: python-jira
Description: Python library to work with Jira APIs
Upstream URL: https://github.com/pycontribs/jira
Keywords: jira python
Licenses: BSD-2-Clause
Submitter: pozar87
Maintainer: pozar87 (C0rn3j)
Last Packager: C0rn3j
Votes: 4
Popularity: 0.000000
First Submitted: 2015-07-24 12:53 (UTC)
Last Updated: 2024-11-27 12:04 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

pozar87 commented on 2020-03-29 19:59 (UTC)

Done. Thanks for suggestion!

zrhoffman commented on 2020-03-28 02:03 (UTC)

ipython should be listed as an optional dependency. It is required to use jirashell, which this package includes.

pozar87 commented on 2019-11-07 11:34 (UTC) (edited on 2019-11-07 11:35 (UTC) by pozar87)

That is true :(

Dropping support for python 2.7 in PKGBUILD

Thanks!

Flupp commented on 2019-11-06 17:06 (UTC)

Unfortunately, the description on GitHub says “[s]upport for py27 was dropped on 2019-10-14”.

https://github.com/pycontribs/jira

Flupp commented on 2019-11-05 15:09 (UTC)

I get the following error while makepkg:

==> Starting build()...
running build
running build_py
running egg_info
writing jira.egg-info/PKG-INFO
writing dependency_links to jira.egg-info/dependency_links.txt
writing entry points to jira.egg-info/entry_points.txt
writing requirements to jira.egg-info/requires.txt
writing top-level names to jira.egg-info/top_level.txt
writing pbr to jira.egg-info/pbr.json
[pbr] Reusing existing SOURCES.txt
ERROR: Sphinx requires at least Python 3.5 to run.
Traceback (most recent call last):
  File "setup.py", line 15, in <module>
    pbr=True)
  File "/usr/lib/python2.7/site-packages/setuptools/__init__.py", line 144, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python2.7/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 719, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 782, in resolve
    replace_conflicting=replace_conflicting
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1065, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1077, in obtain
    return installer(requirement)
  File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 786, in fetch_build_egg
    return cmd.easy_install(req)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 679, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 705, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 890, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1158, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1146, in run_setup
    raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with 1
==> ERROR: A failure occurred in build().
    Aborting...
return value 4

pozar87 commented on 2018-03-05 13:48 (UTC) (edited on 2018-03-05 14:02 (UTC) by pozar87)

Hi Carl, No problem - It was a pleasure to host you. Best regards,

PS I forget to ask - you wish to stay in PKGBUILD as a contributor?

<deleted-account> commented on 2018-03-05 13:43 (UTC)

@pozar87 Can you remove me as a co-maintainer?

pozar87 commented on 2018-02-05 20:21 (UTC)

Updated to 1.0.11

pozar87 commented on 2017-01-27 16:00 (UTC)

Hello carlwgeorge, Be my guest :)

<deleted-account> commented on 2017-01-27 15:55 (UTC)

This PKGBUILD fails to build inside a clean chroot. The makedepends are specified inside the package functions, but it is not allowed there. You have to specify the makedepends at the top level. https://www.archlinux.org/pacman/PKGBUILD.5.html#_package_splitting There are quite a few other problems, and I would like to help clean this up. Would you mind adding me as a co-maintainer?