pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www py-django-timezone-field: added version 3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b6c9c87cf27
branches:  trunk
changeset: 317457:0b6c9c87cf27
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 07 12:56:22 2019 +0000

description:
py-django-timezone-field: added version 3.0

A Django app providing database and form fields for pytz timezone objects.

diffstat:

 www/Makefile                          |   3 ++-
 www/py-django-timezone-field/DESCR    |   1 +
 www/py-django-timezone-field/Makefile |  19 +++++++++++++++++++
 www/py-django-timezone-field/PLIST    |  21 +++++++++++++++++++++
 www/py-django-timezone-field/distinfo |   6 ++++++
 5 files changed, 49 insertions(+), 1 deletions(-)

diffs (80 lines):

diff -r b25901081591 -r 0b6c9c87cf27 www/Makefile
--- a/www/Makefile      Mon Jan 07 10:16:37 2019 +0000
+++ b/www/Makefile      Mon Jan 07 12:56:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1356 2019/01/02 10:34:20 adam Exp $
+# $NetBSD: Makefile,v 1.1357 2019/01/07 12:56:22 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -657,6 +657,7 @@
 SUBDIR+=       py-django-sql-explorer
 SUBDIR+=       py-django-tagging
 SUBDIR+=       py-django-tastypie
+SUBDIR+=       py-django-timezone-field
 SUBDIR+=       py-django-treebeard
 SUBDIR+=       py-django14
 SUBDIR+=       py-django2
diff -r b25901081591 -r 0b6c9c87cf27 www/py-django-timezone-field/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-timezone-field/DESCR        Mon Jan 07 12:56:22 2019 +0000
@@ -0,0 +1,1 @@
+A Django app providing database and form fields for pytz timezone objects.
diff -r b25901081591 -r 0b6c9c87cf27 www/py-django-timezone-field/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-timezone-field/Makefile     Mon Jan 07 12:56:22 2019 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/01/07 12:56:22 adam Exp $
+
+DISTNAME=      django-timezone-field-3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-timezone-field/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/mfogel/django-timezone-field
+COMMENT=       Database and form fields for pytz timezone objects
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b25901081591 -r 0b6c9c87cf27 www/py-django-timezone-field/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-timezone-field/PLIST        Mon Jan 07 12:56:22 2019 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/07 12:56:22 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/timezone_field/__init__.py
+${PYSITELIB}/timezone_field/__init__.pyc
+${PYSITELIB}/timezone_field/__init__.pyo
+${PYSITELIB}/timezone_field/fields.py
+${PYSITELIB}/timezone_field/fields.pyc
+${PYSITELIB}/timezone_field/fields.pyo
+${PYSITELIB}/timezone_field/forms.py
+${PYSITELIB}/timezone_field/forms.pyc
+${PYSITELIB}/timezone_field/forms.pyo
+${PYSITELIB}/timezone_field/models.py
+${PYSITELIB}/timezone_field/models.pyc
+${PYSITELIB}/timezone_field/models.pyo
+${PYSITELIB}/timezone_field/utils.py
+${PYSITELIB}/timezone_field/utils.pyc
+${PYSITELIB}/timezone_field/utils.pyo
diff -r b25901081591 -r 0b6c9c87cf27 www/py-django-timezone-field/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-django-timezone-field/distinfo     Mon Jan 07 12:56:22 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/07 12:56:22 adam Exp $
+
+SHA1 (django-timezone-field-3.0.tar.gz) = abbffd71e813eebfb934f148dcbcbdeda497bd77
+RMD160 (django-timezone-field-3.0.tar.gz) = bf33f9e0289db1fdd814cf9b26b302bb577e430e
+SHA512 (django-timezone-field-3.0.tar.gz) = 624e5b1e6b75ec40252ea7137608d9f62a5fbba1a136068c0c4c5e6192afa9756456cfbcba5ae3b00980f8e0ab44e507226815b25196bb58a39789a75036789b
+Size (django-timezone-field-3.0.tar.gz) = 6217 bytes



Home | Main Index | Thread Index | Old Index