summaryrefslogtreecommitdiff
path: root/databases/py-python-binary-memcached (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-python-binary-memcached: Convert to USE_PYTHON=pytestPo-Chuan Hsieh2022-06-041-5/+3
|
* databases/py-python-binary-memcached: Fix ↵Po-Chuan Hsieh2022-04-161-3/+2
| | | | | | | b0fe0f19c23a44373cecc3316ff4897f42b469b0 - Fix TEST_DEPENDS: Remove py-idna which is a missing dependency of py-trustme - While I'm here, update version requirement of TEST_DEPENDS
* databases/py-python-binary-memcached: add missing test dependsDmitry Marakasov2022-04-071-1/+3
| | | | Approved by: portmgr blanket
* databases/py-python-binary-memcached: Update to 0.31.1Po-Chuan Hsieh2022-02-283-4/+25
| | | | | Changes: https://github.com/jaysonsantos/python-binary-memcached/releases https://github.com/jaysonsantos/python-binary-memcached/blob/master/CHANGELOG.md
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 0.30.1Sunpoet Po-Chuan Hsieh2020-10-132-4/+4
| | | | | | | | Changes: https://github.com/jaysonsantos/python-binary-memcached/releases https://github.com/jaysonsantos/python-binary-memcached/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=552254
* Add py-python-binary-memcached 0.30.0Sunpoet Po-Chuan Hsieh2020-08-303-0/+38
bmemcached is a pure python module (thread safe) to access memcached via it's binary with SASL auth support. The main purpose of this module it to be able to communicate with memcached using binary protocol and support authentication, so it can work with Heroku for example. WWW: https://github.com/jaysonsantos/python-binary-memcached Notes: svn path=/head/; revision=546973