Port details |
- py-jira Library to ease use of the JIRA 5 REST APIs
- 3.0.1 devel =2 3.0.1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2013-08-07 23:35:18
- Last Update: 2024-02-29 07:18:32
- Commit Hash: 5d4139f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/pycontribs/jira
- Description:
- A Python library designed to ease the use of the JIRA REST API. Some basic
support for the GreenHopper REST API also exists.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}jira>0:devel/py-jira@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-jira/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-jira
- pkg install py39-jira
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-jira listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-jira
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1701691346
SHA256 (jira-3.0.1.tar.gz) = 5bd8f4199632bf91fcfb4ba25ad2226991d403923b75f7cd2b051b4571492831
SIZE (jira-3.0.1.tar.gz) = 101717
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools-scm>=0 : devel/py-setuptools-scm@py39
- py39-setuptools_scm_git_archive>=1.1 : devel/py-setuptools_scm_git_archive@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-defusedxml>0 : devel/py-defusedxml@py39
- py39-keyring>0 : security/py-keyring@py39
- py39-requests>=2.10.0 : www/py-requests@py39
- py39-requests-oauthlib>=1.1.0 : www/py-requests-oauthlib@py39
- py39-requests-toolbelt>0 : www/py-requests-toolbelt@py39
- py39-filemagic>=1.6 : devel/py-filemagic@py39
- py39-ipython>=4.0.0 : devel/ipython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- deskutils/py-bugwarrior
Configuration Options:
- ===> The following configuration options are available for py39-jira-3.0.1:
MAGIC=on: Enable Content-Type Auto-detection
SHELL=on: Enable interactive shell
===> Use 'make config' to modify these settings
- Options name:
- devel_py-jira
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.1 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
3.0.1 04 Dec 2023 22:13:40 |
Muhammad Moinur Rahman (bofh) |
devel/py-jira: Update version 2.0.0=>3.0.1
- Update WWW
Changelog: https://github.com/pycontribs/jira/releases/tag/3.0.1 |
2.0.0_4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.0.0_4 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
2.0.0_4 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
2.0.0_4 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.0_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.0_4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0_4 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
2.0.0_4 05 Oct 2020 16:54:31 |
swills |
devel/py-jira: switch to ipython and avoid build issue
While here, improve pkg-descr |
2.0.0_3 07 Sep 2020 17:13:10 |
antoine |
Fix bulk -a |
2.0.0_3 28 Jul 2020 13:19:44 |
swills |
devel/py-jira: Remove security/py-pycrypto from RUN_DEPENDS
It's old and no long required upstream. While here, imporve formatting.
PR: 248304
Submitted by: John W. O'Brien <john@saltant.com> |
2.0.0_2 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
2.0.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.0.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.0.0 22 Sep 2018 00:43:12 |
swills |
devel/py-jira: update to 2.0.0 |
1.0.15_1 06 Aug 2018 11:23:41 |
antoine |
Attempt to unbreak ports depending on ipython |
1.0.15 02 Jul 2018 12:55:24 |
swills |
devel/py-jira: allow build/usage with python 3
PR: 229462 |
1.0.15 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.0.15 19 Jun 2018 18:36:46 |
swills |
devel/py-jira: update to 1.0.15 |
1.0.14 14 Mar 2018 14:37:04 |
swills |
devel/py-jira: update to 1.0.14 |
1.0.11_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.0.11 16 Feb 2018 04:14:37 |
swills |
devel/py-jira: update to 1.0.11 |
1.0.10 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.10 12 Aug 2017 20:08:18 |
swills |
devel/py-jira: update 0.32->1.0.10
While here, take maintainership
PR: 220892
Approved by: Alexandros Kosiaris <akosiaris@gmail.com> (maintainer) |
0.32 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.32 23 Dec 2014 04:24:34 |
koobs |
devel/py-jira: Remove commented line
- Remove commented out DISTNAME line, missed in previous commit |
0.32 23 Dec 2014 04:22:34 |
koobs |
devel/py-jira: Mark Un-BROKEN, Update to 0.32
- Mark Un-BROKEN
- Update to 0.32
- Upstream DISTNAME changed to jira, remove DISTNAME accordingly
- Add LICENSE_FILE
- Update *_DEPENDS and version requirements
- Switch www/requests1 to www/requests specifically
- Add OPTIONS for MAGIC PARALLEL, SHELL and TESTS
- Remove SHELL as a default OPTION (requires ipython and a rediculous
number of dependencies. Also, it is an extras_require (optional)
requirement upstream.
- Remove unecessary patch to setup.py
- Update pkg-descr and WWW: URL
Changes:
* https://bitbucket.org/bspeakmon/jira-python/commits/tag/0.32
Spotted by: antoine
Approved by: blanket (portmgr) |
0.16_1 22 Dec 2014 20:43:58 |
antoine |
Mark BROKEN: Depends on conflicting py-requests1 and py-requests (via
py-requests-oauthlib) |
0.16_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.16_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.16 06 Apr 2014 05:49:06 |
sunpoet |
- Update to 0.16
- Add LICENSE
- Use USE_PYDISTUTILS=yes
- Use PYDISTUTILS_AUTOPLIST
- Support STAGEDIR
Changes: https://bitbucket.org/bspeakmon/jira-python/commits/tag/0.16
PR: ports/188194
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: Alexandros Kosiaris <akosiaris@gmail.com> (maintainer) |
0.13_2 27 Jan 2014 12:14:09 |
koobs |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
0.13_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.13_1 25 Aug 2013 16:13:49 |
olgeni |
Update iPython package name. |
0.13 07 Aug 2013 23:34:56 |
wg |
devel/py-jira: Library to ease use of the JIRA 5 REST APIs
A library to ease use of the JIRA 5 REST APIs
WWW: http://bitbucket.org/bspeakmon/jira-python
PR: ports/180849
Submitted by: Alexandros Kosiaris <akosiaris gmail.com> |