aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldap
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-ldap')
-rw-r--r--net/py-ldap/Makefile29
-rw-r--r--net/py-ldap/distinfo3
-rw-r--r--net/py-ldap/files/patch-setup.py11
-rw-r--r--net/py-ldap/pkg-descr12
4 files changed, 0 insertions, 55 deletions
diff --git a/net/py-ldap/Makefile b/net/py-ldap/Makefile
deleted file mode 100644
index 45a8c076a985..000000000000
--- a/net/py-ldap/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME= ldap
-DISTVERSION= 3.3.1
-PORTREVISION= 1
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= rm@FreeBSD.org
-COMMENT= LDAP module for python, for OpenLDAP2
-
-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= python:3.6+
-USE_PYTHON= autoplist distutils
-USE_OPENLDAP= yes
-WANT_OPENLDAP_VER= 24
-
-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 b1a81a9d6679..000000000000
--- a/net/py-ldap/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1610448499
-SHA256 (python-ldap-3.3.1.tar.gz) = 4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5
-SIZE (python-ldap-3.3.1.tar.gz) = 379810
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 cd74fc92247e..000000000000
--- a/net/py-ldap/pkg-descr
+++ /dev/null
@@ -1,12 +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)
-
-WWW: https://www.python-ldap.org