Skip to content

Commit

Permalink
www/py-django-ldapdb: Update to 1.5.1
Browse files Browse the repository at this point in the history
* Switch to Django 3.2 as Django 2.2 is End-of-Life since April 2022.

* Use GitHub for a while to access the latest commits which contain some
  compatibility changes regarding Django 3.2.

PR:		263770
Approved by:	Alexander Kriventsov (maintainer)
  • Loading branch information
knobix committed May 7, 2022
1 parent cdc610a commit 5935e45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions www/py-django-ldapdb/Makefile
@@ -1,9 +1,9 @@
# Created by: Alexander Kriventsov <avk@vl.ru>

PORTNAME= django-ldapdb
PORTVERSION= 1.4.0
DISTVERSION= 1.5.1-7
DISTVERSIONSUFFIX= -gd3a0b20
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= avk@vl.ru
Expand All @@ -12,10 +12,11 @@ COMMENT= LDAP database backend for Django
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldap>=3.0:net/py-ldap@${PY_FLAVOR}

USES= python:3.5+
USES= python:3.6+
USE_GITHUB= yes
USE_PYTHON= distutils concurrent autoplist

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions www/py-django-ldapdb/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1585603374
SHA256 (django-ldapdb-1.4.0.tar.gz) = 36990757f26c1bd7642bbb0ed88cc1a4d8fe945dfcae6094142b9889b976e3f8
SIZE (django-ldapdb-1.4.0.tar.gz) = 31294
TIMESTAMP = 1651643154
SHA256 (django-ldapdb-django-ldapdb-1.5.1-7-gd3a0b20_GH0.tar.gz) = b189fea99adf9e2990042f292af966eb803d5972456416635603cd474afd39a6
SIZE (django-ldapdb-django-ldapdb-1.5.1-7-gd3a0b20_GH0.tar.gz) = 31929

0 comments on commit 5935e45

Please sign in to comment.