summaryrefslogtreecommitdiff
path: root/databases/py-python-binary-memcached/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-python-binary-memcached: Update to 0.31.1Po-Chuan Hsieh2022-02-281-1/+1
| | | | | 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
* Update to 0.30.1Sunpoet Po-Chuan Hsieh2020-10-131-1/+1
| | | | | Changes: https://github.com/jaysonsantos/python-binary-memcached/releases https://github.com/jaysonsantos/python-binary-memcached/blob/master/CHANGELOG.rst
* Add py-python-binary-memcached 0.30.0Sunpoet Po-Chuan Hsieh2020-08-301-0/+27
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