Page MenuHomeFreeBSD

[NEW PORT] security/py-python-pam: Python PAM module
ClosedPublic

Authored by vishwin on Jan 26 2019, 7:18 AM.
Tags
None
Referenced Files
F149480763: D18979.id53245.diff
Tue, Mar 24, 5:59 PM
F149434133: D18979.id53431.diff
Tue, Mar 24, 10:56 AM
F149340831: D18979.id53245.diff
Mon, Mar 23, 9:06 PM
Unknown Object (File)
Sat, Mar 21, 3:14 AM
Unknown Object (File)
Fri, Mar 20, 8:54 PM
Unknown Object (File)
Thu, Mar 19, 9:20 PM
Unknown Object (File)
Wed, Mar 18, 1:09 PM
Unknown Object (File)
Wed, Mar 18, 7:20 AM
Subscribers

Details

Summary
[NEW PORT] security/py-python-pam: Python PAM module

Python PAM module

WWW: https://github.com/FirefighterBlu3/python-pam

PR: 235212
Submitted by: Charlie Li <ml+freebsd vishwin info>
Reviewed_by: koobs
Approved by: koobs
Differential_Revision: D18979
Test Plan
  • portlint: OK
  • testport: OK
  • ran python3.7 -m pam using own credentials successfully

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22176
Build 21391: arc lint + arc unit

Event Timeline

koobs retitled this revision from New port: security/py-python-pam to [NEW PORT] security/py-python-pam: Python PAM module.Jan 26 2019, 9:32 AM
koobs edited the summary of this revision. (Show Details)
koobs edited the test plan for this revision. (Show Details)
koobs added a subscriber: koobs.

Please confirm this also passes portlint

security/py-python-pam/pkg-descr
3

Insufficient for pkg-descr contents, and its really unfortunate upstream doesn't provide anything except CLI examples in their README. I don't know what to suggest, but if we can't find something upstream or make something up, we'll have to accept it as is.

4

Match metadata from setup.py where possible, as it is canonical. In this case setup.py:url is https://github.com/FirefighterBlu3/python-pam

portlint was run as part of testport; both pass.

vishwin added inline comments.
security/py-python-pam/pkg-descr
3

I wish there was something better to come up with, but the actual code is such a thin wrapper around the native PAM library that any more description would be redundant at best. Even upstream's "supporting py3 (and py2)" doesn't serve much of a purpose.

koobs requested changes to this revision.Jan 26 2019, 11:37 AM
koobs added inline comments.
security/py-python-pam/Makefile
5

Add python to CATEGORIES as a secondary/virtual category

This revision now requires changes to proceed.Jan 26 2019, 11:37 AM

Gah, how did I forget this bit?

vishwin marked an inline comment as done.
This revision is now accepted and ready to land.Jan 26 2019, 11:53 AM
koobs edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.