aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldap3
Commit message (Collapse)AuthorAgeFilesLines
* net/py-ldap3: update to 2.7Ruslan Makhmatkhanov2020-04-242-5/+4
| | | | Notes: svn path=/head/; revision=532902
* net/py-ldap3: correct licenseRuslan Makhmatkhanov2019-12-081-2/+3
| | | | | | | | | | | | Actual license for this port is GNU LESSER v3 according to [1] [1] https://ldap3.readthedocs.io/ PR: 242496 Submitted by: ngie Notes: svn path=/head/; revision=519581
* net/py-ldap3: update to 2.6Ruslan Makhmatkhanov2019-11-032-4/+4
| | | | Notes: svn path=/head/; revision=516400
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* net/py-ldap3: update to 2.5Ruslan Makhmatkhanov2018-05-022-4/+4
| | | | Notes: svn path=/head/; revision=468820
* net/py-ldap3: update to 2.4.1Ruslan Makhmatkhanov2018-01-222-4/+4
| | | | Notes: svn path=/head/; revision=459692
* Simplify some USES=pythonAntoine Brodin2017-12-291-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=457499
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* net/py-ldap3: update to 2.3Ruslan Makhmatkhanov2017-09-222-4/+4
| | | | Notes: svn path=/head/; revision=450410
* net/py-ldap3: update to 2.2.4Ruslan Makhmatkhanov2017-05-082-4/+4
| | | | Notes: svn path=/head/; revision=440449
* net/py-ldap3: update to 2.2.2Ruslan Makhmatkhanov2017-04-232-4/+4
| | | | Notes: svn path=/head/; revision=439229
* net/py-ldap3: update to 2.2.1Ruslan Makhmatkhanov2017-02-162-4/+4
| | | | Notes: svn path=/head/; revision=434244
* net/py-ldap3: update to 2.2.0Ruslan Makhmatkhanov2017-01-212-4/+4
| | | | Notes: svn path=/head/; revision=432086
* net/py-ldap3: update to 2.1.1Ruslan Makhmatkhanov2016-12-092-4/+4
| | | | Notes: svn path=/head/; revision=428249
* net/py-ldap3: update to 2.1.0Ruslan Makhmatkhanov2016-11-072-4/+4
| | | | Notes: svn path=/head/; revision=425644
* net/py-ldap3: update to 2.0.9Ruslan Makhmatkhanov2016-10-282-4/+4
| | | | Notes: svn path=/head/; revision=424882
* net/py-ldap3: update to 1.4.0Ruslan Makhmatkhanov2016-08-212-4/+5
| | | | Notes: svn path=/head/; revision=420554
* net/py-ldap3: update to 1.2.2Ruslan Makhmatkhanov2016-04-152-3/+3
| | | | Notes: svn path=/head/; revision=413362
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/py-ldap3: update to 1.2.1Ruslan Makhmatkhanov2016-03-222-3/+3
| | | | Notes: svn path=/head/; revision=411679
* net/py-ldap3: update to 1.1.2Ruslan Makhmatkhanov2016-03-132-3/+3
| | | | Notes: svn path=/head/; revision=411013
* net/py-ldap3: update to 1.0.4Ruslan Makhmatkhanov2016-02-022-3/+3
| | | | Notes: svn path=/head/; revision=407842
* net/py-ldap3: update to 1.0.3Ruslan Makhmatkhanov2016-01-162-4/+3
| | | | Notes: svn path=/head/; revision=406222
* devel/py-asn1: move to devel/py-pyasn1 to match PyPI nameRuslan Makhmatkhanov2015-11-181-1/+2
| | | | | | | | | | | | | - move to devel/py-pyasn1 to match PyPI name - update *_DEPENDS and bump PORTREVISION in dependent ports - reset PORTEPOCH PR: 204567 Submitted by: John W. O'Brien <john@saltant.com> Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1) Notes: svn path=/head/; revision=401898
* net/py-ldap3: update to 0.9.9.2Ruslan Makhmatkhanov2015-11-142-3/+3
| | | | Notes: svn path=/head/; revision=401612
* net/py-ldap3: update to 0.9.9.1Ruslan Makhmatkhanov2015-09-282-3/+3
| | | | Notes: svn path=/head/; revision=398127
* net/py-ldap3: update to 0.9.8.7Ruslan Makhmatkhanov2015-08-132-3/+3
| | | | | | | | | | | | | | | * 0.9.8.7 2015.07.19 - backported ssl.match_hostname from Python 3.4.3 standard library to be used in Python < 2.7.10 - uses backports.ssl_match_hostname if present instead of static backported functions for matching server names in ssl certificate (thanks Michal) - attributes values are properly printed when not strings in abstract.attribute (thanks hogneh) - checking unicode __repr__() in python2 - added hashing capability to Modify Password extended operation (thanks Gawain) Notes: svn path=/head/; revision=394183
* net/py-ldap3: update to 0.9.8.6Ruslan Makhmatkhanov2015-07-142-3/+3
| | | | Notes: svn path=/head/; revision=392040
* ldap3 is a pure Python LDAP 3 client library strictly conforming to RFC4511Ruslan Makhmatkhanov2015-06-183-0/+29
released under the LGPL v3 open source license. RFC4511 is the current LDAP specification (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997) WWW: https://github.com/cannatag/ldap3 Notes: svn path=/head/; revision=390021