Bug 199774

Summary: [NEW PORT] devel/py-pytest-cache: Pytest plugin with mechanisms for caching across test runs
Product: Ports & Packages Reporter: Fukang Chen <loader>
Component: Individual Port(s)Assignee: Fukang Chen <loader>
Status: Closed FIXED    
Severity: Affects Only Me CC: koobs, loader
Priority: --- Keywords: needs-patch, needs-qa, patch
Version: LatestFlags: koobs: maintainer-feedback? (loader)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-pytest-cache.shar
none
py27-pytest-cache-1.0.log none

Description Fukang Chen freebsd_committer freebsd_triage 2015-04-29 07:52:15 UTC
Created attachment 156087 [details]
py-pytest-cache.shar

pytest plugin with mechanisms for caching across test runs.

WWW: https://pypi.python.org/pypi/pytest-cache
Comment 1 Fukang Chen freebsd_committer freebsd_triage 2015-07-05 09:40:07 UTC
Created attachment 158370 [details]
py27-pytest-cache-1.0.log
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-07-05 11:28:24 UTC
A couple of things:

upstream setup.py (master) refers to execnet > 1.2, whereas the code as tagged in 1.0 refers to 1.1.dev1 (i dont know if this is pre-1.1, or post-1.1). Either way it's worth checking, since our execnet port is 1.2

There is a test_cache.py file that contains unit tests

For pkg-descr WWW: URL, setup.py refers to http://bitbucket.org/hpk42/pytest-cache/

Otherwise it looks good.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2015-07-05 11:31:06 UTC
Also missing devel/Makefile entry
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-07-05 17:18:00 UTC
A commit references this bug:

Author: loader
Date: Sun Jul  5 17:17:13 UTC 2015
New revision: 391367
URL: https://svnweb.freebsd.org/changeset/ports/391367

Log:
  [NEW] devel/py-pytest-cache: Pytest plugin with mechanisms for
  caching across test runs

  pytest plugin with mechanisms for caching across test runs.

  WWW: https://bitbucket.org/hpk42/pytest-cache/

  PR: 199774
  Approved by: koobs
  Differential Revision: https://reviews.freebsd.org/D2996

Changes:
  head/devel/Makefile
  head/devel/py-pytest-cache/
  head/devel/py-pytest-cache/Makefile
  head/devel/py-pytest-cache/distinfo
  head/devel/py-pytest-cache/pkg-descr
Comment 5 Fukang Chen freebsd_committer freebsd_triage 2015-07-05 17:25:03 UTC
Thanks so much for your help koobs@.