pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import py-grip-4.5.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 27 00:44:16 2020 +0100
Changeset:	9725bccb281bc2467bc8a1262703d39f8b97c2e0

Added Files:
	py-grip/DESCR
	py-grip/Makefile
	py-grip/PLIST
	py-grip/distinfo

Log Message:
import py-grip-4.5.2 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9725bccb281bc2467bc8a1262703d39f8b97c2e0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-grip/DESCR    |  7 ++++++
 py-grip/Makefile | 23 +++++++++++++++++++
 py-grip/PLIST    | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-grip/distinfo |  6 +++++
 4 files changed, 103 insertions(+)

diffs:
diff --git a/py-grip/DESCR b/py-grip/DESCR
new file mode 100644
index 0000000000..07b2aa180c
--- /dev/null
+++ b/py-grip/DESCR
@@ -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
diff --git a/py-grip/Makefile b/py-grip/Makefile
new file mode 100644
index 0000000000..88bbc64467
--- /dev/null
+++ b/py-grip/Makefile
@@ -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@localhost
+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"
diff --git a/py-grip/PLIST b/py-grip/PLIST
new file mode 100644
index 0000000000..cc7a07f93f
--- /dev/null
+++ b/py-grip/PLIST
@@ -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
diff --git a/py-grip/distinfo b/py-grip/distinfo
new file mode 100644
index 0000000000..52b56cd137
--- /dev/null
+++ b/py-grip/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index