summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-07 19:58:36 +0000
committeradam <adam@pkgsrc.org>2018-04-07 19:58:36 +0000
commitcac14bbf867ac045f539d9219f26f68edad9e130 (patch)
tree96e9c120e42334be938bbe010b74d4b8c90c4107 /www
parent4e370cff7cacc8bfb5def6e101d51470eef1f146 (diff)
downloadpkgsrc-cac14bbf867ac045f539d9219f26f68edad9e130.tar.gz
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 (limited to 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/py-drf-nested-routers/DESCR3
-rw-r--r--www/py-drf-nested-routers/Makefile19
-rw-r--r--www/py-drf-nested-routers/PLIST33
-rw-r--r--www/py-drf-nested-routers/distinfo6
5 files changed, 63 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index 27620545f47..84157fcfe4a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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-teaser
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 --git a/www/py-drf-nested-routers/DESCR b/www/py-drf-nested-routers/DESCR
new file mode 100644
index 00000000000..645c936d078
--- /dev/null
+++ b/www/py-drf-nested-routers/DESCR
@@ -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 --git a/www/py-drf-nested-routers/Makefile b/www/py-drf-nested-routers/Makefile
new file mode 100644
index 00000000000..e25fb3a7e11
--- /dev/null
+++ b/www/py-drf-nested-routers/Makefile
@@ -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
+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 --git a/www/py-drf-nested-routers/PLIST b/www/py-drf-nested-routers/PLIST
new file mode 100644
index 00000000000..0fdf8b507f8
--- /dev/null
+++ b/www/py-drf-nested-routers/PLIST
@@ -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 --git a/www/py-drf-nested-routers/distinfo b/www/py-drf-nested-routers/distinfo
new file mode 100644
index 00000000000..b51781a41a2
--- /dev/null
+++ b/www/py-drf-nested-routers/distinfo
@@ -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