Skip to content

Commit

Permalink
www/py-django-markdownx: Update to 4.0.0
Browse files Browse the repository at this point in the history
- Fix LICENSE
- Remove PY_PILLOW
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/neutronX/django-markdownx/releases
  • Loading branch information
sunpoet committed Apr 5, 2023
1 parent e25f118 commit 1c0b65c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
19 changes: 9 additions & 10 deletions www/py-django-markdownx/Makefile
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
PORTNAME= django-markdownx
PORTVERSION= 3.0.1
PORTREVISION= 1
PORTVERSION= 4.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT= Django Markdown editor with image uploads and live preview
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Comprehensive Markdown editor built for Django
WWW= https://github.com/neutronX/django-markdownx

LICENSE= GPLv2
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>0:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
${PY_PILLOW}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}

USES= python:3.5+
USE_PYTHON= autoplist distutils
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions www/py-django-markdownx/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1585603793
SHA256 (django-markdownx-3.0.1.tar.gz) = e18e395cad0ade96afbb250a81cad15618e417ac3c0d9c37d964be3d8fd57bcf
SIZE (django-markdownx-3.0.1.tar.gz) = 33084
TIMESTAMP = 1679498834
SHA256 (django-markdownx-4.0.0.tar.gz) = 31ef85cce50e206b12fece04911f15a3bd48e747dcebdc5fa1aab666baa05bf0
SIZE (django-markdownx-4.0.0.tar.gz) = 35912
7 changes: 3 additions & 4 deletions www/py-django-markdownx/pkg-descr
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Django Markdownx is a Markdown editor built for Django. It enables raw
editing, live preview and image uploads (stored locally in MEDIA folder) with
drag&drop functionality and auto tag insertion. Also, django-markdownx
supports multiple editors on one page.
Django MarkdownX is a comprehensive Markdown plugin built for Django, the
renowned high-level Python web framework, with flexibility, extensibility, and
ease-of-use at its core.

0 comments on commit 1c0b65c

Please sign in to comment.