Port details |
- py-pika Python AMQP Client Library
- 1.3.1 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2011-03-04 10:15:32
- Last Update: 2022-12-14 21:41:14
- Commit Hash: fa4239b
- People watching this port, also watch:: tmux, py39-psycopg2, python
- Also Listed In: net python
- License: BSD3CLAUSE
- Description:
- Pika is a pure-Python implementation of the AMQP 0-9-1 protocol
that tries to stay fairly independent of the underlying network
support library. Pika was developed primarily for use with
RabbitMQ, but should also work with other AMQP 0-9-1 brokers.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pika>0:devel/py-pika@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pika/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pika
- pkg install py39-pika
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-pika listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pika
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1671051008
SHA256 (pika-pika-1.3.1_GH0.tar.gz) = 4f3bd9e90f1cfa48b8ef0230417fc7b3bc3a4cd8b27d2bb3a4c05e6d5f71210c
SIZE (pika-pika-1.3.1_GH0.tar.gz) = 321628
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>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-pika-pool
Configuration Options:
- No options to configure
- Options name:
- devel_py-pika
- USES:
- python:3.6+
- 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 |
1.3.1 14 Dec 2022 21:41:14
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-pika: Update version 1.3.0=>1.3.1
Relnotes: https://github.com/pika/pika/releases/tag/1.3.1 |
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) |
1.3.0 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 ) |
1.3.0 20 Jul 2022 19:43:16
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-pika: Update version 1.2.1=>1.3.0
- Add USE_PYTHON=nose2
Relnotes: https://github.com/pika/pika/releases/tag/1.3.0 |
1.2.1 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 ) |
1.2.1 04 May 2022 00:53:06
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-pika: Update version 1.2.0=>1.2.1
Relnotes: https://github.com/pika/pika/releases/tag/1.2.1 |
1.2.0 12 Mar 2022 10:40:17
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-pika: Update version 1.1.0=>1.2.0
Relnotes: https://github.com/pika/pika/releases/tag/1.2.0 |
1.1.0 08 Mar 2022 02:09:57
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Take maintainership |
1.1.0 07 Mar 2022 19:07:39
    |
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
1.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.1.0 02 Nov 2019 03:27:05
  |
koobs  |
devel/py-pika: Update to 1.1.0
Add missing python secondary category
PR: 241240
Submitted by: Mikael Uurankar <mikael.urankar gmail com>
MFH: 2019Q4 (blanket: bugfix release) |
1.0.1 25 Apr 2019 11:25:57
  |
koobs  |
devel/py-pika: Update to 1.0.1
Changelog:
https://github.com/pika/pika/blob/1.0.1/CHANGELOG.rst |
0.12.0 22 Jul 2018 11:24:25
  |
koobs  |
devel/py-pika: Update to 0.12.0
- Switch to GitHub for MASTER_SITES (test suite not included in PyPI sdist)
Changelog:
https://github.com/pika/pika/blob/0.12.0/CHANGELOG.rst
Differential Revision: D15856 (based on) |
0.10.0 16 Jan 2016 14:34:45
  |
koobs  |
devel/py-pika: Update to 0.10.0
- Update PORTVERSION and distinfo checksum (0.10.0)
- Take MAINTAINER'ship
- Add LICENSE / LICENSE_FILE
- Sort USE_PYTHON
- Update pkg-descr WWW: URL to match setup.py:url= |
0.9.14 02 Dec 2014 22:40:57
  |
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
0.9.14 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.9.14 11 Aug 2014 13:47:15
  |
wg  |
devel/py-pika: update to 0.9.14
PR: 191875
Submitted by: olgeni
Approved by: maintainer (timeout) |
0.9.13_1 06 Mar 2014 14:13:43
  |
miwi  |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
0.9.13 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.9.13 28 Jun 2013 02:28:21
  |
clsung  |
- Update to 0.9.13 |
0.9.12 20 May 2013 16:06:43
  |
wg  |
- Update to 0.9.12
Changes:
https://github.com/pika/pika/blob/0.9.12/docs/version_history.rst
PR: ports/178290
Submitted by: Matthias Petermann <matthias@petermann.it>
Approved by: culot (mentor), maintainer (timeout, > 14 days) |
0.9.9 31 Jan 2013 07:03:57
  |
clsung  |
- Update to 0.9.9 |
0.9.5 06 Apr 2011 07:53:58
 |
clsung  |
- Update to 0.9.5 |
0.9.4 04 Mar 2011 10:15:08
 |
clsung  |
Pika is a pure-Python implementation of the AMQP 0-9-1 protocol
that tries to stay fairly independent of the underlying network
support library. Pika was developed primarily for use with
RabbitMQ, but should also work with other AMQP 0-9-1 brokers.
WWW: http://tonyg.github.com/pika/ |