Bug 246314

Summary: [NEW PORT] databases/py-pymemcache comprehensive, fast, pure-Python memcached client
Product: Ports & Packages Reporter: Alessandro Sagratini <ale_sagra>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/pinterest/pymemcache
Attachments:
Description Flags
poudriere output
none
make describe
none
portlint -A output
none
port test
none
shar file none

Description Alessandro Sagratini 2020-05-08 17:33:35 UTC
Created attachment 214283 [details]
poudriere output

Hello,
I'm proposing to add Pinterest's Python memcache client to ports collection as I was unable to find it.

Please let me know if you have any objections and if you need anything else from me.
Thank you,
Alessandro
Comment 1 Alessandro Sagratini 2020-05-08 17:33:56 UTC
Created attachment 214284 [details]
make describe
Comment 2 Alessandro Sagratini 2020-05-08 17:34:56 UTC
Created attachment 214285 [details]
portlint -A output
Comment 3 Alessandro Sagratini 2020-05-08 17:35:14 UTC
Created attachment 214286 [details]
port test
Comment 4 Alessandro Sagratini 2020-05-08 17:35:32 UTC
Created attachment 214287 [details]
shar file
Comment 5 commit-hook freebsd_committer freebsd_triage 2020-05-09 15:15:44 UTC
A commit references this bug:

Author: swills
Date: Sat May  9 15:15:01 UTC 2020
New revision: 534780
URL: https://svnweb.freebsd.org/changeset/ports/534780

Log:
  databases/py-pymemcache: create port

  A comprehensive, fast, pure-Python memcached client.

  pymemcache supports the following features:

   * Complete implementation of the memcached text protocol.
   * Configurable timeouts for socket connect and send/recv calls.
   * Access to the "noreply" flag, which can significantly increase the speed of
     writes.
   * Flexible, modular and simple approach to serialization and deserialization.
   * The (optional) ability to treat network and memcached errors as cache
     misses.

  WWW: https://github.com/pinterest/pymemcache

  PR:		246314
  Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com>

Changes:
  head/databases/Makefile
  head/databases/py-pymemcache/
  head/databases/py-pymemcache/Makefile
  head/databases/py-pymemcache/distinfo
  head/databases/py-pymemcache/pkg-descr
Comment 6 Steve Wills freebsd_committer freebsd_triage 2020-05-09 15:59:20 UTC
Committed, thanks!