pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-djangocms-file



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 20 18:42:31 UTC 2018

Modified Files:
        pkgsrc/www/py-djangocms-file: Makefile PLIST distinfo
Added Files:
        pkgsrc/www/py-djangocms-file/patches: patch-setup.py

Log Message:
py-djangocms-file: updated to 2.1.0

2.1.0:
Removed support for Django 1.8, 1.9, 1.10

2.0.3:
Add support for Django 1.10, 1.11, 2.0 and 2.1
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 4.0

2.0.2:
Prevent changes to DJANGOCMS_FILE_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.1:
Fixes an issue where images throw an AttributeError

2.0.0:
Added tests
Cleaned up file structure
Removed Django < 1.8 support
Adapted README.txt
Added translations


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-djangocms-file/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-djangocms-file/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-djangocms-file/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-djangocms-file/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-djangocms-file/Makefile
diff -u pkgsrc/www/py-djangocms-file/Makefile:1.4 pkgsrc/www/py-djangocms-file/Makefile:1.5
--- pkgsrc/www/py-djangocms-file/Makefile:1.4   Wed Jun  8 17:43:48 2016
+++ pkgsrc/www/py-djangocms-file/Makefile       Tue Nov 20 18:42:31 2018
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:48 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/20 18:42:31 adam Exp $
 
-DISTNAME=      djangocms-file-1.0
+DISTNAME=      djangocms-file-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-file/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/divio/djangocms-file/
+HOMEPAGE=      https://github.com/divio/djangocms-file
 COMMENT=       File 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"

Index: pkgsrc/www/py-djangocms-file/PLIST
diff -u pkgsrc/www/py-djangocms-file/PLIST:1.2 pkgsrc/www/py-djangocms-file/PLIST:1.3
--- pkgsrc/www/py-djangocms-file/PLIST:1.2      Sun Mar  6 14:28:53 2016
+++ pkgsrc/www/py-djangocms-file/PLIST  Tue Nov 20 18:42:31 2018
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2016/03/06 14:28:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/11/20 18:42:31 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_file/__init__.py
 ${PYSITELIB}/djangocms_file/__init__.pyc
@@ -170,22 +171,29 @@ ${PYSITELIB}/djangocms_file/migrations/0
 ${PYSITELIB}/djangocms_file/migrations/0004_set_related_name_for_cmsplugin_ptr.py
 ${PYSITELIB}/djangocms_file/migrations/0004_set_related_name_for_cmsplugin_ptr.pyc
 ${PYSITELIB}/djangocms_file/migrations/0004_set_related_name_for_cmsplugin_ptr.pyo
+${PYSITELIB}/djangocms_file/migrations/0005_auto_20160119_1534.py
+${PYSITELIB}/djangocms_file/migrations/0005_auto_20160119_1534.pyc
+${PYSITELIB}/djangocms_file/migrations/0005_auto_20160119_1534.pyo
+${PYSITELIB}/djangocms_file/migrations/0006_migrate_to_filer.py
+${PYSITELIB}/djangocms_file/migrations/0006_migrate_to_filer.pyc
+${PYSITELIB}/djangocms_file/migrations/0006_migrate_to_filer.pyo
+${PYSITELIB}/djangocms_file/migrations/0007_adapted_fields.py
+${PYSITELIB}/djangocms_file/migrations/0007_adapted_fields.pyc
+${PYSITELIB}/djangocms_file/migrations/0007_adapted_fields.pyo
+${PYSITELIB}/djangocms_file/migrations/0008_add_folder.py
+${PYSITELIB}/djangocms_file/migrations/0008_add_folder.pyc
+${PYSITELIB}/djangocms_file/migrations/0008_add_folder.pyo
+${PYSITELIB}/djangocms_file/migrations/0009_fixed_null_fields.py
+${PYSITELIB}/djangocms_file/migrations/0009_fixed_null_fields.pyc
+${PYSITELIB}/djangocms_file/migrations/0009_fixed_null_fields.pyo
+${PYSITELIB}/djangocms_file/migrations/0010_removed_null_fields.py
+${PYSITELIB}/djangocms_file/migrations/0010_removed_null_fields.pyc
+${PYSITELIB}/djangocms_file/migrations/0010_removed_null_fields.pyo
 ${PYSITELIB}/djangocms_file/migrations/__init__.py
 ${PYSITELIB}/djangocms_file/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_file/migrations/__init__.pyo
 ${PYSITELIB}/djangocms_file/models.py
 ${PYSITELIB}/djangocms_file/models.pyc
 ${PYSITELIB}/djangocms_file/models.pyo
-${PYSITELIB}/djangocms_file/south_migrations/0001_initial.py
-${PYSITELIB}/djangocms_file/south_migrations/0001_initial.pyc
-${PYSITELIB}/djangocms_file/south_migrations/0001_initial.pyo
-${PYSITELIB}/djangocms_file/south_migrations/0002_auto__add_field_file_target.py
-${PYSITELIB}/djangocms_file/south_migrations/0002_auto__add_field_file_target.pyc
-${PYSITELIB}/djangocms_file/south_migrations/0002_auto__add_field_file_target.pyo
-${PYSITELIB}/djangocms_file/south_migrations/0003_auto__add_field_file_tooltip.py
-${PYSITELIB}/djangocms_file/south_migrations/0003_auto__add_field_file_tooltip.pyc
-${PYSITELIB}/djangocms_file/south_migrations/0003_auto__add_field_file_tooltip.pyo
-${PYSITELIB}/djangocms_file/south_migrations/__init__.py
-${PYSITELIB}/djangocms_file/south_migrations/__init__.pyc
-${PYSITELIB}/djangocms_file/south_migrations/__init__.pyo
-${PYSITELIB}/djangocms_file/templates/cms/plugins/file.html
+${PYSITELIB}/djangocms_file/templates/djangocms_file/default/file.html
+${PYSITELIB}/djangocms_file/templates/djangocms_file/default/folder.html

Index: pkgsrc/www/py-djangocms-file/distinfo
diff -u pkgsrc/www/py-djangocms-file/distinfo:1.3 pkgsrc/www/py-djangocms-file/distinfo:1.4
--- pkgsrc/www/py-djangocms-file/distinfo:1.3   Sun Mar  6 14:28:53 2016
+++ pkgsrc/www/py-djangocms-file/distinfo       Tue Nov 20 18:42:31 2018
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/03/06 14:28:53 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/11/20 18:42:31 adam Exp $
 
-SHA1 (djangocms-file-1.0.tar.gz) = 5e234e866c32b5701b2e2586f3b56681a92360d7
-RMD160 (djangocms-file-1.0.tar.gz) = c7cc88070646c9efcecc78bf2117f38073dd9b29
-SHA512 (djangocms-file-1.0.tar.gz) = c051f4ddabf1b3fe62e72ca56a066c7ff89b4f6c5fe24ba1ed224a48f59ca23cb154da6e9001ded289fc4feb7334d6a8dd3948e0e0fb469ab144ea47358123d0
-Size (djangocms-file-1.0.tar.gz) = 23315 bytes
+SHA1 (djangocms-file-2.1.0.tar.gz) = 3400f29b9d1279cc8fbe617f452fd5353a81dd75
+RMD160 (djangocms-file-2.1.0.tar.gz) = 23bf7ac9848766484e73392b72990d4e353be6a8
+SHA512 (djangocms-file-2.1.0.tar.gz) = 47df68c80b261cf0987187916ca3e647620424adf4a8fabe51e9ba6f53911c3509fe7b0dd981843ca6622dd870bb22df60fbf675f4b7800a2cbea10af4079e9f
+Size (djangocms-file-2.1.0.tar.gz) = 22639 bytes
+SHA1 (patch-setup.py) = 83231ad48132d80887775990a997e4f67d2e9c87

Added files:

Index: pkgsrc/www/py-djangocms-file/patches/patch-setup.py
diff -u /dev/null pkgsrc/www/py-djangocms-file/patches/patch-setup.py:1.1
--- /dev/null   Tue Nov 20 18:42:31 2018
+++ pkgsrc/www/py-djangocms-file/patches/patch-setup.py Tue Nov 20 18:42:31 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2018/11/20 18:42:31 adam Exp $
+
+Do not install tests.
+
+--- setup.py.orig      2018-11-13 07:08:58.000000000 +0000
++++ setup.py
+@@ -41,7 +41,7 @@ setup(
+     url='https://github.com/divio/djangocms-file',
+     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,



Home | Main Index | Thread Index | Old Index