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
F81589661: D18979.id53245.diff
Thu, Apr 18, 2:33 PM
F81558710: D18979.id53240.diff
Thu, Apr 18, 1:31 AM
Unknown Object (File)
Tue, Apr 16, 10:57 AM
Unknown Object (File)
Feb 1 2024, 3:52 PM
Unknown Object (File)
Feb 1 2024, 3:48 PM
Unknown Object (File)
Feb 1 2024, 3:44 PM
Unknown Object (File)
Feb 1 2024, 3:43 PM
Unknown Object (File)
Feb 1 2024, 3:28 PM
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.