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:           Mon Mar  5 13:59:47 UTC 2018

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

Log Message:
py-django-sortedm2m: added version 1.5.0

sortedm2m is a drop-in replacement for django's own ManyToManyField. The
provided SortedManyToManyField behaves like the original one but remembers
the order of added relations.


To generate a diff of this commit:
cvs rdiff -u -r1.1311 -r1.1312 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-sortedm2m/DESCR \
    pkgsrc/www/py-django-sortedm2m/Makefile \
    pkgsrc/www/py-django-sortedm2m/PLIST \
    pkgsrc/www/py-django-sortedm2m/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.1311 pkgsrc/www/Makefile:1.1312
--- pkgsrc/www/Makefile:1.1311  Fri Mar  2 16:16:07 2018
+++ pkgsrc/www/Makefile Mon Mar  5 13:59:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1311 2018/03/02 16:16:07 joerg Exp $
+# $NetBSD: Makefile,v 1.1312 2018/03/05 13:59:47 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -633,6 +633,7 @@ SUBDIR+=    py-django-registration
 SUBDIR+=       py-django-rest-framework-proxy
 SUBDIR+=       py-django-reversion
 SUBDIR+=       py-django-sekizai
+SUBDIR+=       py-django-sortedm2m
 SUBDIR+=       py-django-south
 SUBDIR+=       py-django-sql-explorer
 SUBDIR+=       py-django-tagging

Added files:

Index: pkgsrc/www/py-django-sortedm2m/DESCR
diff -u /dev/null pkgsrc/www/py-django-sortedm2m/DESCR:1.1
--- /dev/null   Mon Mar  5 13:59:47 2018
+++ pkgsrc/www/py-django-sortedm2m/DESCR        Mon Mar  5 13:59:47 2018
@@ -0,0 +1,3 @@
+sortedm2m is a drop-in replacement for django's own ManyToManyField. The
+provided SortedManyToManyField behaves like the original one but remembers
+the order of added relations.
Index: pkgsrc/www/py-django-sortedm2m/Makefile
diff -u /dev/null pkgsrc/www/py-django-sortedm2m/Makefile:1.1
--- /dev/null   Mon Mar  5 13:59:47 2018
+++ pkgsrc/www/py-django-sortedm2m/Makefile     Mon Mar  5 13:59:47 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/05 13:59:47 adam Exp $
+
+DISTNAME=      django-sortedm2m-1.5.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-sortedm2m/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/gregmuellegger/django-sortedm2m
+COMMENT=       Drop-in replacement for Django's many to many field
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.6:../../www/py-django
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-sortedm2m/PLIST
diff -u /dev/null pkgsrc/www/py-django-sortedm2m/PLIST:1.1
--- /dev/null   Mon Mar  5 13:59:47 2018
+++ pkgsrc/www/py-django-sortedm2m/PLIST        Mon Mar  5 13:59:47 2018
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2018/03/05 13:59:47 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}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sortedm2m/__init__.py
+${PYSITELIB}/sortedm2m/__init__.pyc
+${PYSITELIB}/sortedm2m/__init__.pyo
+${PYSITELIB}/sortedm2m/compat.py
+${PYSITELIB}/sortedm2m/compat.pyc
+${PYSITELIB}/sortedm2m/compat.pyo
+${PYSITELIB}/sortedm2m/fields.py
+${PYSITELIB}/sortedm2m/fields.pyc
+${PYSITELIB}/sortedm2m/fields.pyo
+${PYSITELIB}/sortedm2m/forms.py
+${PYSITELIB}/sortedm2m/forms.pyc
+${PYSITELIB}/sortedm2m/forms.pyo
+${PYSITELIB}/sortedm2m/locale/cs/LC_MESSAGES/django.mo
+${PYSITELIB}/sortedm2m/locale/cs/LC_MESSAGES/django.po
+${PYSITELIB}/sortedm2m/locale/fr/LC_MESSAGES/django.mo
+${PYSITELIB}/sortedm2m/locale/fr/LC_MESSAGES/django.po
+${PYSITELIB}/sortedm2m/models.py
+${PYSITELIB}/sortedm2m/models.pyc
+${PYSITELIB}/sortedm2m/models.pyo
+${PYSITELIB}/sortedm2m/operations.py
+${PYSITELIB}/sortedm2m/operations.pyc
+${PYSITELIB}/sortedm2m/operations.pyo
+${PYSITELIB}/sortedm2m/static/sortedm2m/jquery-ui.js
+${PYSITELIB}/sortedm2m/static/sortedm2m/selector-search.gif
+${PYSITELIB}/sortedm2m/static/sortedm2m/widget.css
+${PYSITELIB}/sortedm2m/static/sortedm2m/widget.js
+${PYSITELIB}/sortedm2m/templates/sortedm2m/sorted_checkbox_select_multiple_widget.html
Index: pkgsrc/www/py-django-sortedm2m/distinfo
diff -u /dev/null pkgsrc/www/py-django-sortedm2m/distinfo:1.1
--- /dev/null   Mon Mar  5 13:59:47 2018
+++ pkgsrc/www/py-django-sortedm2m/distinfo     Mon Mar  5 13:59:47 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/05 13:59:47 adam Exp $
+
+SHA1 (django-sortedm2m-1.5.0.tar.gz) = e8e1e21f6b73aee6a6f7431838e24172129a2b82
+RMD160 (django-sortedm2m-1.5.0.tar.gz) = f61e5d6d8cd10676eb737e44aa2ff714cd65e23a
+SHA512 (django-sortedm2m-1.5.0.tar.gz) = befb51f6da7453732a073fa67b339c01e0aac67f947d5808d3061304e9905fb94507b87cd2565c9035e867f01fa33e917b24e80a6c73825ba369b2b3ba9f056e
+Size (django-sortedm2m-1.5.0.tar.gz) = 37985 bytes



Home | Main Index | Thread Index | Old Index