pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-docstring-to-markdown



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May  6 09:45:03 UTC 2023

Added Files:
        pkgsrc/textproc/py-docstring-to-markdown: DESCR Makefile PLIST distinfo

Log Message:
textproc/py-docstring-to-markdown: import py-docstring-to-markdown-0.12

On the fly conversion of Python docstrings to Markdown.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-docstring-to-markdown/DESCR \
    pkgsrc/textproc/py-docstring-to-markdown/Makefile \
    pkgsrc/textproc/py-docstring-to-markdown/PLIST \
    pkgsrc/textproc/py-docstring-to-markdown/distinfo

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

Added files:

Index: pkgsrc/textproc/py-docstring-to-markdown/DESCR
diff -u /dev/null pkgsrc/textproc/py-docstring-to-markdown/DESCR:1.1
--- /dev/null   Sat May  6 09:45:03 2023
+++ pkgsrc/textproc/py-docstring-to-markdown/DESCR      Sat May  6 09:45:03 2023
@@ -0,0 +1 @@
+On-the-fly conversion of Python docstrings to Markdown.
Index: pkgsrc/textproc/py-docstring-to-markdown/Makefile
diff -u /dev/null pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.1
--- /dev/null   Sat May  6 09:45:03 2023
+++ pkgsrc/textproc/py-docstring-to-markdown/Makefile   Sat May  6 09:45:03 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/05/06 09:45:03 wiz Exp $
+
+DISTNAME=      docstring-to-markdown-0.12
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/docstring-to-markdown/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/docstring-to-markdown/
+COMMENT=       On-the-fly conversion of Python docstrings to Markdown
+LICENSE=       gnu-lgpl-v2.1 # or later
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-docstring-to-markdown/PLIST
diff -u /dev/null pkgsrc/textproc/py-docstring-to-markdown/PLIST:1.1
--- /dev/null   Sat May  6 09:45:03 2023
+++ pkgsrc/textproc/py-docstring-to-markdown/PLIST      Sat May  6 09:45:03 2023
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/06 09:45:03 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/docstring_to_markdown/__init__.py
+${PYSITELIB}/docstring_to_markdown/__init__.pyc
+${PYSITELIB}/docstring_to_markdown/__init__.pyo
+${PYSITELIB}/docstring_to_markdown/py.typed
+${PYSITELIB}/docstring_to_markdown/rst.py
+${PYSITELIB}/docstring_to_markdown/rst.pyc
+${PYSITELIB}/docstring_to_markdown/rst.pyo
Index: pkgsrc/textproc/py-docstring-to-markdown/distinfo
diff -u /dev/null pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.1
--- /dev/null   Sat May  6 09:45:03 2023
+++ pkgsrc/textproc/py-docstring-to-markdown/distinfo   Sat May  6 09:45:03 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/06 09:45:03 wiz Exp $
+
+BLAKE2s (docstring-to-markdown-0.12.tar.gz) = f2e7ddb92d81ecec9ffd372cc2b9ec6487f332e609d7ca4a77bc7e2defa5ec98
+SHA512 (docstring-to-markdown-0.12.tar.gz) = dd2bd7996cbdfa89a0648aab7596213dcac888d9c2652479e3665df0a4d96307d642b409a10089408ded710db826069294aa59cc4301dbaada3af01a4a6eb1e1
+Size (docstring-to-markdown-0.12.tar.gz) = 24795 bytes



Home | Main Index | Thread Index | Old Index