Bug 251094

Summary: [NEW PORT] devel/py-doctest-ignore-unicode: Nose plugin to ignore unicode literal prefixes in doctests
Product: Ports & Packages Reporter: Loïc Bartoletti <lbartoletti>
Component: Individual Port(s)Assignee: Loïc Bartoletti <lbartoletti>
Status: Closed FIXED    
Severity: Affects Only Me CC: python
Priority: --- Keywords: feature
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 251095    
Attachments:
Description Flags
devel/py-doctest-ignore-unicode 0.1.2 lbartoletti: maintainer-approval+

Description Loïc Bartoletti freebsd_committer freebsd_triage 2020-11-13 08:32:47 UTC
Created attachment 219628 [details]
devel/py-doctest-ignore-unicode 0.1.2

devel/py-doctest-ignore-unicode: Nose plugin to ignore unicode literal prefixes in doctests

This port will be used by graphics/py-pygraphviz (TEST_DEPENDS)


QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 11/12/13 amd64/i386 py27/py37)
Comment 1 Loïc Bartoletti freebsd_committer freebsd_triage 2020-11-13 08:33:57 UTC
It should be named devel/py-doctest-ignore-unicode or devel/py-nose-doctest-ignore-unicode since it's a nose plugin?
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2020-11-13 10:38:23 UTC
Whatever the PyPI name is: doctest-ignore-unicode

Minor style suggestions: COMMENT should match package setup.py:description modulo portlint compliance. 

COMMENT: Add flag to ignore unicode literal prefixes in doctests

You could add "(nose) doctests" if preferred. Or suggest a better :description upstream 

^Triage: Reporter is committer, assign accordingly
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-11-15 07:03:42 UTC
A commit references this bug:

Author: lbartoletti
Date: Sun Nov 15 07:03:07 UTC 2020
New revision: 555168
URL: https://svnweb.freebsd.org/changeset/ports/555168

Log:
  [NEW PORT] devel/py-doctest-ignore-unicode: Nose plugin to ignore unicode literal prefixes in doctests

  PR:		251094
  Reviewed by:	koobs

Changes:
  head/devel/Makefile
  head/devel/py-doctest-ignore-unicode/
  head/devel/py-doctest-ignore-unicode/Makefile
  head/devel/py-doctest-ignore-unicode/distinfo
  head/devel/py-doctest-ignore-unicode/pkg-descr
Comment 4 Loïc Bartoletti freebsd_committer freebsd_triage 2020-11-15 07:03:50 UTC
Committed, with your suggestion. Thanks!