Bug 219839

Summary: [NEW PORT] devel/py-easyprocess: Easy to use python subprocess interface
Product: Ports & Packages Reporter: Daniel Ylitalo <daniel>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: python, swills
Priority: --- Keywords: easy, feature
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 219830    
Attachments:
Description Flags
Patch that adds the port
none
Shar that adds the port
none
Patch that adds the port
none
Shar that adds the port none

Description Daniel Ylitalo 2017-06-07 11:50:26 UTC
Created attachment 183289 [details]
Patch that adds the port

Passes portlint -AC + poudriere testport
Comment 1 Daniel Ylitalo 2017-06-07 11:50:53 UTC
Created attachment 183290 [details]
Shar that adds the port
Comment 2 Daniel Ylitalo 2017-06-07 11:52:48 UTC
Created attachment 183291 [details]
Patch that adds the port
Comment 3 Daniel Ylitalo 2017-06-07 11:53:12 UTC
Created attachment 183292 [details]
Shar that adds the port
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2017-06-07 11:56:18 UTC
Nice clean contribution Daniel, keep it up :)
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-07-12 17:11:24 UTC
A commit references this bug:

Author: swills
Date: Wed Jul 12 17:10:21 UTC 2017
New revision: 445593
URL: https://svnweb.freebsd.org/changeset/ports/445593

Log:
  devel/py-easyprocess: create port

  EasyProcess is an easy to use python subprocess interface.

  WWW: https://github.com/ponty/EasyProcess

  PR:		219839
  Submitted by:	Daniel Ylitalo <daniel@blodan.se>

Changes:
  head/devel/Makefile
  head/devel/py-easyprocess/
  head/devel/py-easyprocess/Makefile
  head/devel/py-easyprocess/distinfo
  head/devel/py-easyprocess/pkg-descr
Comment 6 Steve Wills freebsd_committer freebsd_triage 2017-07-12 17:13:09 UTC
Committed, thanks!