Bug 227194 - [NEW PORT] www/py-httmock: Mocking library for requests
Summary: [NEW PORT] www/py-httmock: Mocking library for requests
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: https://reviews.freebsd.org/D14929
Keywords:
Depends on:
Blocks: 226290
  Show dependency treegraph
 
Reported: 2018-04-02 01:58 UTC by Derek Schrock
Modified: 2018-04-17 04:11 UTC (History)
1 user (show)

See Also:


Attachments
git format-patch of new port www/py-httmock (2.59 KB, patch)
2018-04-02 01:58 UTC, Derek Schrock
no flags Details | Diff
11amd64 testport of default python flavor with test (23.34 KB, text/plain)
2018-04-02 02:00 UTC, Derek Schrock
no flags Details
11amd64 testport of default python flavor with 'make test' (76.00 KB, text/plain)
2018-04-02 02:03 UTC, Derek Schrock
no flags Details
11amd64 testport of default python flavor with 'make test' (25.00 KB, text/plain)
2018-04-02 02:05 UTC, Derek Schrock
no flags Details
11amd64 testport of py36 python flavor with 'make test' (76.00 KB, text/plain)
2018-04-02 02:06 UTC, Derek Schrock
no flags Details

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