pkgsrc-WIP-changes archive

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

+py-cexprtk in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Dec 4 23:31:38 2015 +0100
Changeset:	8dd5c507dfb1a58cc2cae961f3e5f8c7e3d48112

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

Log Message:
+py-cexprtk in wip

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

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

diffstat:
 py-cexprtk/DESCR    |  3 +++
 py-cexprtk/Makefile | 21 +++++++++++++++++++++
 py-cexprtk/PLIST    |  6 ++++++
 py-cexprtk/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/py-cexprtk/DESCR b/py-cexprtk/DESCR
new file mode 100644
index 0000000..e888ff5
--- /dev/null
+++ b/py-cexprtk/DESCR
@@ -0,0 +1,3 @@
+cexprtk is a cython wrapper around the C++ Mathematical Expression
+Toolkit Library (ExprTk) by Arash Partow. Using cexprtk a powerful
+mathematical expression engine can be incorporated into your python project
diff --git a/py-cexprtk/Makefile b/py-cexprtk/Makefile
new file mode 100644
index 0000000..f1b8223
--- /dev/null
+++ b/py-cexprtk/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	cexprtk-0.2.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/cexprtk/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	 https://bitbucket.org/mjdr/cexprtk
+COMMENT=	Cython wrapper the C++ Mathematical Expression Toolkit Library
+LICENSE=	cpl-1.0
+
+WRKSRC=		${WRKDIR}/cexprtk-0.2.0
+
+USE_LANGUAGES=	c c++
+
+BUILD_TARGET=	cexprtk.so
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cexprtk/PLIST b/py-cexprtk/PLIST
new file mode 100644
index 0000000..7b2649e
--- /dev/null
+++ b/py-cexprtk/PLIST
@@ -0,0 +1,6 @@
+@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}/cexprtk.so
diff --git a/py-cexprtk/distinfo b/py-cexprtk/distinfo
new file mode 100644
index 0000000..5ecb7f2
--- /dev/null
+++ b/py-cexprtk/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cexprtk-0.2.0.tar.gz) = b830692465b345ac6ba20c0641cfa8da5df0f4f1
+RMD160 (cexprtk-0.2.0.tar.gz) = 6cd6f95701678658de9b8fcc245d13e60267eebb
+SHA512 (cexprtk-0.2.0.tar.gz) = ef7c042fc536646303690f505895e8dfc2db331cfb0e4fcdcb454686091a7d746475ca9a48e4757b6995b760923c3eb2c651e93f57d9ba85708b4beb8060dbf8
+Size (cexprtk-0.2.0.tar.gz) = 155893 bytes


Home | Main Index | Thread Index | Old Index