pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 17 06:54:44 UTC 2017

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-django-admin-sortable2: DESCR Makefile PLIST distinfo

Log Message:
A replacement for django-admin-sortable using an unintrusive approach.

This plugin is a generic drag-and-drop ordering module for sorting objects in
the List, the Stacked- and the Tabular-Inlines Views in the Django Admin
interface.

This module offers simple mixin classes which enrich the functionality of any
existing class derived from admin.ModelAdmin, admin.StackedInline or
admin.TabularInline.

Thus it makes it very easy to integrate with existing models and their model
admin interfaces. Existing models can inherit from models.Model or any other
class derived thereof. No special base class is required.


To generate a diff of this commit:
cvs rdiff -u -r1.1275 -r1.1276 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-admin-sortable2/DESCR \
    pkgsrc/www/py-django-admin-sortable2/Makefile \
    pkgsrc/www/py-django-admin-sortable2/PLIST \
    pkgsrc/www/py-django-admin-sortable2/distinfo

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1275 pkgsrc/www/Makefile:1.1276
--- pkgsrc/www/Makefile:1.1275  Tue Oct 17 06:53:32 2017
+++ pkgsrc/www/Makefile Tue Oct 17 06:54:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1275 2017/10/17 06:53:32 adam Exp $
+# $NetBSD: Makefile,v 1.1276 2017/10/17 06:54:44 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -626,6 +626,7 @@ SUBDIR+=    py-cookies
 SUBDIR+=       py-curl
 SUBDIR+=       py-daphne
 SUBDIR+=       py-django
+SUBDIR+=       py-django-admin-sortable2
 SUBDIR+=       py-django-appconf
 SUBDIR+=       py-django-appmedia
 SUBDIR+=       py-django-classy-tags

Added files:

Index: pkgsrc/www/py-django-admin-sortable2/DESCR
diff -u /dev/null pkgsrc/www/py-django-admin-sortable2/DESCR:1.1
--- /dev/null   Tue Oct 17 06:54:44 2017
+++ pkgsrc/www/py-django-admin-sortable2/DESCR  Tue Oct 17 06:54:44 2017
@@ -0,0 +1,13 @@
+A replacement for django-admin-sortable using an unintrusive approach.
+
+This plugin is a generic drag-and-drop ordering module for sorting objects in
+the List, the Stacked- and the Tabular-Inlines Views in the Django Admin
+interface.
+
+This module offers simple mixin classes which enrich the functionality of any
+existing class derived from admin.ModelAdmin, admin.StackedInline or
+admin.TabularInline.
+
+Thus it makes it very easy to integrate with existing models and their model
+admin interfaces. Existing models can inherit from models.Model or any other
+class derived thereof. No special base class is required.
Index: pkgsrc/www/py-django-admin-sortable2/Makefile
diff -u /dev/null pkgsrc/www/py-django-admin-sortable2/Makefile:1.1
--- /dev/null   Tue Oct 17 06:54:44 2017
+++ pkgsrc/www/py-django-admin-sortable2/Makefile       Tue Oct 17 06:54:44 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/10/17 06:54:44 adam Exp $
+
+DISTNAME=      django-admin-sortable2-0.6.16
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-admin-sortable2/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jrief/django-admin-sortable2
+COMMENT=       Generic drag-and-drop sorting for Views in the Django Admin
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+
+USE_LANGUAGES=         # empty
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-admin-sortable2/PLIST
diff -u /dev/null pkgsrc/www/py-django-admin-sortable2/PLIST:1.1
--- /dev/null   Tue Oct 17 06:54:44 2017
+++ pkgsrc/www/py-django-admin-sortable2/PLIST  Tue Oct 17 06:54:44 2017
@@ -0,0 +1,55 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/17 06:54:44 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}/top_level.txt
+${PYSITELIB}/adminsortable2/__init__.py
+${PYSITELIB}/adminsortable2/__init__.pyc
+${PYSITELIB}/adminsortable2/__init__.pyo
+${PYSITELIB}/adminsortable2/admin.py
+${PYSITELIB}/adminsortable2/admin.pyc
+${PYSITELIB}/adminsortable2/admin.pyo
+${PYSITELIB}/adminsortable2/locale/de/LC_MESSAGES/django.mo
+${PYSITELIB}/adminsortable2/locale/de/LC_MESSAGES/django.po
+${PYSITELIB}/adminsortable2/locale/en/LC_MESSAGES/django.mo
+${PYSITELIB}/adminsortable2/locale/en/LC_MESSAGES/django.po
+${PYSITELIB}/adminsortable2/locale/es/LC_MESSAGES/django.mo
+${PYSITELIB}/adminsortable2/locale/es/LC_MESSAGES/django.po
+${PYSITELIB}/adminsortable2/locale/fr/LC_MESSAGES/django.mo
+${PYSITELIB}/adminsortable2/locale/fr/LC_MESSAGES/django.po
+${PYSITELIB}/adminsortable2/locale/it/LC_MESSAGES/django.mo
+${PYSITELIB}/adminsortable2/locale/it/LC_MESSAGES/django.po
+${PYSITELIB}/adminsortable2/locale/pl/LC_MESSAGES/django.mo
+${PYSITELIB}/adminsortable2/locale/pl/LC_MESSAGES/django.po
+${PYSITELIB}/adminsortable2/locale/ru/LC_MESSAGES/django.mo
+${PYSITELIB}/adminsortable2/locale/ru/LC_MESSAGES/django.po
+${PYSITELIB}/adminsortable2/locale/uk/LC_MESSAGES/django.mo
+${PYSITELIB}/adminsortable2/locale/uk/LC_MESSAGES/django.po
+${PYSITELIB}/adminsortable2/management/__init__.py
+${PYSITELIB}/adminsortable2/management/__init__.pyc
+${PYSITELIB}/adminsortable2/management/__init__.pyo
+${PYSITELIB}/adminsortable2/management/commands/__init__.py
+${PYSITELIB}/adminsortable2/management/commands/__init__.pyc
+${PYSITELIB}/adminsortable2/management/commands/__init__.pyo
+${PYSITELIB}/adminsortable2/management/commands/reorder.py
+${PYSITELIB}/adminsortable2/management/commands/reorder.pyc
+${PYSITELIB}/adminsortable2/management/commands/reorder.pyo
+${PYSITELIB}/adminsortable2/models.py
+${PYSITELIB}/adminsortable2/models.pyc
+${PYSITELIB}/adminsortable2/models.pyo
+${PYSITELIB}/adminsortable2/static/adminsortable2/css/sortable.css
+${PYSITELIB}/adminsortable2/static/adminsortable2/icons/drag.png
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/inline-sortable.js
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/libs/jquery.ui.core-1.11.4.js
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/libs/jquery.ui.core-1.7.1.js
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/libs/jquery.ui.mouse-1.11.4.js
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/libs/jquery.ui.sortable-1.11.4.js
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/libs/jquery.ui.sortable-1.7.1.js
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/libs/jquery.ui.widget-1.11.4.js
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/list-sortable.js
+${PYSITELIB}/adminsortable2/static/adminsortable2/js/plugins/admincompat.js
+${PYSITELIB}/adminsortable2/templates/adminsortable2/change_list.html
+${PYSITELIB}/adminsortable2/templates/adminsortable2/includes/fieldset.html
+${PYSITELIB}/adminsortable2/templates/adminsortable2/stacked.html
+${PYSITELIB}/adminsortable2/templates/adminsortable2/tabular.html
Index: pkgsrc/www/py-django-admin-sortable2/distinfo
diff -u /dev/null pkgsrc/www/py-django-admin-sortable2/distinfo:1.1
--- /dev/null   Tue Oct 17 06:54:44 2017
+++ pkgsrc/www/py-django-admin-sortable2/distinfo       Tue Oct 17 06:54:44 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/17 06:54:44 adam Exp $
+
+SHA1 (django-admin-sortable2-0.6.16.tar.gz) = 39f90b65471a4f4716dc3242e9260ba47eee3196
+RMD160 (django-admin-sortable2-0.6.16.tar.gz) = 13f41c42dece07f016c33e5984b0af7d605bd5cf
+SHA512 (django-admin-sortable2-0.6.16.tar.gz) = e883b815876a72cf764df91c5ea678ee98b5059fd253d86d917c24fef92d40140fcb59ecbfbe8c05811c5f2b914f2403db6b720ab824c7301dba534dc67ec84b
+Size (django-admin-sortable2-0.6.16.tar.gz) = 50215 bytes



Home | Main Index | Thread Index | Old Index