Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2018 21:39:24 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469253 - head/net/py-ldap0
Message-ID:  <201805062139.w46LdOvv009758@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Sun May  6 21:39:24 2018
New Revision: 469253
URL: https://svnweb.freebsd.org/changeset/ports/469253

Log:
  The port only supports python 2.7
  
  Fix pkg-descr while I'm here.

Modified:
  head/net/py-ldap0/Makefile
  head/net/py-ldap0/pkg-descr

Modified: head/net/py-ldap0/Makefile
==============================================================================
--- head/net/py-ldap0/Makefile	Sun May  6 21:36:04 2018	(r469252)
+++ head/net/py-ldap0/Makefile	Sun May  6 21:39:24 2018	(r469253)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ldap0
 PORTVERSION=	0.0.60
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,12 @@ COMMENT=	Python module package for implementing LDAP c
 
 LICENSE=	PSFL
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR}
+
 MAKE_ENV+=	INCLUDES=${LOCALBASE}/include
 WANT_OPENLDAP_SASL=yes
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR}
 
-USES=		python
+USES=		python:2.7
 USE_OPENLDAP=	yes
 USE_PYTHON=	autoplist distutils
 

Modified: head/net/py-ldap0/pkg-descr
==============================================================================
--- head/net/py-ldap0/pkg-descr	Sun May  6 21:36:04 2018	(r469252)
+++ head/net/py-ldap0/pkg-descr	Sun May  6 21:39:24 2018	(r469253)
@@ -1,6 +1,11 @@
-ldap3 is a pure Python LDAP 3 client library strictly conforming to RFC4511
-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)
+ldap0 provides an object-oriented API to access LDAP directory servers from
+Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
+Additionally the package contains Python modules:
+- parsing and producing LDIF
+- handle LDAPURLs
+- parse and handle LDAPv3 subschema
+- LDAPv3 extended operations and controls
+- automatic tests with OpenLDAP server This package is a non-compatible fork of
+  python-ldap and therefore uses the separate module name-space 'ldap0'.
 
-WWW: https://github.com/cannatag/ldap3
+WWW: https://pypi.org/project/ldap0/#description



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805062139.w46LdOvv009758>