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:56:12 UTC 2017
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-django-admin-rangefilter: DESCR Makefile PLIST distinfo
Log Message:
Add the filter by a custom date / datetime range on the admin UI.
To generate a diff of this commit:
cvs rdiff -u -r1.1276 -r1.1277 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-admin-rangefilter/DESCR \
pkgsrc/www/py-django-admin-rangefilter/Makefile \
pkgsrc/www/py-django-admin-rangefilter/PLIST \
pkgsrc/www/py-django-admin-rangefilter/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.1276 pkgsrc/www/Makefile:1.1277
--- pkgsrc/www/Makefile:1.1276 Tue Oct 17 06:54:44 2017
+++ pkgsrc/www/Makefile Tue Oct 17 06:56:12 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1276 2017/10/17 06:54:44 adam Exp $
+# $NetBSD: Makefile,v 1.1277 2017/10/17 06:56:12 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-rangefilter
SUBDIR+= py-django-admin-sortable2
SUBDIR+= py-django-appconf
SUBDIR+= py-django-appmedia
Added files:
Index: pkgsrc/www/py-django-admin-rangefilter/DESCR
diff -u /dev/null pkgsrc/www/py-django-admin-rangefilter/DESCR:1.1
--- /dev/null Tue Oct 17 06:56:12 2017
+++ pkgsrc/www/py-django-admin-rangefilter/DESCR Tue Oct 17 06:56:12 2017
@@ -0,0 +1 @@
+Add the filter by a custom date / datetime range on the admin UI.
Index: pkgsrc/www/py-django-admin-rangefilter/Makefile
diff -u /dev/null pkgsrc/www/py-django-admin-rangefilter/Makefile:1.1
--- /dev/null Tue Oct 17 06:56:12 2017
+++ pkgsrc/www/py-django-admin-rangefilter/Makefile Tue Oct 17 06:56:12 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/10/17 06:56:12 adam Exp $
+
+DISTNAME= django-admin-rangefilter-0.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-admin-rangefilter/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/silentsokolov/django-admin-rangefilter
+COMMENT= Add the filter by a custom date range on the admin UI
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-admin-rangefilter/PLIST
diff -u /dev/null pkgsrc/www/py-django-admin-rangefilter/PLIST:1.1
--- /dev/null Tue Oct 17 06:56:12 2017
+++ pkgsrc/www/py-django-admin-rangefilter/PLIST Tue Oct 17 06:56:12 2017
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/17 06:56:12 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}/rangefilter/__init__.py
+${PYSITELIB}/rangefilter/__init__.pyc
+${PYSITELIB}/rangefilter/__init__.pyo
+${PYSITELIB}/rangefilter/apps.py
+${PYSITELIB}/rangefilter/apps.pyc
+${PYSITELIB}/rangefilter/apps.pyo
+${PYSITELIB}/rangefilter/filter.py
+${PYSITELIB}/rangefilter/filter.pyc
+${PYSITELIB}/rangefilter/filter.pyo
+${PYSITELIB}/rangefilter/models.py
+${PYSITELIB}/rangefilter/models.pyc
+${PYSITELIB}/rangefilter/models.pyo
+${PYSITELIB}/rangefilter/templates/rangefilter/date_filter.html
+${PYSITELIB}/rangefilter/templates/rangefilter/date_filter_1_8.html
+${PYSITELIB}/rangefilter/tests.py
+${PYSITELIB}/rangefilter/tests.pyc
+${PYSITELIB}/rangefilter/tests.pyo
Index: pkgsrc/www/py-django-admin-rangefilter/distinfo
diff -u /dev/null pkgsrc/www/py-django-admin-rangefilter/distinfo:1.1
--- /dev/null Tue Oct 17 06:56:12 2017
+++ pkgsrc/www/py-django-admin-rangefilter/distinfo Tue Oct 17 06:56:12 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/17 06:56:12 adam Exp $
+
+SHA1 (django-admin-rangefilter-0.3.0.tar.gz) = 10d69915d7c644caa2bca2dc1eba05e28e5502fa
+RMD160 (django-admin-rangefilter-0.3.0.tar.gz) = 39a2e6dcdd19ecf5ae97dbffa7bdddfd319659ef
+SHA512 (django-admin-rangefilter-0.3.0.tar.gz) = 21c0a9e66e0ad495b201cb07853a2a1c56cb3e1834a14d23c24279c4dcf93a4fd36562557f9493c2a6c35138ecf83781f6888780bf6a26827def20adda9a8580
+Size (django-admin-rangefilter-0.3.0.tar.gz) = 6855 bytes
Home |
Main Index |
Thread Index |
Old Index