Port details |
- py-jira Library to ease use of the JIRA 5 REST APIs
- 2.0.0_4 devel
=0 2.0.0_4Version of this port present on the latest quarterly branch. - Maintainer: swills@FreeBSD.org
 - Port Added: 2013-08-07 23:35:18
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- A Python library designed to ease the use of the JIRA REST API. Some basic
support for the GreenHopper REST API also exists.
WWW: https://bitbucket.org/bspeakmon/jira-python
- SVNWeb : git : Homepage
- 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 py38-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 py38-jira listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-jira
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1537576538
SHA256 (jira-2.0.0.tar.gz) = e2a94adff98e45b29ded030adc76103eab34fa7d4d57303f211f572bedba0e93
SIZE (jira-2.0.0.tar.gz) = 95561
- 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:
-
- py38-pbr>=1.9 : devel/py-pbr@py38
- py38-pytest-runner>0 : devel/py-pytest-runner@py38
- py38-sphinx>=1.6.5,1 : textproc/py-sphinx@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-pbr>=1.9 : devel/py-pbr@py38
- py38-requests-oauthlib>=0.3.3 : www/py-requests-oauthlib@py38
- py38-requests>=1.2.3 : www/py-requests@py38
- py38-six>=1.5.2 : devel/py-six@py38
- py38-tlslite>=0.4.4 : security/py-tlslite@py38
- py38-filemagic>=1.6 : devel/py-filemagic@py38
- py38-grequests>0 : www/py-grequests@py38
- py38-ipython>=0.13 : devel/ipython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- deskutils/py-bugwarrior
- Configuration Options:
- ===> The following configuration options are available for py38-jira-2.0.0_4:
MAGIC=on: Enable Content-Type Auto-detection
PARALLEL=on: Enable asynchronous requests
SHELL=on: Enable interactive shell
TESTS=off: Install test suite dependencies
===> Use 'make config' to modify these settings
- Options name:
- devel_py-jira
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.0.0_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
2.0.0_4
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
05 Oct 2020 16:54:31
2.0.0_4
|
swills  |
devel/py-jira: switch to ipython and avoid build issue
While here, improve pkg-descr |
07 Sep 2020 17:13:10
2.0.0_3
|
antoine  |
Fix bulk -a |
28 Jul 2020 13:19:44
2.0.0_3
|
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> |
11 May 2020 23:51:58
2.0.0_2
|
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 ) |
26 Jul 2019 20:46:57
2.0.0_2
|
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 |
12 Dec 2018 01:35:36
2.0.0_1
|
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 |
22 Sep 2018 00:43:12
2.0.0
|
swills  |
devel/py-jira: update to 2.0.0 |
06 Aug 2018 11:23:41
1.0.15_1
|
antoine  |
Attempt to unbreak ports depending on ipython |
02 Jul 2018 12:55:24
1.0.15
|
swills  |
devel/py-jira: allow build/usage with python 3
PR: 229462 |
20 Jun 2018 17:05:44
1.0.15
|
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 |
19 Jun 2018 18:36:46
1.0.15
|
swills  |
devel/py-jira: update to 1.0.15 |
14 Mar 2018 14:37:04
1.0.14
|
swills  |
devel/py-jira: update to 1.0.14 |
10 Mar 2018 17:46:06
1.0.11_1
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
16 Feb 2018 04:14:37
1.0.11
|
swills  |
devel/py-jira: update to 1.0.11 |
30 Nov 2017 15:50:34
1.0.10 
|
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 ) |
12 Aug 2017 20:08:18
1.0.10
|
swills  |
devel/py-jira: update 0.32->1.0.10
While here, take maintainership
PR: 220892
Approved by: Alexandros Kosiaris <akosiaris@gmail.com> (maintainer) |
01 Apr 2016 14:00:57
0.32
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
23 Dec 2014 04:24:34
0.32
|
koobs  |
devel/py-jira: Remove commented line
- Remove commented out DISTNAME line, missed in previous commit |
23 Dec 2014 04:22:34
0.32
|
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) |
22 Dec 2014 20:43:58
0.16_1
|
antoine  |
Mark BROKEN: Depends on conflicting py-requests1 and py-requests (via
py-requests-oauthlib) |
20 Oct 2014 16:04:14
0.16_1
|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
10 Sep 2014 20:50:37
0.16_1
|
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) |
06 Apr 2014 05:49:06
0.16
|
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) |
27 Jan 2014 12:14:09
0.13_2
|
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 |
20 Sep 2013 17:13:47
0.13_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
25 Aug 2013 16:13:49
0.13_1
|
olgeni  |
Update iPython package name. |
07 Aug 2013 23:34:56
0.13
|
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> |