pkgsrc-WIP-changes archive

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

+py-docstring-to-markdown in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 4 16:01:45 2022 +0000
Changeset:	14a2d5165edcc04fac97ac67d41b025087e8d641

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

Log Message:
+py-docstring-to-markdown in wip

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

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

diffstat:
 Makefile                          |  1 +
 py-docstring-to-markdown/DESCR    |  1 +
 py-docstring-to-markdown/Makefile | 16 ++++++++++++++++
 py-docstring-to-markdown/PLIST    | 12 ++++++++++++
 py-docstring-to-markdown/distinfo |  5 +++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 843355a47d..6630ec26c6 100644
--- a/Makefile
+++ b/Makefile
@@ -3747,6 +3747,7 @@ SUBDIR+=	py-dlx
 SUBDIR+=	py-dna-features-viewer
 SUBDIR+=	py-dns
 SUBDIR+=	py-dns-clientsubnetoption
+SUBDIR+=	py-docstring-to-markdown
 SUBDIR+=	py-docker
 SUBDIR+=	py-docker-emperor
 SUBDIR+=	py-docker-hub
diff --git a/py-docstring-to-markdown/DESCR b/py-docstring-to-markdown/DESCR
new file mode 100644
index 0000000000..4c2a373b5c
--- /dev/null
+++ b/py-docstring-to-markdown/DESCR
@@ -0,0 +1 @@
+On the fly conversion of Python docstrings to markdown
diff --git a/py-docstring-to-markdown/Makefile b/py-docstring-to-markdown/Makefile
new file mode 100644
index 0000000000..76e5bb2329
--- /dev/null
+++ b/py-docstring-to-markdown/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	docstring-to-markdown-0.10
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/docstring-to-markdown/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.org/project/docstring-to-markdown/
+COMMENT=	On the fly conversion of Python docstrings to markdown
+LICENSE=	gnu-lgpl-v2.1
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-docstring-to-markdown/PLIST b/py-docstring-to-markdown/PLIST
new file mode 100644
index 0000000000..fbd380aa2f
--- /dev/null
+++ b/py-docstring-to-markdown/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${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
diff --git a/py-docstring-to-markdown/distinfo b/py-docstring-to-markdown/distinfo
new file mode 100644
index 0000000000..731392cab3
--- /dev/null
+++ b/py-docstring-to-markdown/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (docstring-to-markdown-0.10.tar.gz) = a792b47f26861e746cff5c61b8740a23024c2ca2541359febba07e196a8f120f
+SHA512 (docstring-to-markdown-0.10.tar.gz) = 321d39d45afe2fd5e70cba9a98631dfeeb865e4abb158da39fd2664302290d77568e6e77478ce3f458700edb9de5e29d7a286449ba57d45c9d2c324ca672255b
+Size (docstring-to-markdown-0.10.tar.gz) = 17947 bytes


Home | Main Index | Thread Index | Old Index