Port details |
- py-tarantool-queue Python bindings for Tarantool queue
- 0.1.4_2 devel
=0 0.1.4_2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2013-11-01 18:03:25
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: python
- License: MIT
- Description:
- Python Bindings for Tarantool Queue (https://github.com/tarantool/queue/)
WWW: https://pypi.org/project/tarantool-queue/
WWW: https://github.com/tarantool/queue-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}tarantool-queue>0:devel/py-tarantool-queue@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-tarantool-queue/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-tarantool-queue
- pkg install py38-tarantool-queue
NOTE: This is a Python port. Instead of py38-tarantool-queue listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-tarantool-queue
- Package flavors (<flavor>: <package>)
- py38: py38-tarantool-queue
- distinfo:
- TIMESTAMP = 1519464568
SHA256 (tarantool-queue-0.1.4.tar.gz) = 07583ba16857a55fb830a0a432dcdd8bec928256481344a709033c6b3c544641
SIZE (tarantool-queue-0.1.4.tar.gz) = 8709
- 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-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-msgpack>=0 : devel/py-msgpack@py38
- py38-tarantool>=0 : databases/py-tarantool@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_py-tarantool-queue
- USES:
- python:3.6+
- 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 0.1.4_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.1.4_2
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
04 Oct 2020 14:13:41
0.1.4_2
|
sunpoet  |
Convert REINPLACE_CMD to patch file |
29 Jan 2020 19:14:41
0.1.4_2
|
sunpoet  |
Remove unnecessary requires.txt patch |
20 Jun 2018 17:05:44
0.1.4_2
|
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 |
25 Apr 2018 16:42:38
0.1.4_2
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
24 Apr 2018 19:47:21
0.1.4_2
|
sunpoet  |
Fix msgpack dependency
- Bump PORTREVISION for package change |
22 Apr 2018 18:29:51
0.1.4_1
|
sunpoet  |
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst |
01 Mar 2018 13:35:36
0.1.4
|
sunpoet  |
Update to 0.1.4
- Sort RUN_DEPENDS
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Simplify pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/tarantool/queue-python/commits/master |
23 Feb 2018 21:09:47
0.1.0
|
rene  |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
30 Nov 2017 15:50:34
0.1.0 
|
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 ) |
01 Apr 2016 14:00:57
0.1.0
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
28 Jan 2016 03:12:24
0.1.0
|
koobs  |
devel/py-msgpack: Rename to py-msgpack-python, Update to 0.4.6
- Rename to py-msgpack-python, accordingly:
- Add MOVED entry
- Update devel/Makefile
- Update dependent ports
- Remove DISTNAME and TODO comment
- Update PORTVERSION and distinfo checksum (0.4.6)
- Re-assign MAINTAINER'ship
PR: 205733
Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net>
Approved by: zont (maintainer) |
28 Sep 2014 18:20:18
0.1.0
|
mva  |
- Convert to USES=python
Approved by: portmgr (implicit) |
31 Oct 2013 19:45:56
0.1.0
|
vg  |
Python Bindings for Tarantool Queue
More details about Tarantool Queue on the page:
https://github.com/tarantool/queue
WWW: https://github.com/tarantool/tarantool-queue-python
WWW: https://pypi.python.org/pypi/tarantool-queue
Approved by: eadler, osa, rm (mentors, implicit) |