import py-grip-4.5.2 to wip

This commit is contained in:
K.I.A.Derouiche 2020-10-27 00:44:16 +01:00
parent bf6f379f10
commit 9725bccb28
4 changed files with 103 additions and 0 deletions

7
py-grip/DESCR Normal file
View File

@ -0,0 +1,7 @@
Render local readme files before sending off to GitHub.
Grip is a command-line server application written in Python that uses the
[GitHub markdown API][markdown] to render a local readme file. The styles
come directly from GitHub, so you'll know exactly how it will appear. Changes
you make to the Readme will be instantly reflected in the browser without
requiring a page refresh

23
py-grip/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD$
DISTNAME= grip-4.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grip/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://github.com/joeyespo/grip/
COMMENT= Render local readme files before sending off to GitHub
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-docopt>=0.4.0:../../devel/py-docopt
DEPENDS+= ${PYPKGPREFIX}-flask>=1.1.2:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-markdown>=2.5.1:../../textproc/py-markdown
DEPENDS+= ${PYPKGPREFIX}-path-and-address>=2.0.1:../../wip/py-path-and-address
DEPENDS+= ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-requests>=2.4.1:../../devel/py-requests
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

67
py-grip/PLIST Normal file
View File

@ -0,0 +1,67 @@
@comment $NetBSD$
bin/grip
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/grip/__init__.py
${PYSITELIB}/grip/__init__.pyc
${PYSITELIB}/grip/__init__.pyo
${PYSITELIB}/grip/__main__.py
${PYSITELIB}/grip/__main__.pyc
${PYSITELIB}/grip/__main__.pyo
${PYSITELIB}/grip/api.py
${PYSITELIB}/grip/api.pyc
${PYSITELIB}/grip/api.pyo
${PYSITELIB}/grip/app.py
${PYSITELIB}/grip/app.pyc
${PYSITELIB}/grip/app.pyo
${PYSITELIB}/grip/assets.py
${PYSITELIB}/grip/assets.pyc
${PYSITELIB}/grip/assets.pyo
${PYSITELIB}/grip/browser.py
${PYSITELIB}/grip/browser.pyc
${PYSITELIB}/grip/browser.pyo
${PYSITELIB}/grip/command.py
${PYSITELIB}/grip/command.pyc
${PYSITELIB}/grip/command.pyo
${PYSITELIB}/grip/constants.py
${PYSITELIB}/grip/constants.pyc
${PYSITELIB}/grip/constants.pyo
${PYSITELIB}/grip/exceptions.py
${PYSITELIB}/grip/exceptions.pyc
${PYSITELIB}/grip/exceptions.pyo
${PYSITELIB}/grip/patcher.py
${PYSITELIB}/grip/patcher.pyc
${PYSITELIB}/grip/patcher.pyo
${PYSITELIB}/grip/readers.py
${PYSITELIB}/grip/readers.pyc
${PYSITELIB}/grip/readers.pyo
${PYSITELIB}/grip/renderers.py
${PYSITELIB}/grip/renderers.pyc
${PYSITELIB}/grip/renderers.pyo
${PYSITELIB}/grip/settings.py
${PYSITELIB}/grip/settings.pyc
${PYSITELIB}/grip/settings.pyo
${PYSITELIB}/grip/static/favicon.ico
${PYSITELIB}/grip/static/octicons/octicons.css
${PYSITELIB}/grip/static/octicons/octicons.eot
${PYSITELIB}/grip/static/octicons/octicons.svg
${PYSITELIB}/grip/static/octicons/octicons.ttf
${PYSITELIB}/grip/static/octicons/octicons.woff
${PYSITELIB}/grip/static/octicons/octicons.woff2
${PYSITELIB}/grip/templates/base.html
${PYSITELIB}/grip/templates/index.html
${PYSITELIB}/grip/templates/limit.html
${PYSITELIB}/grip/vendor/__init__.py
${PYSITELIB}/grip/vendor/__init__.pyc
${PYSITELIB}/grip/vendor/__init__.pyo
${PYSITELIB}/grip/vendor/mdx_urlize.py
${PYSITELIB}/grip/vendor/mdx_urlize.pyc
${PYSITELIB}/grip/vendor/mdx_urlize.pyo
${PYSITELIB}/grip/vendor/six.py
${PYSITELIB}/grip/vendor/six.pyc
${PYSITELIB}/grip/vendor/six.pyo

6
py-grip/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (grip-4.5.2.tar.gz) = 83e3e33ae2d4d960cc26064f6439aad1fb38ff94
RMD160 (grip-4.5.2.tar.gz) = efbcfcbb51a66a970c02003b90d0f13d7fb7648f
SHA512 (grip-4.5.2.tar.gz) = a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9
Size (grip-4.5.2.tar.gz) = 145644 bytes