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: Sat Apr 7 19:58:36 UTC 2018
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/py-drf-nested-routers: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1320 -r1.1321 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-drf-nested-routers/DESCR \
pkgsrc/www/py-drf-nested-routers/Makefile \
pkgsrc/www/py-drf-nested-routers/PLIST \
pkgsrc/www/py-drf-nested-routers/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.1320 pkgsrc/www/Makefile:1.1321
--- pkgsrc/www/Makefile:1.1320 Wed Mar 21 10:08:16 2018
+++ pkgsrc/www/Makefile Sat Apr 7 19:58:36 2018
@@ -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
Added files:
Index: pkgsrc/www/py-drf-nested-routers/DESCR
diff -u /dev/null pkgsrc/www/py-drf-nested-routers/DESCR:1.1
--- /dev/null Sat Apr 7 19:58:36 2018
+++ pkgsrc/www/py-drf-nested-routers/DESCR Sat Apr 7 19:58:36 2018
@@ -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.
Index: pkgsrc/www/py-drf-nested-routers/Makefile
diff -u /dev/null pkgsrc/www/py-drf-nested-routers/Makefile:1.1
--- /dev/null Sat Apr 7 19:58:36 2018
+++ pkgsrc/www/py-drf-nested-routers/Makefile Sat Apr 7 19:58:36 2018
@@ -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"
Index: pkgsrc/www/py-drf-nested-routers/PLIST
diff -u /dev/null pkgsrc/www/py-drf-nested-routers/PLIST:1.1
--- /dev/null Sat Apr 7 19:58:36 2018
+++ pkgsrc/www/py-drf-nested-routers/PLIST Sat Apr 7 19:58:36 2018
@@ -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
Index: pkgsrc/www/py-drf-nested-routers/distinfo
diff -u /dev/null pkgsrc/www/py-drf-nested-routers/distinfo:1.1
--- /dev/null Sat Apr 7 19:58:36 2018
+++ pkgsrc/www/py-drf-nested-routers/distinfo Sat Apr 7 19:58:36 2018
@@ -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