pkgsrc-WIP-changes archive

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

py-m2r2: import version 0.3.3.post2



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sat Jul 22 02:21:06 2023 +0200
Changeset:	9b8b097647649b2c7c74b876b3d8bcec19e0d81f

Modified Files:
	Makefile
Added Files:
	py-m2r2/DESCR
	py-m2r2/Makefile
	py-m2r2/PLIST
	py-m2r2/distinfo

Log Message:
py-m2r2: import version 0.3.3.post2

This package does not build yet.

M2R2 converts a markdown file including reStructuredText (rst) markups
to a valid rst format.

M2R2 is a fork of m2r. Every m2r config should work out of the box.

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

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

diffstat:
 Makefile         |  1 +
 py-m2r2/DESCR    |  4 ++++
 py-m2r2/Makefile | 22 ++++++++++++++++++++++
 py-m2r2/PLIST    |  1 +
 py-m2r2/distinfo |  5 +++++
 5 files changed, 33 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e02ecebf08..383f04b812 100644
--- a/Makefile
+++ b/Makefile
@@ -4028,6 +4028,7 @@ SUBDIR+=	py-lxmf
 SUBDIR+=	py-lxmlproc
 SUBDIR+=	py-lzma
 SUBDIR+=	py-lzstring
+SUBDIR+=	py-m2r2
 SUBDIR+=	py-macs2
 SUBDIR+=	py-macs3
 SUBDIR+=	py-magnitude
diff --git a/py-m2r2/DESCR b/py-m2r2/DESCR
new file mode 100644
index 0000000000..c7d7d67d1b
--- /dev/null
+++ b/py-m2r2/DESCR
@@ -0,0 +1,4 @@
+M2R2 converts a markdown file including reStructuredText (rst) markups to a
+valid rst format.
+
+M2R2 is a fork of m2r. Every m2r config should work out of the box.
diff --git a/py-m2r2/Makefile b/py-m2r2/Makefile
new file mode 100644
index 0000000000..e1f317dad3
--- /dev/null
+++ b/py-m2r2/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	m2r2-0.3.3.post2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/m2r2/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/crossnox/m2r2
+COMMENT=	Markdown and reStructuredText in a single file
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+=	${PYPKGPREFIX}-mistune-[0-9]*:../../textproc/py-mistune
+TEST_DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-m2r2/PLIST b/py-m2r2/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/py-m2r2/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-m2r2/distinfo b/py-m2r2/distinfo
new file mode 100644
index 0000000000..a4433a6ce0
--- /dev/null
+++ b/py-m2r2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (m2r2-0.3.3.post2.tar.gz) = 238257026a010c5e17409841788a11d42fb6d63e361b25726e6b9e0bd0d65e8c
+SHA512 (m2r2-0.3.3.post2.tar.gz) = 2de1c0c394ee76d84d38a3fe8c3e260883a948347695f7b5b11df2ab76d5a8b6bf77aa6b6b292c64277cf0d7d3a062ff7d1245f35cadbe3d1110e9f677261432
+Size (m2r2-0.3.3.post2.tar.gz) = 17005 bytes


Home | Main Index | Thread Index | Old Index