pkgsrc-WIP-changes archive

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

py-reparser: Import py-reparser-1.4.3 as wip/py-reparser



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat May 13 12:26:30 2017 +0200
Changeset:	13ee19a449a49798d04843e1b0f891e876fa1d5d

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

Log Message:
py-reparser: Import py-reparser-1.4.3 as wip/py-reparser

Simple regex-based lexer/parser for inline markup.

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

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

diffstat:
 Makefile             |  1 +
 py-reparser/DESCR    |  1 +
 py-reparser/Makefile | 18 ++++++++++++++++++
 py-reparser/PLIST    |  8 ++++++++
 py-reparser/distinfo |  6 ++++++
 5 files changed, 34 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index df3da4cc0b..1c15503952 100644
--- a/Makefile
+++ b/Makefile
@@ -3476,6 +3476,7 @@ SUBDIR+=	py-redbaron
 SUBDIR+=	py-reducer
 SUBDIR+=	py-regex
 SUBDIR+=	py-remctl
+SUBDIR+=	py-reparser
 SUBDIR+=	py-report
 SUBDIR+=	py-repositoryhandler
 SUBDIR+=	py-repoze.tm2
diff --git a/py-reparser/DESCR b/py-reparser/DESCR
new file mode 100644
index 0000000000..52d322495b
--- /dev/null
+++ b/py-reparser/DESCR
@@ -0,0 +1 @@
+Simple regex-based lexer/parser for inline markup.
diff --git a/py-reparser/Makefile b/py-reparser/Makefile
new file mode 100644
index 0000000000..ca610b0046
--- /dev/null
+++ b/py-reparser/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 leot Exp $
+
+DISTNAME=	ReParser-1.4.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/reparser/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/xmikos/reparser
+COMMENT=	Simple regex-based lexer/parser for inline markup
+LICENSE=	mit
+
+USE_LANGUAGES=			# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-reparser/PLIST b/py-reparser/PLIST
new file mode 100644
index 0000000000..8698b1c79f
--- /dev/null
+++ b/py-reparser/PLIST
@@ -0,0 +1,8 @@
+@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}/reparser.py
+${PYSITELIB}/reparser.pyc
+${PYSITELIB}/reparser.pyo
diff --git a/py-reparser/distinfo b/py-reparser/distinfo
new file mode 100644
index 0000000000..73b9077a7e
--- /dev/null
+++ b/py-reparser/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ReParser-1.4.3.tar.gz) = 7bfd9ec10799181659e35035f682d96b522bf137
+RMD160 (ReParser-1.4.3.tar.gz) = 1a8c5ef2d8339faf2711dd61b6d5ce710b7889f6
+SHA512 (ReParser-1.4.3.tar.gz) = db02caa6f4f1997cfc7a79283b1b90d3ff96e7fa2e7ba5b119e0060b97d1dd2604640c7d0a8503dbc05613b9b507e7d8732e9448c3ecb59ba85cf340ff1a5e2b
+Size (ReParser-1.4.3.tar.gz) = 4560 bytes


Home | Main Index | Thread Index | Old Index