pkgsrc-WIP-changes archive

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

py-cgen update new version: cgen-2020.1



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 25 15:54:26 2022 +0000
Changeset:	eba4b8a2a86b23c15667ea7539732d4d0a3f8980

Modified Files:
	py-cgen/DESCR
	py-cgen/Makefile
	py-cgen/distinfo

Log Message:
py-cgen update new version: cgen-2020.1

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

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

diffstat:
 py-cgen/DESCR    |  7 ++++---
 py-cgen/Makefile | 11 ++++++-----
 py-cgen/distinfo |  2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-cgen/DESCR b/py-cgen/DESCR
index a2ac90a982..c35f406fa8 100644
--- a/py-cgen/DESCR
+++ b/py-cgen/DESCR
@@ -1,3 +1,4 @@
-Cgen offers a simple abstract syntax tree for C and related languages
-(C++/CUDA/OpenCL) to allow structured code generation from Python.
-To represent mathematical expressions, cgen can be used with pymbolic.
+cgen offers a simple abstract syntax tree for C and related
+languages (C++/CUDA/OpenCL) to allow structured code
+generation from Python. To represent mathematical expressions,
+cgen can be used with pymbolic.
diff --git a/py-cgen/Makefile b/py-cgen/Makefile
index bbda1eedb6..40445f2513 100644
--- a/py-cgen/Makefile
+++ b/py-cgen/Makefile
@@ -5,15 +5,16 @@ PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/cgen/}
 
-MAINTAINER=	nikita%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/inducer/cgen
-COMMENT=	C and Cxx source generation from an AST
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://documen.tician.de/cgen/
+COMMENT=	C/C++ source generation from an AST
 LICENSE=	mit
 
-USE_LANGUAGES=	# none
+DEPENDS+=	${PYPKGPREFIX}-pytools>=2015.1.2:../../wip/py-pytools
 
-DEPENDS+=	${PYPKGPREFIX}-pytools-[0-9]*:../../wip/py-pytools
+USE_LANGUAGES=	# none
 
+BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.6
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-cgen/distinfo b/py-cgen/distinfo
index 53bd391574..230bab2307 100644
--- a/py-cgen/distinfo
+++ b/py-cgen/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (cgen-2020.1.tar.gz) = fe1bfaf4fdf2d504e362cb744fdcbf29d7804c70
+BLAKE2s (cgen-2020.1.tar.gz) = 01ec4f06d49c062f0c9123d09ef4437a0ec071a6144228275fba02e80b6737fb
 SHA512 (cgen-2020.1.tar.gz) = 77fea61e66d099c3fb20011b5249aed2ff95246ac4530144ddb7d8631ef0fc9096fd32c67aaaba8a67ac9e292a14fdeba1d1ddd8a15bc21551f45b9cbb8deb97
 Size (cgen-2020.1.tar.gz) = 19895 bytes


Home | Main Index | Thread Index | Old Index