diff options
author | adam <adam@pkgsrc.org> | 2018-11-20 18:54:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-20 18:54:24 +0000 |
commit | 6b2adc91355b7c28cf22abd13f554c0e629cd350 (patch) | |
tree | 1ccdefc7aa2ad029d96f7d3f3f3d2b57c069e795 | |
parent | 0bb7691586860fbe04ee4d8d2bea3183d790029c (diff) | |
download | pkgsrc-6b2adc91355b7c28cf22abd13f554c0e629cd350.tar.gz |
py-djangocms-video: updated to 2.1.0
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
-rw-r--r-- | www/py-djangocms-video/Makefile | 12 | ||||
-rw-r--r-- | www/py-djangocms-video/PLIST | 40 | ||||
-rw-r--r-- | www/py-djangocms-video/distinfo | 11 | ||||
-rw-r--r-- | www/py-djangocms-video/patches/patch-setup.py | 15 |
4 files changed, 57 insertions, 21 deletions
diff --git a/www/py-djangocms-video/Makefile b/www/py-djangocms-video/Makefile index bcd89910975..311922942da 100644 --- a/www/py-djangocms-video/Makefile +++ b/www/py-djangocms-video/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:49 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/11/20 18:54:24 adam Exp $ -DISTNAME= djangocms-video-1.0.0 +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/ +HOMEPAGE= https://github.com/divio/djangocms-video COMMENT= Flash plugin for django CMS LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms +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 +USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-djangocms-video/PLIST b/www/py-djangocms-video/PLIST index 32aff1ffb61..11db062c9f5 100644 --- a/www/py-djangocms-video/PLIST +++ b/www/py-djangocms-video/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2016/03/06 14:41:04 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/11/20 18:54:24 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/djangocms_video/__init__.py ${PYSITELIB}/djangocms_video/__init__.pyc @@ -167,19 +168,36 @@ ${PYSITELIB}/djangocms_video/migrations/0001_initial.pyo ${PYSITELIB}/djangocms_video/migrations/0002_set_related_name_for_cmsplugin_ptr.py ${PYSITELIB}/djangocms_video/migrations/0002_set_related_name_for_cmsplugin_ptr.pyc ${PYSITELIB}/djangocms_video/migrations/0002_set_related_name_for_cmsplugin_ptr.pyo +${PYSITELIB}/djangocms_video/migrations/0003_field_adaptions.py +${PYSITELIB}/djangocms_video/migrations/0003_field_adaptions.pyc +${PYSITELIB}/djangocms_video/migrations/0003_field_adaptions.pyo +${PYSITELIB}/djangocms_video/migrations/0004_move_to_attributes.py +${PYSITELIB}/djangocms_video/migrations/0004_move_to_attributes.pyc +${PYSITELIB}/djangocms_video/migrations/0004_move_to_attributes.pyo +${PYSITELIB}/djangocms_video/migrations/0005_migrate_to_filer.py +${PYSITELIB}/djangocms_video/migrations/0005_migrate_to_filer.pyc +${PYSITELIB}/djangocms_video/migrations/0005_migrate_to_filer.pyo +${PYSITELIB}/djangocms_video/migrations/0006_field_adaptions.py +${PYSITELIB}/djangocms_video/migrations/0006_field_adaptions.pyc +${PYSITELIB}/djangocms_video/migrations/0006_field_adaptions.pyo +${PYSITELIB}/djangocms_video/migrations/0007_create_nested_plugin.py +${PYSITELIB}/djangocms_video/migrations/0007_create_nested_plugin.pyc +${PYSITELIB}/djangocms_video/migrations/0007_create_nested_plugin.pyo +${PYSITELIB}/djangocms_video/migrations/0008_reset_null_values.py +${PYSITELIB}/djangocms_video/migrations/0008_reset_null_values.pyc +${PYSITELIB}/djangocms_video/migrations/0008_reset_null_values.pyo +${PYSITELIB}/djangocms_video/migrations/0009_removed_null_values.py +${PYSITELIB}/djangocms_video/migrations/0009_removed_null_values.pyc +${PYSITELIB}/djangocms_video/migrations/0009_removed_null_values.pyo +${PYSITELIB}/djangocms_video/migrations/0010_videoplayer_parameters.py +${PYSITELIB}/djangocms_video/migrations/0010_videoplayer_parameters.pyc +${PYSITELIB}/djangocms_video/migrations/0010_videoplayer_parameters.pyo ${PYSITELIB}/djangocms_video/migrations/__init__.py ${PYSITELIB}/djangocms_video/migrations/__init__.pyc ${PYSITELIB}/djangocms_video/migrations/__init__.pyo ${PYSITELIB}/djangocms_video/models.py ${PYSITELIB}/djangocms_video/models.pyc ${PYSITELIB}/djangocms_video/models.pyo -${PYSITELIB}/djangocms_video/settings.py -${PYSITELIB}/djangocms_video/settings.pyc -${PYSITELIB}/djangocms_video/settings.pyo -${PYSITELIB}/djangocms_video/south_migrations/0001_initial.py -${PYSITELIB}/djangocms_video/south_migrations/0001_initial.pyc -${PYSITELIB}/djangocms_video/south_migrations/0001_initial.pyo -${PYSITELIB}/djangocms_video/south_migrations/__init__.py -${PYSITELIB}/djangocms_video/south_migrations/__init__.pyc -${PYSITELIB}/djangocms_video/south_migrations/__init__.pyo -${PYSITELIB}/djangocms_video/templates/cms/plugins/video.html +${PYSITELIB}/djangocms_video/templates/djangocms_video/default/source.html +${PYSITELIB}/djangocms_video/templates/djangocms_video/default/track.html +${PYSITELIB}/djangocms_video/templates/djangocms_video/default/video_player.html diff --git a/www/py-djangocms-video/distinfo b/www/py-djangocms-video/distinfo index e5cbba5db67..7f88afbe2f5 100644 --- a/www/py-djangocms-video/distinfo +++ b/www/py-djangocms-video/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2016/03/06 14:41:04 adam Exp $ +$NetBSD: distinfo,v 1.4 2018/11/20 18:54:24 adam Exp $ -SHA1 (djangocms-video-1.0.0.tar.gz) = aa351af44f11c073b1641c2804e568a3e6b9011c -RMD160 (djangocms-video-1.0.0.tar.gz) = ad5c04f2a36dc0c838a3fb6b4ff910140b21ad2f -SHA512 (djangocms-video-1.0.0.tar.gz) = d8a0ab9ceaaafb09835c91389457d7dcc22ef36667ba92526135811e40b87490c67100a8bae762df5ba85c694b61f5162d8f02eb0817f97c60c0f7fcaae28baf -Size (djangocms-video-1.0.0.tar.gz) = 43664 bytes +SHA1 (djangocms-video-2.1.0.tar.gz) = ab9ab9131cacc3ad8f17d33fb35c617fe75609e5 +RMD160 (djangocms-video-2.1.0.tar.gz) = b0e6d8862db6e269add0d0cdc75a85a7de062317 +SHA512 (djangocms-video-2.1.0.tar.gz) = cb9d0573c1da2e6671b112b189848adc22eaa1b88a6b6219186349d9125ba1ed47bff408d5babe2b7a6a82e2384cfd71fd5a43825c3b701da4986d30634d87d7 +Size (djangocms-video-2.1.0.tar.gz) = 28119 bytes +SHA1 (patch-setup.py) = 5a764fb3cd4efaf1b3ac9a144cc3141ad5fe5b4c diff --git a/www/py-djangocms-video/patches/patch-setup.py b/www/py-djangocms-video/patches/patch-setup.py new file mode 100644 index 00000000000..72e2304d4b6 --- /dev/null +++ b/www/py-djangocms-video/patches/patch-setup.py @@ -0,0 +1,15 @@ +$NetBSD: patch-setup.py,v 1.1 2018/11/20 18:54:24 adam Exp $ + +Do not install tests. + +--- setup.py.orig 2018-11-13 07:48:48.000000000 +0000 ++++ setup.py +@@ -41,7 +41,7 @@ setup( + url='https://github.com/divio/djangocms-video', + license='BSD', + long_description=open('README.rst').read(), +- packages=find_packages(), ++ packages=find_packages(exclude=['tests']), + include_package_data=True, + zip_safe=False, + install_requires=REQUIREMENTS, |