mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
www/py-django-markdownx: Update to 4.0.0
- Fix LICENSE - Remove PY_PILLOW - Update pkg-descr - Take maintainership Changes: https://github.com/neutronX/django-markdownx/releases
This commit is contained in:
parent
e25f1180d1
commit
1c0b65cd2d
3 changed files with 15 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue