|
@ -8,15 +8,15 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=python-ldap |
|
|
PKG_NAME:=python-ldap |
|
|
PKG_VERSION:=2.4.32 |
|
|
|
|
|
|
|
|
PKG_VERSION:=3.1.0 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_MAINTAINER:=Dmitry Trefilov <the-alien@live.ru> |
|
|
PKG_MAINTAINER:=Dmitry Trefilov <the-alien@live.ru> |
|
|
PKG_LICENSE:=Python-style |
|
|
PKG_LICENSE:=Python-style |
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
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 $(INCLUDE_DIR)/package.mk |
|
|
include ../python-package.mk |
|
|
include ../python-package.mk |
|
@ -27,7 +27,7 @@ define Package/python-ldap |
|
|
CATEGORY:=Languages |
|
|
CATEGORY:=Languages |
|
|
DEPENDS:=+libopenldap +python |
|
|
DEPENDS:=+libopenldap +python |
|
|
TITLE:=Python modules for implementing LDAP clients |
|
|
TITLE:=Python modules for implementing LDAP clients |
|
|
URL:=http://python-ldap.org/ |
|
|
|
|
|
|
|
|
URL:=https://python-ldap.org/ |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/python-ldap/description |
|
|
define Package/python-ldap/description |
|
|