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)
Sat, Apr 12, 7:26 PM
Unknown Object (File)
Mar 2 2025, 8:23 AM
Unknown Object (File)
Mar 1 2025, 4:23 PM
Unknown Object (File)
Feb 23 2025, 11:33 PM
Unknown Object (File)
Feb 23 2025, 8:50 AM
Unknown Object (File)
Feb 11 2025, 8:15 AM
Unknown Object (File)
Feb 8 2025, 5:34 PM
Unknown Object (File)
Jan 27 2025, 2:13 PM
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.