aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldap
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-ldap')
-rw-r--r--net/py-ldap/Makefile27
-rw-r--r--net/py-ldap/distinfo3
-rw-r--r--net/py-ldap/files/patch-setup.cfg11
-rw-r--r--net/py-ldap/files/patch-setup.py11
-rw-r--r--net/py-ldap/pkg-descr10
5 files changed, 0 insertions, 62 deletions
diff --git a/net/py-ldap/Makefile b/net/py-ldap/Makefile
deleted file mode 100644
index 80b13b9c0f25..000000000000
--- a/net/py-ldap/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= ldap
-DISTVERSION= 3.4.0
-CATEGORIES= net python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= rm@FreeBSD.org
-COMMENT= LDAP module for python, for OpenLDAP2
-WWW= https://www.python-ldap.org
-
-LICENSE= PSFL
-LICENSE_FILE= ${WRKSRC}/LICENCE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:devel/py-pyasn1-modules@${PY_FLAVOR}
-
-USES= ldap python
-USE_PYTHON= autoplist distutils
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_ldap*.so
-
-.include <bsd.port.mk>
diff --git a/net/py-ldap/distinfo b/net/py-ldap/distinfo
deleted file mode 100644
index eec34c140c1a..000000000000
--- a/net/py-ldap/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1638441029
-SHA256 (python-ldap-3.4.0.tar.gz) = 60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12
-SIZE (python-ldap-3.4.0.tar.gz) = 376169
diff --git a/net/py-ldap/files/patch-setup.cfg b/net/py-ldap/files/patch-setup.cfg
deleted file mode 100644
index 9f2d026245dc..000000000000
--- a/net/py-ldap/files/patch-setup.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.cfg.orig 2020-06-29 14:13:36 UTC
-+++ setup.cfg
-@@ -5,7 +5,7 @@ license_file = LICENCE
- defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
- extra_compile_args =
- extra_objects =
--libs = ldap_r lber
-+libs = ldap lber
-
- [install]
- compile = 1
diff --git a/net/py-ldap/files/patch-setup.py b/net/py-ldap/files/patch-setup.py
deleted file mode 100644
index 5c5f82de9fe3..000000000000
--- a/net/py-ldap/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2018-02-14 10:21:57 UTC
-+++ setup.py
-@@ -23,7 +23,7 @@ import pkginfo
- #-- A class describing the features and requirements of OpenLDAP 2.0
- class OpenLDAP2:
- library_dirs = []
-- include_dirs = []
-+ include_dirs = ['%%LOCALBASE%%/include']
- extra_compile_args = []
- extra_link_args = []
- extra_objects = []
diff --git a/net/py-ldap/pkg-descr b/net/py-ldap/pkg-descr
deleted file mode 100644
index f112fc2917f7..000000000000
--- a/net/py-ldap/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-
- LDAP Wrapper for Python
-
- This module provides an LDAP API to Python in the spirit of RFC1823.
-
-Some cool things people have done with ldapmodule
-
- * LANL phone book (source)
- * Michael Stroeder's web2ldap (previously ldap-client-cgi.py).
- * LDAP support for Zope (see also Zope)