non port: net/py-ldaptor/pkg-plist |
Number of commits found: 3 |
Saturday, 19 Aug 2017
|
10:43 koobs
net/py-ldaptor: Limit to 2.7 (Does not support Python 3.x)
This port depends on Twisted, which supports Python 3.x as of a number of
versions ago for some growing number of its components. On initial view, ldaptor
appears inconsistent (at least not explicit) in its state of Python 3.x support
for its latest version (16.0.0, not this ports version, 0.0.43)
- A Python 3 compatible wheel is available on PyPI
- Python 3.3-3.5 are included in tox.ini for testing
However:
- Travis CI configuration only tests with 2.7
- Open "Python3 support #55" upstream issue [1]
Additionally, Twisted/Python3 support aside, test builds (without USES=twisted
declared), results in a build error at configure time:
SyntaxError: invalid syntax
This change limits build support to Python 2.7 accordingly.
While I'm here:
- Pet portlint: LICENSE [2], PLIST_FILES, makepatch.
[1] https://github.com/twisted/ldaptor/issues/55
[2]
https://github.com/twisted/ldaptor/commit/7e249b1586789a5c588f662ce74ee9f4338666e0
PR: 219323
Reported by: Johannes Jost Meixner
Approved by: portmgr (blanket)
MFH: 2017Q3
 |
Saturday, 21 Jun 2014
|
22:15 wg
net/py-ldaptor: support stage and use auto plist
 |
Saturday, 22 Oct 2011
|
13:34 pawel
Ldaptor is a pure-Python library that implements:
* LDAP client logic
* separately-accessible LDAP and BER protocol message generation/parsing
* ASCII-format LDAP filter generation and parsing
* LDIF format data generation
* Samba password changing logic
Also included is a web-based user interface to search and edit information in
an LDAP directory and a set of LDAP utilities for use from the command line.
WWW: http://github.com/antong/ldaptor
PR: ports/157738
Submitted by: Attila Nagy <bra@fsn.hu>
 |
Number of commits found: 3 |