1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Add py-wagtail 2.4

Wagtail is an open source content management system built on Django, with a
strong community and commercial support. It's focused on user experience, and
offers precise control for designers and developers.

WWW: https://wagtail.io/
WWW: https://github.com/wagtail/wagtail
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-01-30 19:21:46 +00:00
parent e44f84d313
commit 9f13b8889c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491642
4 changed files with 48 additions and 0 deletions

View File

@ -1869,6 +1869,7 @@
SUBDIR += py-user_agent
SUBDIR += py-utidylib
SUBDIR += py-w3lib
SUBDIR += py-wagtail
SUBDIR += py-waitress
SUBDIR += py-webassets
SUBDIR += py-webhelpers

38
www/py-wagtail/Makefile Normal file
View File

@ -0,0 +1,38 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= wagtail
PORTVERSION= 2.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Django content management system
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.1:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-modelcluster>=4.2:www/py-django-modelcluster@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-taggit>=0.23:www/py-django-taggit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-treebeard>=4.2.0:www/py-django-treebeard@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.7.4:www/py-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}draftjs_exporter>=2.1.5:www/py-draftjs_exporter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html5lib>=0.999:www/py-html5lib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=4.0.0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2016.6:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.14:converters/py-unidecode@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}willow>=1.1:graphics/py-willow@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
SHEBANG_FILES= wagtail/project_template/manage.py
.include <bsd.port.mk>

3
www/py-wagtail/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1546725026
SHA256 (wagtail-2.4.tar.gz) = 1dd069ef8b3a08728fa5304e45ee2a92ed49b8e235e9c8b677adfd2039cff1fd
SIZE (wagtail-2.4.tar.gz) = 7753917

6
www/py-wagtail/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Wagtail is an open source content management system built on Django, with a
strong community and commercial support. It's focused on user experience, and
offers precise control for designers and developers.
WWW: https://wagtail.io/
WWW: https://github.com/wagtail/wagtail