Port details |
- py-pika Python AMQP Client Library
- 1.3.2_1 devel
=3 1.3.2Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2011-03-04 10:15:32
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: dhcp6, py311-werkzeug, py311-flask, mbuffer, py311-itsdangerous
- Also Listed In: net python
- License: BSD3CLAUSE
- WWW:
- https://pika.readthedocs.io
- 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.
¦ ¦ ¦ ¦ 
- 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}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 py311-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 py311-pika listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pika
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1683471490
SHA256 (pika-pika-1.3.2_GH0.tar.gz) = 5eb71b9a0047c77d99378e525a2041fc50aae4a177b060f9825b3e2fdcc96fc4
SIZE (pika-pika-1.3.2_GH0.tar.gz) = 323647
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-mock>0 : devel/py-mock@py311
- py311-tornado>0 : www/py-tornado@py311
- py311-nose2>=0 : devel/py-nose2@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-pika-pool
- www/radicale
Configuration Options:
- No options to configure
- Options name:
- devel_py-pika
- 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 |
1.3.2_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
1.3.2 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> |
1.3.2 07 May 2023 19:26:18
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-pika: Update version 1.3.1=>1.3.2
Changelog: https://github.com/pika/pika/releases/tag/1.3.2 |
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/ |