summaryrefslogtreecommitdiff
path: root/www/py-flask-rest
diff options
context:
space:
mode:
authorkleink <kleink>2013-01-08 19:28:12 +0000
committerkleink <kleink>2013-01-08 19:28:12 +0000
commit296da6975e3e246344d85a20d67b4d8f3ac956cf (patch)
tree6eca3705ca81021040997f01ea3374de7a2ad73f /www/py-flask-rest
parent71fe32c1c5376a647578be80f9416d9833ab0d74 (diff)
downloadpkgsrc-296da6975e3e246344d85a20d67b4d8f3ac956cf.tar.gz
Import Flask-REST-1.1 as www/py-flask-rest.
This library is a tiny REST toolkit intending to simplify your life when you want to create a REST API for your flask apps.
Diffstat (limited to 'www/py-flask-rest')
-rw-r--r--www/py-flask-rest/DESCR2
-rw-r--r--www/py-flask-rest/Makefile19
-rw-r--r--www/py-flask-rest/PLIST9
-rw-r--r--www/py-flask-rest/distinfo5
4 files changed, 35 insertions, 0 deletions
diff --git a/www/py-flask-rest/DESCR b/www/py-flask-rest/DESCR
new file mode 100644
index 00000000000..9facd46722a
--- /dev/null
+++ b/www/py-flask-rest/DESCR
@@ -0,0 +1,2 @@
+This library is a tiny REST toolkit intending to simplify your life
+when you want to create a REST API for your flask apps.
diff --git a/www/py-flask-rest/Makefile b/www/py-flask-rest/Makefile
new file mode 100644
index 00000000000..063a8f0cd36
--- /dev/null
+++ b/www/py-flask-rest/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2013/01/08 19:28:12 kleink Exp $
+
+DISTNAME= Flask-REST-1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= www python
+MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-REST/
+
+MAINTAINER= kleink@NetBSD.org
+HOMEPAGE= https://github.com/ametaireau/flask-rest/
+COMMENT= Simple REST toolkit for Flask
+LICENSE= modified-bsd
+
+EGG_NAME= ${DISTNAME:S/-/_/}
+USE_LANGUAGES= # empty
+
+DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-flask-rest/PLIST b/www/py-flask-rest/PLIST
new file mode 100644
index 00000000000..efffd11a760
--- /dev/null
+++ b/www/py-flask-rest/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2013/01/08 19:28:12 kleink 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}/flask_rest.py
+${PYSITELIB}/flask_rest.pyc
+${PYSITELIB}/flask_rest.pyo
diff --git a/www/py-flask-rest/distinfo b/www/py-flask-rest/distinfo
new file mode 100644
index 00000000000..411951208de
--- /dev/null
+++ b/www/py-flask-rest/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/01/08 19:28:12 kleink Exp $
+
+SHA1 (Flask-REST-1.1.tar.gz) = 2c4771e7ece28c3c31177e6296f705d20566bf6c
+RMD160 (Flask-REST-1.1.tar.gz) = 4108d393242fb02cffca6fa87f05f0b5bc652f10
+Size (Flask-REST-1.1.tar.gz) = 5178 bytes