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
F103214590: D9704.id25488.diff
Fri, Nov 22, 7:35 AM
Unknown Object (File)
Wed, Nov 20, 8:46 PM
Unknown Object (File)
Tue, Nov 19, 11:07 AM
Unknown Object (File)
Tue, Nov 19, 8:00 AM
Unknown Object (File)
Mon, Nov 18, 3:24 PM
Unknown Object (File)
Fri, Nov 15, 11:20 PM
Unknown Object (File)
Fri, Nov 15, 7:05 PM
Unknown Object (File)
Sep 24 2024, 4:04 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #25488)

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

mail/py-dkimpy/Makefile
19 ↗(On Diff #25488)

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 ↗(On Diff #25488)

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.