pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-django-cmsplugin_gallery py-django-cmsplugin_ga...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e087f263a625
branches: trunk
changeset: 377066:e087f263a625
user: adam <adam%pkgsrc.org@localhost>
date: Tue Mar 13 10:04:49 2018 +0000
description:
py-django-cmsplugin_gallery: correct updated to 1.0.0
diffstat:
www/py-django-cmsplugin_gallery/Makefile | 9 +++------
www/py-django-cmsplugin_gallery/PLIST | 11 +----------
www/py-django-cmsplugin_gallery/distinfo | 3 ++-
www/py-django-cmsplugin_gallery/patches/patch-setup.py | 15 +++++++++++++++
4 files changed, 21 insertions(+), 17 deletions(-)
diffs (80 lines):
diff -r c1cd0f836245 -r e087f263a625 www/py-django-cmsplugin_gallery/Makefile
--- a/www/py-django-cmsplugin_gallery/Makefile Tue Mar 13 09:53:13 2018 +0000
+++ b/www/py-django-cmsplugin_gallery/Makefile Tue Mar 13 10:04:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/03/13 08:17:14 wen Exp $
+# $NetBSD: Makefile,v 1.9 2018/03/13 10:04:49 adam Exp $
DISTNAME= cmsplugin_gallery-1.0.0
PKGNAME= ${PYPKGPREFIX}-django-${DISTNAME}
@@ -12,12 +12,9 @@
DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms
DEPENDS+= ${PYPKGPREFIX}-django-easy-thumbnails-[0-9]*:../../www/py-django-easy-thumbnails
-DEPENDS+= ${PYPKGPREFIX}-django-inline-ordering-[0-9]*:../../www/py-django-inline-ordering
+DEPENDS+= ${PYPKGPREFIX}-django-inline-ordering>=0.1.1:../../www/py-django-inline-ordering
-USE_LANGUAGES= # none
-
-post-patch:
- ${MV} ${WRKSRC}/tests ${WRKSRC}/cmsplugin_gallery/
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c1cd0f836245 -r e087f263a625 www/py-django-cmsplugin_gallery/PLIST
--- a/www/py-django-cmsplugin_gallery/PLIST Tue Mar 13 09:53:13 2018 +0000
+++ b/www/py-django-cmsplugin_gallery/PLIST Tue Mar 13 10:04:49 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/03/13 08:17:14 wen Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/03/13 10:04:49 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -44,15 +44,6 @@
${PYSITELIB}/cmsplugin_gallery/settings.pyc
${PYSITELIB}/cmsplugin_gallery/settings.pyo
${PYSITELIB}/cmsplugin_gallery/templates/cmsplugin_gallery/gallery.html
-${PYSITELIB}/cmsplugin_gallery/tests/__init__.py
-${PYSITELIB}/cmsplugin_gallery/tests/__init__.pyc
-${PYSITELIB}/cmsplugin_gallery/tests/__init__.pyo
-${PYSITELIB}/cmsplugin_gallery/tests/settings.py
-${PYSITELIB}/cmsplugin_gallery/tests/settings.pyc
-${PYSITELIB}/cmsplugin_gallery/tests/settings.pyo
-${PYSITELIB}/cmsplugin_gallery/tests/tests_models.py
-${PYSITELIB}/cmsplugin_gallery/tests/tests_models.pyc
-${PYSITELIB}/cmsplugin_gallery/tests/tests_models.pyo
${PYSITELIB}/cmsplugin_gallery/utils.py
${PYSITELIB}/cmsplugin_gallery/utils.pyc
${PYSITELIB}/cmsplugin_gallery/utils.pyo
diff -r c1cd0f836245 -r e087f263a625 www/py-django-cmsplugin_gallery/distinfo
--- a/www/py-django-cmsplugin_gallery/distinfo Tue Mar 13 09:53:13 2018 +0000
+++ b/www/py-django-cmsplugin_gallery/distinfo Tue Mar 13 10:04:49 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2018/03/13 08:17:14 wen Exp $
+$NetBSD: distinfo,v 1.5 2018/03/13 10:04:49 adam Exp $
SHA1 (cmsplugin_gallery-1.0.0.tar.gz) = d605afe6da02fb5a7b7bdc2623e364f34c95e4c2
RMD160 (cmsplugin_gallery-1.0.0.tar.gz) = 2dd2808f26e15d5ef58bffd63dc2cbd8681f0139
SHA512 (cmsplugin_gallery-1.0.0.tar.gz) = 57eb064cf1a82a05eda028496ea9ad5c9b42a16f66e78de1f3a1d2af054989a32b9b80247f6395a61b4f334a501e84ef57ac966085554a35a1aec4c2fee87680
Size (cmsplugin_gallery-1.0.0.tar.gz) = 8136 bytes
+SHA1 (patch-setup.py) = 5b67b8aabe238e72e3f622953aa13ed7c7705816
diff -r c1cd0f836245 -r e087f263a625 www/py-django-cmsplugin_gallery/patches/patch-setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-cmsplugin_gallery/patches/patch-setup.py Tue Mar 13 10:04:49 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2018/03/13 10:04:49 adam Exp $
+
+Do not install tests.
+
+--- setup.py.orig 2018-03-13 09:58:20.000000000 +0000
++++ setup.py
+@@ -11,7 +11,7 @@ setup(
+ description = 'DjangoCMS image gallery plugin with drag&drop '
+ 'reordering in admin, support for thumbnails and '
+ 'jQueryTOOLS overlay.',
+- packages=find_packages(),
++ packages=['cmsplugin_gallery'],
+ provides=['cmsplugin_gallery', ],
+ include_package_data=True,
+ install_requires = ['django-inline-ordering>=0.1.1', 'easy-thumbnails',]
Home |
Main Index |
Thread Index |
Old Index