Bug 227194

Summary: [NEW PORT] www/py-httmock: Mocking library for requests
Product: Ports & Packages Reporter: Derek Schrock <dereks>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D14929
Bug Depends on:    
Bug Blocks: 226290    
Attachments:
Description Flags
git format-patch of new port www/py-httmock
none
11amd64 testport of default python flavor with test
none
11amd64 testport of default python flavor with 'make test'
none
11amd64 testport of default python flavor with 'make test'
none
11amd64 testport of py36 python flavor with 'make test' none

Description Derek Schrock 2018-04-02 01:58:57 UTC
Created attachment 192084 [details]
git format-patch of new port www/py-httmock

New port www/py-httmock
    
A mocking library for requests.
    
https://github.com/patrys/httmock/

This port is supporing new port devel/py-python-gitlab TEST_DEPENDS
Comment 1 Derek Schrock 2018-04-02 02:00:24 UTC
Created attachment 192085 [details]
11amd64 testport of default python flavor with test

poudriere testport of www/py-httmock with 'make test' output inside the interactive poudriere testport jail.
Comment 2 Derek Schrock 2018-04-02 02:03:46 UTC
Created attachment 192086 [details]
11amd64 testport of default python flavor with 'make test'

poudriere testport of www/py-httmock with 'make test' output inside the interactive poudriere testport jail
Comment 3 Derek Schrock 2018-04-02 02:05:36 UTC
Created attachment 192087 [details]
11amd64 testport of default python flavor with 'make test'

poudriere testport of www/py-httmock with 'make test' output inside the interactive poudriere testport jail.
Comment 4 Derek Schrock 2018-04-02 02:06:26 UTC
Created attachment 192088 [details]
11amd64 testport of py36 python flavor with 'make test'

poudriere testport of www/py-httmock with 'make test' output inside the interactive poudriere testport jail with @py36 flavor.
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-04-17 04:09:42 UTC
A commit references this bug:

Author: swills
Date: Tue Apr 17 04:08:58 UTC 2018
New revision: 467557
URL: https://svnweb.freebsd.org/changeset/ports/467557

Log:
  www/py-httmock: create port

  A mocking library for requests for Python 2.7 and 3.4+.

  WWW: https://github.com/patrys/httmock

  PR:		227194
  Submitted by:	dereks@lifeofadishwasher.com

Changes:
  head/www/Makefile
  head/www/py-httmock/
  head/www/py-httmock/Makefile
  head/www/py-httmock/distinfo
  head/www/py-httmock/pkg-descr
Comment 6 Steve Wills freebsd_committer freebsd_triage 2018-04-17 04:11:31 UTC
Committed, thanks!