pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
new{py-portray, py-mkdocs-material-extensions}
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Sep 20 16:38:02 2020 +0100
Changeset: 40dbe10e6e6c957b5bd51e5af35ee6f655d6e262
Added Files:
py-mkdocs-material-extensions/DESCR
py-mkdocs-material-extensions/Makefile
py-mkdocs-material-extensions/PLIST
py-mkdocs-material-extensions/distinfo
py-portray/DESCR
py-portray/Makefile
py-portray/PLIST
py-portray/distinfo
Log Message:
new{py-portray, py-mkdocs-material-extensions}
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=40dbe10e6e6c957b5bd51e5af35ee6f655d6e262
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-mkdocs-material-extensions/DESCR | 1 +
py-mkdocs-material-extensions/Makefile | 18 ++++++++++++++++++
py-mkdocs-material-extensions/PLIST | 15 +++++++++++++++
py-mkdocs-material-extensions/distinfo | 6 ++++++
py-portray/DESCR | 3 +++
py-portray/Makefile | 16 ++++++++++++++++
py-portray/PLIST | 34 ++++++++++++++++++++++++++++++++++
py-portray/distinfo | 6 ++++++
8 files changed, 99 insertions(+)
diffs:
diff --git a/py-mkdocs-material-extensions/DESCR b/py-mkdocs-material-extensions/DESCR
new file mode 100644
index 0000000000..e07d5a57df
--- /dev/null
+++ b/py-mkdocs-material-extensions/DESCR
@@ -0,0 +1 @@
+Markdown extension resources for MkDocs for Material
diff --git a/py-mkdocs-material-extensions/Makefile b/py-mkdocs-material-extensions/Makefile
new file mode 100644
index 0000000000..c7855db447
--- /dev/null
+++ b/py-mkdocs-material-extensions/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= mkdocs-material-extensions-1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= https://files.pythonhosted.org/packages/37/96/9c7825ac728f89de143741bb6db8750726e590b1f1a85cab9050871c9311/
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/facelessuser/mkdocs-material-extensions
+COMMENT= Extension pack for Python Markdown
+LICENSE= mit
+
+#DEPENDS+= ${PYPKGPREFIX}-mkdocs-material>=5.0.0:../../wip/py-mkdocs-material
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-mkdocs-material-extensions/PLIST b/py-mkdocs-material-extensions/PLIST
new file mode 100644
index 0000000000..acc44fe9d4
--- /dev/null
+++ b/py-mkdocs-material-extensions/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/materialx/__init__.py
+${PYSITELIB}/materialx/__init__.pyc
+${PYSITELIB}/materialx/__init__.pyo
+${PYSITELIB}/materialx/__meta__.py
+${PYSITELIB}/materialx/__meta__.pyc
+${PYSITELIB}/materialx/__meta__.pyo
+${PYSITELIB}/materialx/emoji.py
+${PYSITELIB}/materialx/emoji.pyc
+${PYSITELIB}/materialx/emoji.pyo
+${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
diff --git a/py-mkdocs-material-extensions/distinfo b/py-mkdocs-material-extensions/distinfo
new file mode 100644
index 0000000000..6d9ffa42ce
--- /dev/null
+++ b/py-mkdocs-material-extensions/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mkdocs-material-extensions-1.0.tar.gz) = 252e887287f1b8b39c21b0bf7c0b6f66fc1cfb44
+RMD160 (mkdocs-material-extensions-1.0.tar.gz) = 547e6b3bf0b60ea4a9601f6948765e6d078db188
+SHA512 (mkdocs-material-extensions-1.0.tar.gz) = a6ad5b3231bcb5a493100c217aa890f484861ac31ae1bb5975959977d106855a06343bbbebb3d7ccfae79d1651afe101506da1a1d05c924bec2da4c104041b2d
+Size (mkdocs-material-extensions-1.0.tar.gz) = 11137 bytes
diff --git a/py-portray/DESCR b/py-portray/DESCR
new file mode 100644
index 0000000000..45f79587a6
--- /dev/null
+++ b/py-portray/DESCR
@@ -0,0 +1,3 @@
+**portray** is a Python3 command line tool and library that helps
+you create great documentation websites for your Python projects
+with as little effort as possible
diff --git a/py-portray/Makefile b/py-portray/Makefile
new file mode 100644
index 0000000000..4774f25623
--- /dev/null
+++ b/py-portray/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= portray-1.4.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= category python
+MASTER_SITES= https://files.pythonhosted.org/packages/34/a0/3a664ec95d0e96dd4ba5b37943dbb15622b697f7190455c645e85b759f9f/
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://pypi.org/project/portray/
+COMMENT= Your Project with Great Documentation
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-portray/PLIST b/py-portray/PLIST
new file mode 100644
index 0000000000..5bce7d07e5
--- /dev/null
+++ b/py-portray/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD$
+bin/portray
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/portray/__init__.py
+${PYSITELIB}/portray/__init__.pyc
+${PYSITELIB}/portray/__init__.pyo
+${PYSITELIB}/portray/_version.py
+${PYSITELIB}/portray/_version.pyc
+${PYSITELIB}/portray/_version.pyo
+${PYSITELIB}/portray/api.py
+${PYSITELIB}/portray/api.pyc
+${PYSITELIB}/portray/api.pyo
+${PYSITELIB}/portray/cli.py
+${PYSITELIB}/portray/cli.pyc
+${PYSITELIB}/portray/cli.pyo
+${PYSITELIB}/portray/config.py
+${PYSITELIB}/portray/config.pyc
+${PYSITELIB}/portray/config.pyo
+${PYSITELIB}/portray/exceptions.py
+${PYSITELIB}/portray/exceptions.pyc
+${PYSITELIB}/portray/exceptions.pyo
+${PYSITELIB}/portray/logo.py
+${PYSITELIB}/portray/logo.pyc
+${PYSITELIB}/portray/logo.pyo
+${PYSITELIB}/portray/mkdocs_templates/partials/footer.html
+${PYSITELIB}/portray/pdocs_templates/text.mako
+${PYSITELIB}/portray/render.py
+${PYSITELIB}/portray/render.pyc
+${PYSITELIB}/portray/render.pyo
diff --git a/py-portray/distinfo b/py-portray/distinfo
new file mode 100644
index 0000000000..ad76729702
--- /dev/null
+++ b/py-portray/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (portray-1.4.0.tar.gz) = c508d07256d404cf2cfe120dbc4ae7ebabde5130
+RMD160 (portray-1.4.0.tar.gz) = 59e4a73c47e2b6cac5794e726019ebd454292a49
+SHA512 (portray-1.4.0.tar.gz) = edb6db22ffc218ecfb2b4242421e4284b8309c6d1be2e712ced05007de4922d73baec302985e432fed374811168e281365969c8aee397ca6a3762dd40f5840d6
+Size (portray-1.4.0.tar.gz) = 13949 bytes
Home |
Main Index |
Thread Index |
Old Index