pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www py-drf-nested-routers: added version 0.90.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0d876827f5b
branches: trunk
changeset: 378429:e0d876827f5b
user: adam <adam%pkgsrc.org@localhost>
date: Sat Apr 07 19:58:36 2018 +0000
description:
py-drf-nested-routers: added version 0.90.2
This package provides routers and fields to create nested resources in the
Django Rest Framework. Nested resources are needed for full REST URL structure,
if one resource lives inside another.
diffstat:
www/Makefile | 3 ++-
www/py-drf-nested-routers/DESCR | 3 +++
www/py-drf-nested-routers/Makefile | 19 +++++++++++++++++++
www/py-drf-nested-routers/PLIST | 33 +++++++++++++++++++++++++++++++++
www/py-drf-nested-routers/distinfo | 6 ++++++
5 files changed, 63 insertions(+), 1 deletions(-)
diffs (94 lines):
diff -r bdc166d4e56b -r e0d876827f5b www/Makefile
--- a/www/Makefile Sat Apr 07 19:55:22 2018 +0000
+++ b/www/Makefile Sat Apr 07 19:58:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1320 2018/03/21 10:08:16 taca Exp $
+# $NetBSD: Makefile,v 1.1321 2018/04/07 19:58:36 adam Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -652,6 +652,7 @@
SUBDIR+= py-djangocms-text-ckeditor
SUBDIR+= py-djangocms-video
SUBDIR+= py-djangorestframework
+SUBDIR+= py-drf-nested-routers
SUBDIR+= py-feedgen
SUBDIR+= py-feedgenerator
SUBDIR+= py-filebrowser_safe
diff -r bdc166d4e56b -r e0d876827f5b www/py-drf-nested-routers/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-drf-nested-routers/DESCR Sat Apr 07 19:58:36 2018 +0000
@@ -0,0 +1,3 @@
+This package provides routers and fields to create nested resources in the
+Django Rest Framework. Nested resources are needed for full REST URL structure,
+if one resource lives inside another.
diff -r bdc166d4e56b -r e0d876827f5b www/py-drf-nested-routers/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-drf-nested-routers/Makefile Sat Apr 07 19:58:36 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/04/07 19:58:36 adam Exp $
+
+DISTNAME= drf-nested-routers-0.90.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=d/drf-nested-routers/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/alanjds/drf-nested-routers
+COMMENT= Nested resources for the Django Rest Framework
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-djangorestframework>=2.4.3:../../www/py-djangorestframework
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bdc166d4e56b -r e0d876827f5b www/py-drf-nested-routers/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-drf-nested-routers/PLIST Sat Apr 07 19:58:36 2018 +0000
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.1 2018/04/07 19:58:36 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}/rest_framework_nested/__init__.py
+${PYSITELIB}/rest_framework_nested/__init__.pyc
+${PYSITELIB}/rest_framework_nested/__init__.pyo
+${PYSITELIB}/rest_framework_nested/relations.py
+${PYSITELIB}/rest_framework_nested/relations.pyc
+${PYSITELIB}/rest_framework_nested/relations.pyo
+${PYSITELIB}/rest_framework_nested/routers.py
+${PYSITELIB}/rest_framework_nested/routers.pyc
+${PYSITELIB}/rest_framework_nested/routers.pyo
+${PYSITELIB}/rest_framework_nested/runtests/__init__.py
+${PYSITELIB}/rest_framework_nested/runtests/__init__.pyc
+${PYSITELIB}/rest_framework_nested/runtests/__init__.pyo
+${PYSITELIB}/rest_framework_nested/runtests/runcoverage.py
+${PYSITELIB}/rest_framework_nested/runtests/runcoverage.pyc
+${PYSITELIB}/rest_framework_nested/runtests/runcoverage.pyo
+${PYSITELIB}/rest_framework_nested/runtests/runtests.py
+${PYSITELIB}/rest_framework_nested/runtests/runtests.pyc
+${PYSITELIB}/rest_framework_nested/runtests/runtests.pyo
+${PYSITELIB}/rest_framework_nested/runtests/settings.py
+${PYSITELIB}/rest_framework_nested/runtests/settings.pyc
+${PYSITELIB}/rest_framework_nested/runtests/settings.pyo
+${PYSITELIB}/rest_framework_nested/runtests/urls.py
+${PYSITELIB}/rest_framework_nested/runtests/urls.pyc
+${PYSITELIB}/rest_framework_nested/runtests/urls.pyo
+${PYSITELIB}/rest_framework_nested/serializers.py
+${PYSITELIB}/rest_framework_nested/serializers.pyc
+${PYSITELIB}/rest_framework_nested/serializers.pyo
diff -r bdc166d4e56b -r e0d876827f5b www/py-drf-nested-routers/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-drf-nested-routers/distinfo Sat Apr 07 19:58:36 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/07 19:58:36 adam Exp $
+
+SHA1 (drf-nested-routers-0.90.2.tar.gz) = ddf4c6e80262487f489b23815dd7c9ecd9ac28b8
+RMD160 (drf-nested-routers-0.90.2.tar.gz) = 7ec228f307bc3ed36edddc6d606605eeb67756ad
+SHA512 (drf-nested-routers-0.90.2.tar.gz) = b26ebaf4c3bd9fe874286a81d5bff5d1a6ffde44589bd0371485916cf7fc86054863f82a3fe53fa93dd56c3bf5057a007947ab7ff08449131363015f9677bb9a
+Size (drf-nested-routers-0.90.2.tar.gz) = 15012 bytes
Home |
Main Index |
Thread Index |
Old Index