- Update to 1.5.0

- Switch to django111
- Added NO_ARCH
- Doc OPTIONS
- Update WWW

PR:	228262
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
This commit is contained in:
Martin Wilke 2018-05-26 18:37:04 +00:00
parent 790b54d856
commit 6b902a1da6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470943
3 changed files with 26 additions and 16 deletions

View File

@ -2,21 +2,29 @@
# $FreeBSD$
PORTNAME= django-ldapdb
PORTVERSION= 0.3.2
PORTREVISION= 2
PORTVERSION= 1.0.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= avk@vl.ru
COMMENT= Support for django models over LDAP
COMMENT= LDAP database backend for Django
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.6.0:www/py-django18@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldap>=2.0:net/py-ldap@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldap>=2.4.25:net/py-ldap@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
PORTDOCS= README.rst
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (django-ldapdb-0.3.2.tar.gz) = b6bab3a4501419ff9ba1e50076b67c5f92e1c0b3d4b2c8c40014aadb5c06cc6d
SIZE (django-ldapdb-0.3.2.tar.gz) = 11029
TIMESTAMP = 1526299109
SHA256 (django-ldapdb-1.0.0.tar.gz) = a3a2837a6ec9769fc76164b99b86ba2809c987e370bd8986b69018345f9ba682
SIZE (django-ldapdb-1.0.0.tar.gz) = 16639

View File

@ -1,8 +1,9 @@
django-ldapdb is an LDAP database backend for Django.
It allows you to manipulate LDAP entries using Django's models.
Declaring models using the LDAP backend is very staightforward,
you simply inherit from ldapdb.models.Model and declare the fields
in the same way as for regular models.
You can even edit the LDAP entries using Django's admin interface.
django-ldapdb is an LDAP database backend for Django. It allows one to
manipulate LDAP entries using Django's models.
WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/
Declaring models using the LDAP backend is very staightforward, one simply
inherit from ldapdb.models.Model and declare the fields in the same way as for
regular models. One can even edit the LDAP entries using Django's admin
interface.
WWW: https://github.com/django-ldapdb/django-ldapdb