pkgsrc-WIP-changes archive

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

py-python-omega: initial commit



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Jan 1 21:30:19 2024 +0530
Changeset:	aec9c6818ee04e844a7803486ed7aadce9c5b707

Added Files:
	py-python-omega/DESCR
	py-python-omega/Makefile
	py-python-omega/PLIST
	py-python-omega/distinfo

Log Message:
py-python-omega: initial commit

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

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

diffstat:
 py-python-omega/DESCR    |  4 ++++
 py-python-omega/Makefile | 18 ++++++++++++++++++
 py-python-omega/PLIST    | 39 +++++++++++++++++++++++++++++++++++++++
 py-python-omega/distinfo |  5 +++++
 4 files changed, 66 insertions(+)

diffs:
diff --git a/py-python-omega/DESCR b/py-python-omega/DESCR
new file mode 100644
index 0000000000..f8a233a670
--- /dev/null
+++ b/py-python-omega/DESCR
@@ -0,0 +1,4 @@
+Omega is a framework designed to help you build parsers for text and binary
+data. It creates a recursive-descent/Parsing-Expression-Grammar parser given
+a description of the file-format in the concise Omega language, but if your
+file-format can't be described in pure Omega, it's easy to extend with Python.
diff --git a/py-python-omega/Makefile b/py-python-omega/Makefile
new file mode 100644
index 0000000000..1a415c0613
--- /dev/null
+++ b/py-python-omega/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	python-omega-0.1.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	python # TODO: add primary category
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-omega/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://gitlab.com/Screwtapello/python-omega
+COMMENT=	Omega parsing framework to build parsers for text and binary data
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-python-omega/PLIST b/py-python-omega/PLIST
new file mode 100644
index 0000000000..a7eae24f33
--- /dev/null
+++ b/py-python-omega/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+${PYSITELIB}/omega/__init__.py
+${PYSITELIB}/omega/__init__.pyc
+${PYSITELIB}/omega/__init__.pyo
+${PYSITELIB}/omega/_core.py
+${PYSITELIB}/omega/_core.pyc
+${PYSITELIB}/omega/_core.pyo
+${PYSITELIB}/omega/bootstrap.py
+${PYSITELIB}/omega/bootstrap.pyc
+${PYSITELIB}/omega/bootstrap.pyo
+${PYSITELIB}/omega/compiler.py
+${PYSITELIB}/omega/compiler.pyc
+${PYSITELIB}/omega/compiler.pyo
+${PYSITELIB}/omega/exceptions.py
+${PYSITELIB}/omega/exceptions.pyc
+${PYSITELIB}/omega/exceptions.pyo
+${PYSITELIB}/omega/stdlib.py
+${PYSITELIB}/omega/stdlib.pyc
+${PYSITELIB}/omega/stdlib.pyo
+${PYSITELIB}/omega/test/__init__.py
+${PYSITELIB}/omega/test/__init__.pyc
+${PYSITELIB}/omega/test/__init__.pyo
+${PYSITELIB}/omega/test/test_bootstrap.py
+${PYSITELIB}/omega/test/test_bootstrap.pyc
+${PYSITELIB}/omega/test/test_bootstrap.pyo
+${PYSITELIB}/omega/test/test_compiler.py
+${PYSITELIB}/omega/test/test_compiler.pyc
+${PYSITELIB}/omega/test/test_compiler.pyo
+${PYSITELIB}/omega/test/test_core.py
+${PYSITELIB}/omega/test/test_core.pyc
+${PYSITELIB}/omega/test/test_core.pyo
+${PYSITELIB}/omega/test/test_stdlib.py
+${PYSITELIB}/omega/test/test_stdlib.pyc
+${PYSITELIB}/omega/test/test_stdlib.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENCE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
diff --git a/py-python-omega/distinfo b/py-python-omega/distinfo
new file mode 100644
index 0000000000..69e9e49b67
--- /dev/null
+++ b/py-python-omega/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (python-omega-0.1.2.tar.gz) = 0f78f750b1af9ba3dd292dc298aeb1a261ec82e5e622cf3fab37f4e009f881e5
+SHA512 (python-omega-0.1.2.tar.gz) = 3894fbf6f5b9a7f2d3567d366b49d27871a227dd92bf5c89b5e3f48b15500607a037cf515aa9516a87fa35d59f2978471400fc521519be2e5a4015382e6e9d3e
+Size (python-omega-0.1.2.tar.gz) = 54619 bytes


Home | Main Index | Thread Index | Old Index