python-ldap: Update to 3.1.0
Switched URL to a proper one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
e39273533d
commit
e6d2fa9f7b
2 changed files with 4 additions and 20 deletions
|
@ -8,15 +8,15 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-ldap
|
||||
PKG_VERSION:=2.4.32
|
||||
PKG_VERSION:=3.1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Dmitry Trefilov <the-alien@live.ru>
|
||||
PKG_LICENSE:=Python-style
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://pypi.python.org/packages/67/d9/fa0ea70d1792875745116ad62ac8d4bcb07550b15cded591bb57df6a6d9a
|
||||
PKG_HASH:=5810f1b5a9ae9255df99fb9c2dcab7352fed325687efda56c0faae1a82c5e3cb
|
||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/python-ldap
|
||||
PKG_HASH:=41975e79406502c092732c57ef0c2c2eb318d91e8e765f81f5d4ab6c1db727c5
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python-package.mk
|
||||
|
@ -27,7 +27,7 @@ define Package/python-ldap
|
|||
CATEGORY:=Languages
|
||||
DEPENDS:=+libopenldap +python
|
||||
TITLE:=Python modules for implementing LDAP clients
|
||||
URL:=http://python-ldap.org/
|
||||
URL:=https://python-ldap.org/
|
||||
endef
|
||||
|
||||
define Package/python-ldap/description
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
From: Dmitrij Trefilov <the-alien@live.ru>
|
||||
|
||||
Subject: [PATCH] lang: removed hardcoded include and library directories from setup.cfg
|
||||
Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
|
||||
---
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -1,6 +1,6 @@
|
||||
[_ldap]
|
||||
-library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
|
||||
-include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
|
||||
+library_dirs =
|
||||
+include_dirs =
|
||||
defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
|
||||
extra_compile_args =
|
||||
extra_objects =
|
Loading…
Reference in a new issue