Port details |
- py-pylibmc Quick and small memcached client for Python
- 1.6.3 databases =2 1.6.3Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2009-11-25 16:15:54
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://sendapatch.se/projects/pylibmc
- Description:
- pylibmc is a client in Python for memcached. It is a wrapper around
TangentOrg's libmemcached library.
The interface is intentionally made as close to python-memcached as possible,
so that applications can drop-in replace it.
pylibmc leverages among other things configurable behaviors, data pickling,
data compression, battle-tested GIL retention, consistent distribution, and
the binary memcached protocol.
- ¦ ¦ ¦ ¦
- 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}pylibmc>0:databases/py-pylibmc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-pylibmc/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-pylibmc
- pkg install py39-pylibmc
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-pylibmc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pylibmc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1662314766
SHA256 (pylibmc-1.6.3.tar.gz) = eefa46115537abad65fbe2e032acd1b3463d9bf9e335af4b0916df4e4d3206e0
SIZE (pylibmc-1.6.3.tar.gz) = 63224
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:
-
- memcached : databases/memcached
- py39-nose>=0 : devel/py-nose@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libmemcached.so : databases/libmemcached
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_py-pylibmc
- 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.6.3 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.6.3 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) |
1.6.3 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.6.3 04 Sep 2022 19:03:54 |
Muhammad Moinur Rahman (bofh) |
databases/py-pylibmc: Update version 1.6.2=>1.6.3
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.3 |
1.6.2 06 Aug 2022 21:57:27 |
Muhammad Moinur Rahman (bofh) |
databases/py-pylibmc: Update version 1.6.1=>1.6.2
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.2 |
1.6.1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.6.1 12 Mar 2022 10:31:53 |
Muhammad Moinur Rahman (bofh) |
databases/py-pylibmc: Update version 1.6.0=>1.6.1
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.1 |
1.6.0 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
1.6.0 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
1.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.6.0 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
1.6.0 20 Apr 2019 11:15:25 |
koobs |
databases/py-pylibmc: Update to 1.6.0
Changelog:
http://sendapatch.se/projects/pylibmc/changelog.html#new-in-version-1-6-0
PR: 233392
Submitted by: Lorenzo Salvadore <phascolarctos protonmail ch>
MFH: No (minor client incompatibility) |
1.5.2 25 Jul 2018 10:18:18 |
koobs |
databases/py-pylibmc: Update to 1.5.2
- Patch setup.py to support the setuptools test command |
1.5.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.5.0 07 Dec 2015 09:31:52 |
koobs |
databases/py-pylibmc: Update to 1.5.0
- Update PORTVERSION and distinfo checksum (1.5.0)
- Remove TESTS option and rename test target now that the framework
supports TEST_DEPENDS
- Add test target comment
- Sort USE_PYTHON
https://github.com/lericson/pylibmc/blob/1.5.0/README.rst#new-in-version-150
Reported by: portscout (\o/) |
1.4.1_1 11 Dec 2014 05:26:39 |
koobs |
databases/libmemcached: Update to 1.0.18 and much more
- Update to 1.0.18 and pkg-plist accordingly
- Add LICENSE (BSD3CLAUSE) and LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- Perl is not required, remove USE_PERL and from USES
- Split LDFLAGS from CONFIGURE_ENV, they're already set there
- Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off)
- Add OPTIONS for hash functions, debug and dtrace
- pkg-descr: Update WWW: URL
- Add patches for:
* alloca.h include not found on FreeBSD
* cinttypes include location
* clang compatibility
- Strip shared libraries manually since upstream install-strip target is
fail
Changes:
https://launchpad.net/libmemcached/+announcements
[1] https://bugs.launchpad.net/libmemcached/+bug/1245562
[2] https://bugs.launchpad.net/libmemcached/+bug/1400560
Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email) |
1.4.1 09 Dec 2014 01:55:52 |
koobs |
databases/py-pylibmc: Update to 1.4.1, Allow Python 3 support
- Update to 1.4.1
- Allow Python 3 support [1]
- Update COMMENT to match PyPi upstream
- Add TESTS option, TEST_DEPENDS and regression-test target
- Strip shared library
- Patch setup.{py,cfg} to add allow 'test' command to run
- Update pkg-descr to match upstream
- pkg-descr: Update WWW: URL to match PyPi upstream
This update passes QA (test suite) under Python 2.7 and 3.4.
Changes:
http://sendapatch.se/projects/pylibmc/changelog.html
[1] https://github.com/lericson/pylibmc/issues/146 |
1.3.0_1 19 Oct 2014 08:50:18 |
mva |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
1.3.0_1 30 Jun 2014 09:53:57 |
koobs |
databases/py-pylibmc: Bump PORTREVISION
Bump PORTREVISION that I forgot in my haste. |
1.3.0 30 Jun 2014 09:51:53 |
koobs |
databases/py-pylibmc: Take maintainership, Modernise
- Take maintainership
- Enable AUTOPLIST
- Limit to Python 2.x [1]
- Adjust COMMENT
- Update LICENSE (BSD3CLAUSE)
- Re-order USE{_*} entries
[1] https://github.com/lericson/pylibmc/issues/146 |
1.3.0 30 Jun 2014 05:51:03 |
eadler |
multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) |
1.3.0 22 May 2014 07:58:13 |
miwi |
- Update to 1.3.0
PR: 189182
Submitted by: maintainer |
1.2.3 21 Jan 2014 23:18:05 |
bapt |
Fix properties on pkg-plist |
1.2.3 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.2.3 17 Dec 2013 18:14:08 |
danilo |
- Fix a typo in LIB_DEPENDS (s/libmemcached.do/libmemcached.so) [1]
- Add stage support
PR: ports/184914
Submitted by: Benjamin Lee <ben@b1c1l1.com> [1] |
1.2.3 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.2.3 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
1.2.3 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.2.3 05 Aug 2012 08:22:52 |
miwi |
- Update 1.2.3
PR: 169881
Submitted by: Maintainer |
1.2.2_2 13 Apr 2012 17:48:18 |
vanilla |
1: Upgrade libmemcached to 1.0.6.
2: bump revision to chase shared library version.
3: drop maintainer |
1.2.2_1 05 Mar 2012 11:51:43 |
vanilla |
Upgrade libmemcached to 1.0.4,
bump revision to chase shared library version. |
1.2.2 14 Jan 2012 19:12:11 |
miwi |
- Update to 1.2.2
PR: 164120
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) |
1.1.1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.1.1 04 Aug 2010 06:09:50 |
lwhsu |
- Restrict Python version to 2.5+
PR: ports/149252
Submitted by: glarkin
Approved by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
1.1.1 06 Jul 2010 02:30:04 |
lwhsu |
- Update to 1.1.1
PR: ports/148088
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer)
Feature safe: yes |
1.1 05 Jun 2010 08:14:44 |
lwhsu |
- Update to 1.1
PR: ports/147489
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
1.0 03 Apr 2010 19:42:53 |
lwhsu |
- Update to 1.0
PR: ports/145093
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
0.9.2 26 Dec 2009 17:58:53 |
lwhsu |
- Update to 0.9.2
PR: ports/141259
Submitted by: Gea-Suan Lin <gslin AT gslin.org> (maintainer) |
0.9.1 25 Nov 2009 16:15:17 |
yzlin |
Add py-pylibmc 0.9.1, python libmemcached wrapper.
PR: ports/140857
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Approved by: lwhsu/rafan (mentors, implicit) |