Bug 219839 - [NEW PORT] devel/py-easyprocess: Easy to use python subprocess interface
Summary: [NEW PORT] devel/py-easyprocess: Easy to use python subprocess interface
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: Steve Wills
URL:
Keywords: easy, feature
Depends on:
Blocks: 219830
  Show dependency treegraph
 
Reported: 2017-06-07 11:50 UTC by Daniel Ylitalo
Modified: 2017-07-14 08:37 UTC (History)
2 users (show)

See Also:


Attachments
Patch that adds the port (2.70 KB, patch)
2017-06-07 11:50 UTC, Daniel Ylitalo
no flags Details | Diff
Shar that adds the port (1.52 KB, text/plain)
2017-06-07 11:50 UTC, Daniel Ylitalo
no flags Details
Patch that adds the port (2.86 KB, patch)
2017-06-07 11:52 UTC, Daniel Ylitalo
no flags Details | Diff
Shar that adds the port (1.68 KB, text/plain)
2017-06-07 11:53 UTC, Daniel Ylitalo
no flags Details

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