Port details |
- py-amqp Low-level AMQP client for Python (fork of amqplib)
- 5.2.0 net =2 5.2.0Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2012-10-18 15:23:06
- Last Update: 2024-02-05 14:42:27
- Commit Hash: ce55fe0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/celery/py-amqp
- Description:
- This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure python
alternative when librabbitmq is not available.
This library should be API compatible with librabbitmq.
- ¦ ¦ ¦ ¦
- 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}amqp>0:net/py-amqp@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-amqp/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-amqp
- pkg install py39-amqp
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-amqp listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-amqp
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1704721960
SHA256 (amqp-5.2.0.tar.gz) = a1ecff425ad063ad42a486c902807d1482311481c8ad95a72694b2975e75f7fd
SIZE (amqp-5.2.0.tar.gz) = 128754
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
- Test dependencies:
-
- py39-nose>0 : devel/py-nose@py39
- py39-coverage>0 : devel/py-coverage@py39
- py39-mock>0 : devel/py-mock@py39
- py39-case>0 : devel/py-case@py39
- py39-pytest>0 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-vine>=5.0.0,<6.0.0 : devel/py-vine@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-oslo.messaging
- net/py-kombu
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- net_py-amqp
- 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 |
5.2.0 05 Feb 2024 14:42:27 |
Juraj Lutter (otis) |
net/py-amqp: Update to 5.2.0
Approved by: olgeni (maintainer)
Differential revision: https://reviews.freebsd.org/D43365 |
2.6.1 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.6.1 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.6.1 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.6.1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6.1 15 Feb 2021 14:28:39 |
olgeni |
Update net/py-amqp to version 2.6.1.
PR: 251105
Submitted by: Goran Mekic <meka@tilda.center> |
2.5.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.5.2 29 Jan 2020 19:17:38 |
sunpoet |
Update to 2.5.2
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/celery/py-amqp/blob/master/Changelog
PR: 243337
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 15 days) |
2.4.1 21 Mar 2019 19:41:54 |
sunpoet |
Update to 2.4.1
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
Changes: https://github.com/celery/py-amqp/blob/master/Changelog
PR: 236277
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 16 days) |
2.2.2 02 Jul 2018 08:37:36 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
2.2.2 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 |
2.2.2 02 Jan 2018 00:50:27 |
olgeni |
net/py-amqp: Update to 2.2.2 and take over maintainership.
PR: 224519 (plus devel/py-vine dependency)
Submitted by: olgeni
Approved by: maintainer (wg) |
1.4.9 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.4.9 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
1.4.9 13 Nov 2016 16:14:14 |
rene |
Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26 |
1.4.9 19 Jul 2016 13:18:34 |
olgeni |
Update net/py-amqp to 1.4.9.
PR: 208430
Submitted by: olgeni
Approved by: maintainer (PR 208431) |
1.4.7 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.4.7 10 Nov 2015 16:13:36 |
wg |
net/py-amqp: update to 1.4.7 |
1.4.6 29 Sep 2014 16:29:47 |
wg |
net/py-amqp: update to 1.4.6
- USES python |
1.4.5 17 Apr 2014 21:36:28 |
wg |
net/py-amqp: update to 1.4.5 |
1.4.1 20 Jan 2014 13:20:09 |
wg |
net/py-amqp: update to 1.4.1 |
1.3.3 13 Nov 2013 13:50:12 |
wg |
net/py-amqp: update to 1.3.3
- Update to 1.3.3
- Use CHEESESHOP mater site
- Allow staging
- Take maintainership
Approved by: maintainer |
1.3.2 05 Nov 2013 20:58:22 |
wg |
net/py-amqp: update to 1.3.2
Approved by: maintainer (via email) |
1.3.1 26 Oct 2013 14:45:35 |
koobs |
net/py-amqp: Update to 1.3.1
- Update to 1.3.1
- Add TEST_DEPENDS and regression-test target |
1.3.0 20 Oct 2013 01:45:07 |
wg |
net/py-amqp: update to 1.3.0
- Update to 1.3.0
- Use auto plist
Approved by: koobs (maintainer) |
1.2.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.2.0 14 Feb 2013 13:58:36 |
koobs |
- Update to 1.2.0
- Update pkg-plist
- USE_GITHUB
- pkg-descr: WWW: tab->space
Approved by: rm (mentor) |
0.9.3 09 Feb 2013 14:50:27 |
koobs |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor) |
0.9.3 18 Oct 2012 15:22:56 |
sbz |
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure python
alternative when librabbitmq is not available.
This library should be API compatible with librabbitmq.
WWW: http://github.com/celery/py-amqp
PR: ports/171506
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe: yes |