Import of pkgsrc-2015Q3
This commit is contained in:
1
databases/py-firebase/DESCR
Normal file
1
databases/py-firebase/DESCR
Normal file
@@ -0,0 +1 @@
|
||||
Python interface to Firebase's REST API.
|
||||
18
databases/py-firebase/Makefile
Normal file
18
databases/py-firebase/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/08/06 13:26:16 kleink Exp $
|
||||
|
||||
DISTNAME= python-firebase-1.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/python-//}
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-firebase/}
|
||||
|
||||
MAINTAINER= kleink@NetBSD.org
|
||||
HOMEPAGE= http://ozgur.github.io/python-firebase/
|
||||
COMMENT= Python interface to Firebase's REST API
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-requests>=1.1.0:../../devel/py-requests
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
28
databases/py-firebase/PLIST
Normal file
28
databases/py-firebase/PLIST
Normal file
@@ -0,0 +1,28 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2015/08/06 13:26:16 kleink Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/firebase/__init__.py
|
||||
${PYSITELIB}/firebase/__init__.pyc
|
||||
${PYSITELIB}/firebase/__init__.pyo
|
||||
${PYSITELIB}/firebase/async.py
|
||||
${PYSITELIB}/firebase/async.pyc
|
||||
${PYSITELIB}/firebase/async.pyo
|
||||
${PYSITELIB}/firebase/decorators.py
|
||||
${PYSITELIB}/firebase/decorators.pyc
|
||||
${PYSITELIB}/firebase/decorators.pyo
|
||||
${PYSITELIB}/firebase/firebase.py
|
||||
${PYSITELIB}/firebase/firebase.pyc
|
||||
${PYSITELIB}/firebase/firebase.pyo
|
||||
${PYSITELIB}/firebase/firebase_token_generator.py
|
||||
${PYSITELIB}/firebase/firebase_token_generator.pyc
|
||||
${PYSITELIB}/firebase/firebase_token_generator.pyo
|
||||
${PYSITELIB}/firebase/jsonutil.py
|
||||
${PYSITELIB}/firebase/jsonutil.pyc
|
||||
${PYSITELIB}/firebase/jsonutil.pyo
|
||||
${PYSITELIB}/firebase/lazy.py
|
||||
${PYSITELIB}/firebase/lazy.pyc
|
||||
${PYSITELIB}/firebase/lazy.pyo
|
||||
5
databases/py-firebase/distinfo
Normal file
5
databases/py-firebase/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2015/08/06 13:26:16 kleink Exp $
|
||||
|
||||
SHA1 (python-firebase-1.2.tar.gz) = ac52c16ca1f19a946038a30ac1e66be6ac1ce091
|
||||
RMD160 (python-firebase-1.2.tar.gz) = 22453f695813ae2492e87b04e3f5859e6eb29539
|
||||
Size (python-firebase-1.2.tar.gz) = 10031 bytes
|
||||
Reference in New Issue
Block a user