Bug 196049 - [NEW PORT] net/py-pysocks: Python SOCKS module
Summary: [NEW PORT] net/py-pysocks: Python SOCKS module
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: Po-Chuan Hsieh
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2014-12-17 02:34 UTC by kyuupichan
Modified: 2015-03-22 15:03 UTC (History)
0 users

See Also:


Attachments
SHAR file of the new port (1.27 KB, text/plain)
2014-12-17 02:34 UTC, kyuupichan
no flags Details
SHAR file of the new port (1.54 KB, text/plain)
2014-12-17 10:45 UTC, kyuupichan
no flags Details
Output requested (2.65 KB, text/plain)
2014-12-17 10:47 UTC, kyuupichan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description kyuupichan 2014-12-17 02:34:21 UTC
Created attachment 150667 [details]
SHAR file of the new port

Derived from SocksiPy - a Python SOCKS module.

This package is a new dependency of upgrading package finance/electrum to 2.0.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2014-12-17 03:00:14 UTC
Thank you for your submission!

For QA, please attach:

* portlint output
* poudriere testport output
* Python unit test output (if available)

Also, it may be worth adding some of the listed Features [1] into pkg-descr

[1] https://github.com/Anorov/PySocks#features
Comment 2 kyuupichan 2014-12-17 10:45:37 UTC
Created attachment 150679 [details]
SHAR file of the new port

Replaced SHAR file after updating pkg-descr as requested
Comment 3 kyuupichan 2014-12-17 10:47:10 UTC
Created attachment 150680 [details]
Output requested

Output of portlint and the make command as requested.

There are no unittests for this package.
Comment 4 kyuupichan 2015-02-02 06:07:08 UTC
Hi - is there anything else, or can this be committed now please?
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-03-22 14:59:43 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Mar 22 14:59:12 UTC 2015
New revision: 381922
URL: https://svnweb.freebsd.org/changeset/ports/381922

Log:
  - Add py-pysocks 1.5.0

  Derived from SocksiPy - a Python SOCKS module.

  - UDP support
  - SocksiPyHandler, courtesy e000, was also added as an example of how
    this module can be used with urllib2. See example code in sockshandler.py.
  - urllib3, which powers the requests module, is working on integrating SOCKS
    proxy support based on this branch

  PR:		196049
  Submitted by:	<kyuupichan@gmail.com>

Changes:
  head/net/Makefile
  head/net/py-pysocks/
  head/net/py-pysocks/Makefile
  head/net/py-pysocks/distinfo
  head/net/py-pysocks/pkg-descr
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-03-22 15:03:48 UTC
Committed. Thanks!