Page MenuHomeFreeBSD

devel/py-setproctitle: Update to 1.1.9
ClosedPublic

Authored by koobs on Oct 27 2015, 9:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 4, 7:33 PM
Unknown Object (File)
Feb 5 2024, 10:08 PM
Unknown Object (File)
Dec 30 2023, 3:59 PM
Unknown Object (File)
Dec 30 2023, 3:58 PM
Unknown Object (File)
Dec 22 2023, 8:25 AM
Unknown Object (File)
Nov 6 2023, 4:18 AM
Unknown Object (File)
Nov 5 2023, 10:00 AM
Unknown Object (File)
Nov 5 2023, 9:04 AM
Subscribers

Details

Summary

Commit log:

devel/py-setproctitle: Update to 1.1.9

 - Update PORTVERSION and distinfo checksum (1.1.9)
 - Sort USE_PYTHON values
 - Update COMMENT to match upstream (setup.py:description=)
 - Update pkg-descr WWW: URL to match upstream (setup.py:url=)
 - Strip shared library
 - Add test target

Changes:

  https://github.com/dvarrazzo/py-setproctitle/blob/version-1.1.9/HISTORY.rst
Test Plan
  • portlint: OK
  • porttest: OK
  • unittest: FAILED (failures=1, skipped=5 FAIL: test_weird_path (doesnt expect prefix:)

Diff Detail

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

Event Timeline

koobs retitled this revision from to devel/py-setproctitle: Update to 1.1.9.
koobs updated this object.
koobs edited the test plan for this revision. (Show Details)
koobs added a reviewer: sbz.
koobs added a subscriber: Python.

Normally unit tests shouldn't fail. I think we can try to fix them using patches or upstream before landing the changes. What do you think ? Otherwise

lgtm

Interesting I don't have the failure

arc patch D4007
cd devel/py-setproctitle
sudo make install 
sudo make test
....
===>  Testing for py27-setproctitle-1.1.9
ss.....ss..sss
----------------------------------------------------------------------
Ran 14 tests in 0.573s

OK (skipped=7)

Thank you!

sbz edited edge metadata.
This revision is now accepted and ready to land.Nov 4 2015, 12:47 AM

Could be due to my /tmp is a symlink -> /var/tmp or something similar.

This revision was automatically updated to reflect the committed changes.