Page MenuHomeFreeBSD

New port devel/py-delfick_error
ClosedPublic

Authored by truckman on Feb 9 2016, 10:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 8:16 AM
Unknown Object (File)
Mar 8 2024, 3:11 AM
Unknown Object (File)
Feb 17 2024, 6:30 AM
Unknown Object (File)
Dec 30 2023, 2:14 PM
Unknown Object (File)
Dec 30 2023, 2:14 PM
Unknown Object (File)
Nov 10 2023, 5:31 AM
Unknown Object (File)
Nov 9 2023, 8:27 PM
Unknown Object (File)
Nov 9 2023, 12:20 PM
Subscribers
None

Details

Summary

The point of this exception class is to be able to create
an error class that automatically combines keyword arguments
given to the exception instance.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

truckman retitled this revision from to New port devel/py-delfick_error.
truckman updated this object.
truckman edited the test plan for this revision. (Show Details)
truckman added a reviewer: koobs.
koobs edited edge metadata.

Inline suggestion to use direct test invocation (rather than through script)

Otherwise LGTM.

devel/py-delfick_error/Makefile
43 โ†—(On Diff #13145)

Prefer to invoke tests directly

We'll be providing python.mk framework variables for this soon, so it will assist in the conversion process

Same ordered do-test recommended as the previous review

Your call if you want to change this or not, but highly desirable.

This revision is now accepted and ready to land.Feb 9 2016, 10:08 AM

It is too late for me to commit this tonight ...

been on front of this screen for most of the last 20 hours ... ZZZ ...

devel/py-delfick_error/Makefile
43 โ†—(On Diff #13145)

cd /wrkdirs/usr/ports/devel/py-delfick_error/work/delfick_error-6761e6c && /usr/local/bin/python2.7 test.sh

File "test.sh", line 2
  nosetests --with-noy $@
                 ^

SyntaxError: invalid syntax

truckman edited edge metadata.

Use preferred do-test construct

This revision now requires review to proceed.Feb 9 2016, 5:37 PM
koobs edited edge metadata.
This revision is now accepted and ready to land.Feb 9 2016, 5:51 PM

I believe GH_PROJECT defaults to PORTNAME and is not needed

This revision was automatically updated to reflect the committed changes.