Bug 246314 - [NEW PORT] databases/py-pymemcache comprehensive, fast, pure-Python memcached client
Summary: [NEW PORT] databases/py-pymemcache comprehensive, fast, pure-Python memcached...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://github.com/pinterest/pymemcache
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-08 17:33 UTC by Alessandro Sagratini
Modified: 2020-05-09 15:59 UTC (History)
0 users

See Also:


Attachments
poudriere output (27.56 KB, text/plain)
2020-05-08 17:33 UTC, Alessandro Sagratini
no flags Details
make describe (930 bytes, text/plain)
2020-05-08 17:33 UTC, Alessandro Sagratini
no flags Details
portlint -A output (142 bytes, text/plain)
2020-05-08 17:34 UTC, Alessandro Sagratini
no flags Details
port test (14.05 KB, text/plain)
2020-05-08 17:35 UTC, Alessandro Sagratini
no flags Details
shar file (2.11 KB, text/plain)
2020-05-08 17:35 UTC, Alessandro Sagratini
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!