git: e2145b1df533 - main - www/py-django-ldapdb: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jun 2024 10:57:56 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2145b1df533a0ba6f3c626636e4ff99822ade82 commit e2145b1df533a0ba6f3c626636e4ff99822ade82 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-30 10:57:51 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-30 10:57:51 +0000 www/py-django-ldapdb: Remove expired port 2024-06-30 www/py-django-ldapdb: not compatible with Django >= 4.x, upstream no longer maintained --- MOVED | 1 + www/Makefile | 1 - www/py-django-ldapdb/Makefile | 34 ---------------------------------- www/py-django-ldapdb/distinfo | 3 --- www/py-django-ldapdb/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 45 deletions(-) diff --git a/MOVED b/MOVED index db0dc6ade07d..30b7a93ab276 100644 --- a/MOVED +++ b/MOVED @@ -3348,3 +3348,4 @@ security/p5-Crypt-OICQ||2024-06-27|ICQ Service closed in 2024-06-24 net-im/climm||2024-06-27|ICQ Service closed in 2024-06-24 multimedia/emby-server-devel|multimedia/emby-server|2024-06-28|Beta port removed: please use the release port multimedia/emby-server devel/go-protobuf||2024-06-30|Has expired: Upstream officially deprecated this project +www/py-django-ldapdb||2024-06-30|Has expired: not compatible with Django >= 4.x, upstream no longer maintained diff --git a/www/Makefile b/www/Makefile index 926c1d8fd782..af16d214f5b9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1535,7 +1535,6 @@ SUBDIR += py-django-jquery-js SUBDIR += py-django-js-asset SUBDIR += py-django-jsonview - SUBDIR += py-django-ldapdb SUBDIR += py-django-libsass SUBDIR += py-django-markdownx SUBDIR += py-django-markwhat diff --git a/www/py-django-ldapdb/Makefile b/www/py-django-ldapdb/Makefile deleted file mode 100644 index 2570defea4ff..000000000000 --- a/www/py-django-ldapdb/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= django-ldapdb -DISTVERSION= 1.5.1-7 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -gd3a0b20 -CATEGORIES= www python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= avk@vl.ru -COMMENT= LDAP database backend for Django -WWW= https://github.com/django-ldapdb/django-ldapdb - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= not compatible with Django >= 4.x, upstream no longer maintained -EXPIRATION_DATE=2024-06-30 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-ldap>=3.0:net/py-python-ldap@${PY_FLAVOR} - -USES= python -USE_GITHUB= yes -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> diff --git a/www/py-django-ldapdb/distinfo b/www/py-django-ldapdb/distinfo deleted file mode 100644 index 61e844445089..000000000000 --- a/www/py-django-ldapdb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 diff --git a/www/py-django-ldapdb/pkg-descr b/www/py-django-ldapdb/pkg-descr deleted file mode 100644 index b57c2e7ba1b5..000000000000 --- a/www/py-django-ldapdb/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -django-ldapdb is an LDAP database backend for Django. It allows one to -manipulate LDAP entries using Django's models. - -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.