Page MenuHomeFreeBSD

mail/py-dkimpy: Update to 0.6.1
ClosedPublic

Authored by tobik on Feb 21 2017, 6:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 18, 1:24 PM
Unknown Object (File)
Mon, Feb 17, 1:09 AM
Unknown Object (File)
Thu, Jan 23, 8:03 PM
Unknown Object (File)
Tue, Jan 21, 7:16 AM
Unknown Object (File)
Jan 20 2025, 6:27 PM
Unknown Object (File)
Jan 18 2025, 11:11 AM
Unknown Object (File)
Jan 12 2025, 3:27 AM
Unknown Object (File)
Nov 22 2024, 7:35 AM
Subscribers
None

Details

Summary
Update to 0.6.1

Changes:  http://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/131/ChangeLog
PR:    217277
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D????
Test Plan

poudriere testport FreeBSD 11.0/amd64 ok
poudriere testport FreeBSD 10.3/i386 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7630
Build 7778: arc lint + arc unit

Event Timeline

tobik retitled this revision from to mail/py-dkimpy: Update to 0.6.1.
tobik updated this object.
tobik edited the test plan for this revision. (Show Details)
tobik added reviewers: lme, mat.
mail/py-dkimpy/Makefile
19

I think this is wrong, it should be python:2.7.

mail/py-dkimpy/Makefile
19

Why? python:2 seems to be a valid value according to python.mk. dns/py-dns uses the same as do a lot of other ports.

You approved the update for www/py-fedex in D9703 which also uses python:2. Should I change it to python:2.7 there too?

mail/py-dkimpy/Makefile
19

Because python:2 does not do what you think it does. It depends on python version ${DEFAULT_PYTHON2} and installs a /usr/local/bin/python2 symlink to /usr/local/bin/python2.x.

If your port needs python 2.x, but does not need the python2 symlink, say USES=python:2.7. As a rule of the thumb, never USES=python:2.

As for D9703, it should probably also be changed to python:2.7.

Got it, thanks. Updated to use python:2.7.

mat edited edge metadata.
This revision is now accepted and ready to land.Feb 22 2017, 3:35 PM
This revision was automatically updated to reflect the committed changes.