2.1.0: Removed support for Django 1.8, 1.9, 1.10 2.0.5: Deal with missing context from aldryn-search Add support for newer Django versions Add parameters for embed_link Fix swappable filer image model support 2.0.4: Added URL parsing for the embed url. It now accepts various versions of YouTube urls and converts them to an embed link. Added the python3.5 test env 2.0.3: Prevent changes to DJANGOCMS_VIDEO_XXX settings from requiring new migrations Changed naming of Aldryn to Divio Cloud Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2 Updated translations 2.0.2: Fixed an issues with migrations where Null values caused IntegrityError 2.0.1: Removed base.html for performance reasons Fixed faulty settings parsing in aldryn_config.py Fixed an issue where ValidationError wasn't imported Adapted private get_template method Updated translations 2.0.0: Dropped flash support Dropped django CMS <3.3.1 support Dropped Django <1.8 support Renamed Video to VideoPlayer Added Video Source Plugin Added Video Track Plugin Adapted files to resemble best practices Updated translations
20 lines
671 B
Makefile
20 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/11/20 18:54:24 adam Exp $
|
|
|
|
DISTNAME= djangocms-video-2.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-video/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/djangocms-video
|
|
COMMENT= Flash plugin for django CMS
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.4.5:../../www/py-django-cms
|
|
DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.2.4:../../www/py-django-filer
|
|
DEPENDS+= ${PYPKGPREFIX}-djangocms-attributes-field>=0.4.0:../../www/py-djangocms-attributes-field
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|