mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Rename net/py-ldap to net/py-python-ldap
This makes portname conformant to upstream one. Also it is now allow us to build a package with pep517, so switch to it
This commit is contained in:
committed by
Brad Davis
parent
69752fe3c1
commit
8669ec02ed
@@ -8085,3 +8085,4 @@ x11-fonts/fpc-libfontconfig|lang/fpc|2023-11-12|This port was merged into lang/f
|
||||
x11-toolkits/fpc-xforms|lang/fpc|2023-11-12|This port was merged into lang/fpc
|
||||
x11-toolkits/fpc-gtk2|lang/fpc|2023-11-12|This port was merged into lang/fpc
|
||||
sysutils/fpc-users|lang/fpc|2023-11-14|This port was merged into lang/fpc
|
||||
net/py-ldap|net/py-python-ldap|2023-11-17|Rename to conform upstream name
|
||||
|
||||
+1
-1
@@ -1064,7 +1064,6 @@
|
||||
SUBDIR += py-iptools
|
||||
SUBDIR += py-kafka-python
|
||||
SUBDIR += py-kombu
|
||||
SUBDIR += py-ldap
|
||||
SUBDIR += py-ldap0
|
||||
SUBDIR += py-ldap3
|
||||
SUBDIR += py-ldapdomaindump
|
||||
@@ -1117,6 +1116,7 @@
|
||||
SUBDIR += py-python-glanceclient
|
||||
SUBDIR += py-python-heatclient
|
||||
SUBDIR += py-python-keystoneclient
|
||||
SUBDIR += py-python-ldap
|
||||
SUBDIR += py-python-neutronclient
|
||||
SUBDIR += py-python-novaclient
|
||||
SUBDIR += py-python-openstackclient
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
PORTNAME= ldap
|
||||
PORTNAME= python-ldap
|
||||
DISTVERSION= 3.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= LDAP module for python, for OpenLDAP2
|
||||
@@ -12,11 +12,14 @@ WWW= https://www.python-ldap.org
|
||||
LICENSE= PSFL
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \
|
||||
${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
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
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
|
||||
Reference in New Issue
Block a user