aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2021-04-23 09:59:05 +0000
committerKai Knoblich <kai@FreeBSD.org>2021-04-23 10:05:17 +0000
commita9f91734c73c73507dd6c7635cea55f01638b555 (patch)
tree6231717dbea9dd51bcef9cf1119d00b100186f68 /www
parenta9a6a74cb9e2c73d264fbbe971f4c635c32b7daa (diff)
downloadports-a9f91734c73c73507dd6c7635cea55f01638b555.tar.gz
ports-a9f91734c73c73507dd6c7635cea55f01638b555.zip
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)
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-django-mezzanine/Makefile45
-rw-r--r--www/py-django-mezzanine/distinfo3
-rw-r--r--www/py-django-mezzanine/files/pkg-message.in27
-rw-r--r--www/py-django-mezzanine/pkg-descr6
5 files changed, 0 insertions, 82 deletions
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