Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 10:05:49 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a9f91734c73c - main - www/py-django-mezzanine: Delete port
Message-ID:  <202104231005.13NA5n1b018965@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a9f91734c73c73507dd6c7635cea55f01638b555

commit a9f91734c73c73507dd6c7635cea55f01638b555
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-04-23 09:59:05 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-04-23 10:05:17 +0000

    www/py-django-mezzanine: Delete port
    
    * The current version of Mezzanine only works with Django 1.11, which
      has expired since April 2020.
    
      There is currently no newer, production-ready release, which supports
      Django 2.2 and onward.
    
    PR:             245309
    Approved by:    koobs (maintainer)
---
 MOVED                                        |  1 +
 www/Makefile                                 |  1 -
 www/py-django-mezzanine/Makefile             | 45 ----------------------------
 www/py-django-mezzanine/distinfo             |  3 --
 www/py-django-mezzanine/files/pkg-message.in | 27 -----------------
 www/py-django-mezzanine/pkg-descr            |  6 ----
 6 files changed, 1 insertion(+), 82 deletions(-)

diff --git a/MOVED b/MOVED
index 0b1a1174772d..572c1b905349 100644
--- a/MOVED
+++ b/MOVED
@@ -16294,3 +16294,4 @@ textproc/py-markdown3|textproc/py-markdown|2021-04-20|markdown3 confilicts with
 security/fbopenssl||2021-04-20|Unmaintained, abandoned, does not build with recent OS versions
 devel/gearmand-devel||2021-04-20|Unmaintained, abandoned, has not built for over half a year
 textproc/bsdsort||2021-04-21|Old version of sort(1)
+www/py-django-mezzanine||2021-04-23|Depends on expired www/py-django111, not compatible with newer versions of Django
diff --git a/www/Makefile b/www/Makefile
index da7fc1fb6d5d..447a8518f375 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1506,7 +1506,6 @@
     SUBDIR += py-django-libsass
     SUBDIR += py-django-markdownx
     SUBDIR += py-django-markwhat
-    SUBDIR += py-django-mezzanine
     SUBDIR += py-django-mezzanine-filebrowser
     SUBDIR += py-django-mezzanine-grappelli
     SUBDIR += py-django-model-utils
diff --git a/www/py-django-mezzanine/Makefile b/www/py-django-mezzanine/Makefile
deleted file mode 100644
index f8abc9f2a9a0..000000000000
--- a/www/py-django-mezzanine/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Kubilay Kocak <koobs@FreeBSD.org>
-
-PORTNAME=	django-mezzanine
-PORTVERSION=	4.3.1
-PORTREVISION=	1
-CATEGORIES=	www python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	koobs@FreeBSD.org
-COMMENT=	Content management platform built using the Django framework
-
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django-contrib-comments>0:www/py-django-contrib-comments@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django-mezzanine-filebrowser>=0.5.0:www/py-django-mezzanine-filebrowser@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django-mezzanine-grappelli>=0.5.0:www/py-django-mezzanine-grappelli@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}bleach>=2.0:www/py-bleach@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.3:www/py-beautifulsoup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.4:www/py-requests-oauthlib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}future>=0.9.0:devel/py-future@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \
-		${PY_PILLOW}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pep8>=1.4.1:devel/pep8@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyflakes>=0.6.1:devel/py-pyflakes@${PY_FLAVOR}
-
-USES=		gettext python:3.6+
-USE_GITHUB=	yes
-USE_PYTHON=	autoplist concurrent distutils
-
-GH_ACCOUNT=	stephenmcd
-GH_PROJECT=	mezzanine
-
-NO_ARCH=	yes
-
-SUB_FILES=	pkg-message
-SUB_LIST=	PYTHON_VER=${PYTHON_VER}
-
-do-test:
-	@cd ${WRKSRC} && ${SETENV} TZ=UTC LC_ALL=en_US.UTF-8 ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
-
-.include <bsd.port.mk>
diff --git a/www/py-django-mezzanine/distinfo b/www/py-django-mezzanine/distinfo
deleted file mode 100644
index 82992baff141..000000000000
--- a/www/py-django-mezzanine/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1557912053
-SHA256 (stephenmcd-mezzanine-4.3.1_GH0.tar.gz) = 4438957f1c4d916eda6ed1af95854a69b246c3aed7f93618c26eda60634d9e76
-SIZE (stephenmcd-mezzanine-4.3.1_GH0.tar.gz) = 6213770
diff --git a/www/py-django-mezzanine/files/pkg-message.in b/www/py-django-mezzanine/files/pkg-message.in
deleted file mode 100644
index 9e47ca58273d..000000000000
--- a/www/py-django-mezzanine/files/pkg-message.in
+++ /dev/null
@@ -1,27 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-Quick start instructions:
-
-1. Create a new project
-
-$ mezzanine-project-%%PYTHON_VER%% myproject
-
-2. Change into the newly created project folder
-
-$ cd myproject
-
-3. Generate the databases and the admin account. Please make sure, that you run
-   the command with LC_ALL when no locale is set, e.g.: 
-
-$ env LC_ALL=en_US.UTF-8 python%%PYTHON_VER%% manage.py createdb
-
-4. Run the server. Again, mezzanine must run with a explicitly set locale
-   otherwise you'll encounter "UnicodeEncodeError" issues:
-
-$ env LC_ALL=en_US.UTF-8 python%%PYTHON_VER%% manage.py runserver
-
-Please refer to the full documentation at: http://mezzanine.jupo.org/docs/
-EOM
-}
-]
diff --git a/www/py-django-mezzanine/pkg-descr b/www/py-django-mezzanine/pkg-descr
deleted file mode 100644
index 1748f3489d83..000000000000
--- a/www/py-django-mezzanine/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Mezzanine is a content management platform built using the Django framework. It
-resembles tools like Wordpress, with an intuitive interface for managing pages,
-blog posts, form data, store products, or any other type of content you can
-imagine.
-
-WWW: https://github.com/stephenmcd/mezzanine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104231005.13NA5n1b018965>