pkgsrc-WIP-changes archive

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

py-expander: first revision



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Thu Jul 21 08:27:19 2022 +0530
Changeset:	384dd3adf8d844732975b7226481621aac2dcce8

Added Files:
	py-expander/DESCR
	py-expander/Makefile
	py-expander/PLIST
	py-expander/distinfo

Log Message:
py-expander: first revision

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

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

diffstat:
 py-expander/DESCR    | 13 ++++++++
 py-expander/Makefile | 17 ++++++++++
 py-expander/PLIST    | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-expander/distinfo |  5 +++
 4 files changed, 122 insertions(+)

diffs:
diff --git a/py-expander/DESCR b/py-expander/DESCR
new file mode 100644
index 0000000000..fed33de6de
--- /dev/null
+++ b/py-expander/DESCR
@@ -0,0 +1,13 @@
+pyexpander is a macro processor that allows to embed python code in text files.
+
+Some of the features are:
+
+    Variables like $(VAR) are replaced.
+
+    Valid python expressions like $(2+3/2) are evaluated.
+
+    Arbitrary python code like in $py(import math; math.pi) can be executed.
+
+    The functionality is available as a script and a python library.
+
+    The program is availiable for python version 3.
diff --git a/py-expander/Makefile b/py-expander/Makefile
new file mode 100644
index 0000000000..3603932c2e
--- /dev/null
+++ b/py-expander/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	pyexpander-2.1.1
+#PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=	${PYPKGPREFIX}-expander
+CATEGORIES=	devel
+MASTER_SITES=	https://sourceforge.net/projects/pyexpander/files/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pyexpander.sourceforge.io/
+COMMENT=	Powerful macro processing language
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-expander/PLIST b/py-expander/PLIST
new file mode 100644
index 0000000000..6c0fb7fc6c
--- /dev/null
+++ b/py-expander/PLIST
@@ -0,0 +1,87 @@
+@comment $NetBSD$
+bin/${PKGVERSION}.py
+bin/msi2py${PKGVERSION}.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/py${PKGVERSION}/__init__.py
+${PYSITELIB}/py${PKGVERSION}/__init__.pyc
+${PYSITELIB}/py${PKGVERSION}/__init__.pyo
+${PYSITELIB}/py${PKGVERSION}/lib.py
+${PYSITELIB}/py${PKGVERSION}/lib.pyc
+${PYSITELIB}/py${PKGVERSION}/lib.pyo
+${PYSITELIB}/py${PKGVERSION}/parser.py
+${PYSITELIB}/py${PKGVERSION}/parser.pyc
+${PYSITELIB}/py${PKGVERSION}/parser.pyo
+share/doc/py${PKGVERSION}-2.1.1/LICENSE
+share/doc/py${PKGVERSION}-2.1.1/README.rst
+share/doc/py${PKGVERSION}-2.1.1/html/.buildinfo
+share/doc/py${PKGVERSION}-2.1.1/html/_images/logo_hzb_big.png
+share/doc/py${PKGVERSION}-2.1.1/html/_modules/${PKGVERSION}.html
+share/doc/py${PKGVERSION}-2.1.1/html/_modules/index.html
+share/doc/py${PKGVERSION}-2.1.1/html/_modules/py${PKGVERSION}/lib.html
+share/doc/py${PKGVERSION}-2.1.1/html/_modules/py${PKGVERSION}/parser.html
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/epics-support.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/${PKGVERSION}-options.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/index.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/introduction.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/license.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/msi2py${PKGVERSION}-options.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/py${PKGVERSION}-install.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/python3.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/reference-${PKGVERSION}.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_sources/source-code-documentation.rst.txt
+share/doc/py${PKGVERSION}-2.1.1/html/_static/PLACEHOLDER
+share/doc/py${PKGVERSION}-2.1.1/html/_static/basic.css
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/badge_only.css
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/Roboto-Slab-Bold.woff
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/Roboto-Slab-Bold.woff2
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/Roboto-Slab-Regular.woff
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/Roboto-Slab-Regular.woff2
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/fontawesome-webfont.eot
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/fontawesome-webfont.svg
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/fontawesome-webfont.ttf
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/fontawesome-webfont.woff
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/fontawesome-webfont.woff2
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/lato-bold-italic.woff
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/lato-bold-italic.woff2
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/lato-bold.woff
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/lato-bold.woff2
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/lato-normal-italic.woff
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/lato-normal-italic.woff2
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/lato-normal.woff
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/fonts/lato-normal.woff2
+share/doc/py${PKGVERSION}-2.1.1/html/_static/css/theme.css
+share/doc/py${PKGVERSION}-2.1.1/html/_static/doctools.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/documentation_options.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/file.png
+share/doc/py${PKGVERSION}-2.1.1/html/_static/jquery-3.5.1.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/jquery.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/js/badge_only.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/js/html5shiv-printshiv.min.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/js/html5shiv.min.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/js/theme.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/language_data.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/minus.png
+share/doc/py${PKGVERSION}-2.1.1/html/_static/plus.png
+share/doc/py${PKGVERSION}-2.1.1/html/_static/pygments.css
+share/doc/py${PKGVERSION}-2.1.1/html/_static/searchtools.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/underscore-1.13.1.js
+share/doc/py${PKGVERSION}-2.1.1/html/_static/underscore.js
+share/doc/py${PKGVERSION}-2.1.1/html/epics-support.html
+share/doc/py${PKGVERSION}-2.1.1/html/${PKGVERSION}-options.html
+share/doc/py${PKGVERSION}-2.1.1/html/genindex.html
+share/doc/py${PKGVERSION}-2.1.1/html/index.html
+share/doc/py${PKGVERSION}-2.1.1/html/introduction.html
+share/doc/py${PKGVERSION}-2.1.1/html/license.html
+share/doc/py${PKGVERSION}-2.1.1/html/msi2py${PKGVERSION}-options.html
+share/doc/py${PKGVERSION}-2.1.1/html/objects.inv
+share/doc/py${PKGVERSION}-2.1.1/html/py-modindex.html
+share/doc/py${PKGVERSION}-2.1.1/html/py${PKGVERSION}-install.html
+share/doc/py${PKGVERSION}-2.1.1/html/python3.html
+share/doc/py${PKGVERSION}-2.1.1/html/reference-${PKGVERSION}.html
+share/doc/py${PKGVERSION}-2.1.1/html/search.html
+share/doc/py${PKGVERSION}-2.1.1/html/searchindex.js
+share/doc/py${PKGVERSION}-2.1.1/html/source-code-documentation.html
diff --git a/py-expander/distinfo b/py-expander/distinfo
new file mode 100644
index 0000000000..83cac2e5f4
--- /dev/null
+++ b/py-expander/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pyexpander-2.1.1.tar.gz) = 6a40de8c94c73b641875349ff3eca99f0252d3bca754d958afece2b88b8b394e
+SHA512 (pyexpander-2.1.1.tar.gz) = 76bcc7f9a6e079e7b6421d943122e46b8cb636c890467c44256fbed422f441916e06ba7afb641ae52a99f4db100cffb7c16d6929c31051f4f15ab869916f854e
+Size (pyexpander-2.1.1.tar.gz) = 3111490 bytes


Home | Main Index | Thread Index | Old Index