From 98840b1e931c83051d0b21f3b81af51ff21948d1 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 18 Dec 2022 15:47:06 -0500 Subject: add python-freeipa --- python-freeipa/README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 python-freeipa/README.md (limited to 'python-freeipa/README.md') diff --git a/python-freeipa/README.md b/python-freeipa/README.md new file mode 100644 index 0000000..61f338b --- /dev/null +++ b/python-freeipa/README.md @@ -0,0 +1,31 @@ +# Readme for python-freeipa + +## python-freeipa upstream + +1. [Upstream](https://github.com/waldur/python-freeipa) +2. [Docs](https://python-freeipa.readthedocs.io/en/latest/) + +## Reason for being in stackrpms +Debian does not package python-freeipa, which is a separate client software for FreeIPA and is not part of the official components of a freeipa client server installation. I wanted python-freeipa mostly for [freeipa-cert-alert](https://bgstack15.ddns.net/cgit/freeipa-cert-alert/). + +## Alternatives +* ipa commands that are part of native client server installation + +### Alternative packages +* https://src.fedoraproject.org/rpms/python-freeipa + +## Dependencies +Distro | python3-freeipa version +-------------- | ----------------------- +Devuan Ceres | 1.0.7 + +## Additional info + +### Credits +[1][https://codesearch.debian.net/] Debian Code Search + +### References +[1]: PyYAML packaging in Debian + +## Differences from upstream +None -- cgit