git: 3d8fcc8df10b - main - www/py-dj42-django-treebeard: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:10:42 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d8fcc8df10b31f68f735fd447a5594608687627 commit 3d8fcc8df10b31f68f735fd447a5594608687627 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:10:37 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:10:37 +0000 www/py-dj42-django-treebeard: Remove expired port 2024-06-15 www/py-dj42-django-treebeard: Obsolete, please use www/py-django-treebeard instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-django-treebeard/Makefile | 40 ---------------------------------- www/py-dj42-django-treebeard/distinfo | 3 --- www/py-dj42-django-treebeard/pkg-descr | 14 ------------ 5 files changed, 1 insertion(+), 58 deletions(-) diff --git a/MOVED b/MOVED index 4f524f706864..20c2cafc1fa6 100644 --- a/MOVED +++ b/MOVED @@ -3324,3 +3324,4 @@ www/py-dj42-django-tables2|www/py-django-tables2|2024-06-15|Has expired: Obsolet www/py-dj42-django-auth-ldap|www/py-django-auth-ldap|2024-06-15|Has expired: Obsolete, please use www/py-django-auth-ldap instead www/py-dj42-django-permissionedforms|www/py-django-permissionedforms|2024-06-15|Has expired: Obsolete, please use www/py-django-permissionedforms instead www/py-dj42-django-cors-headers|www/py-django-cors-headers|2024-06-15|Has expired: Obsolete, please use www/py-django-cors-headers instead +www/py-dj42-django-treebeard|www/py-django-treebeard|2024-06-15|Has expired: Obsolete, please use www/py-django-treebeard instead diff --git a/www/Makefile b/www/Makefile index 9c56beb992ae..d3b52f673a95 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1495,7 +1495,6 @@ SUBDIR += py-dj42-django-redis SUBDIR += py-dj42-django-rich SUBDIR += py-dj42-django-timezone-field - SUBDIR += py-dj42-django-treebeard SUBDIR += py-dj42-djangorestframework SUBDIR += py-dj42-drf-spectacular SUBDIR += py-dj42-drf-spectacular-sidecar diff --git a/www/py-dj42-django-treebeard/Makefile b/www/py-dj42-django-treebeard/Makefile deleted file mode 100644 index 959a669a0950..000000000000 --- a/www/py-dj42-django-treebeard/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -PORTNAME= django-treebeard -DISTVERSION= 4.7.1 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- - -MAINTAINER= kai@FreeBSD.org -COMMENT= Efficient tree implementations for Django -WWW= https://github.com/django-treebeard/django-treebeard - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Obsolete, please use www/py-django-treebeard instead -EXPIRATION_DATE=2024-06-15 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-django>=4.0:devel/py-pytest-django@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils pytest - -TEST_ENV= DATABASE_ENGINE=sqlite - -NO_ARCH= yes -PORTDOCS= * - -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}/build/sphinx/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ - "! -name .buildinfo -and ! -name objects.inv") - -.include <bsd.port.mk> diff --git a/www/py-dj42-django-treebeard/distinfo b/www/py-dj42-django-treebeard/distinfo deleted file mode 100644 index 56310b6db66c..000000000000 --- a/www/py-dj42-django-treebeard/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1706970935 -SHA256 (django-treebeard-4.7.1.tar.gz) = 846e462904b437155f76e04907ba4e48480716855f88b898df4122bdcfbd6e98 -SIZE (django-treebeard-4.7.1.tar.gz) = 294139 diff --git a/www/py-dj42-django-treebeard/pkg-descr b/www/py-dj42-django-treebeard/pkg-descr deleted file mode 100644 index 1529d6d19b22..000000000000 --- a/www/py-dj42-django-treebeard/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -django-treebeard is a library that implements efficient tree implementations for -the Django Web Framework 1.8 and later. - -Features: - -- Flexible: Includes 3 different tree implementations with the same API: - * Adjacency List - * Materialized Path - * Nested Sets -- Fast: Optimized non-naive tree operations -- Easy: Uses Django Model Inheritance with abstract classes to define your own - models. -- Clean: Testable and well tested code base. Code/branch test coverage is - above 96%.