pkgsrc-WIP-changes archive

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

CythonGSL update to 0.2.2; active test



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Oct 21 12:10:58 2020 +0100
Changeset:	f63c91d2790880d0c9e0402a47fe60aee41cd4fe

Modified Files:
	py-cythongsl/Makefile
	py-cythongsl/PLIST
	py-cythongsl/distinfo

Log Message:
CythonGSL update to 0.2.2; active test

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

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

diffstat:
 py-cythongsl/Makefile | 20 +++++++++-----------
 py-cythongsl/PLIST    |  9 ++++++++-
 py-cythongsl/distinfo |  8 ++++----
 3 files changed, 21 insertions(+), 16 deletions(-)

diffs:
diff --git a/py-cythongsl/Makefile b/py-cythongsl/Makefile
index 2bd9daabd0..956cfe4eec 100644
--- a/py-cythongsl/Makefile
+++ b/py-cythongsl/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2012/10/06 17:55:31 asau Exp $
-#
+# $NetBSD$
 
-DISTNAME=	CythonGSL-0.1
-PKGNAME=	${PYPKGPREFIX}-cythongsl-0.1
-CATEGORIES=	devel math python
+DISTNAME=	CythonGSL-0.2.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_PYPI:=C/CythonGSL/}
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
@@ -11,13 +10,12 @@ HOMEPAGE=	https://github.com/twiecki/CythonGSL
 COMMENT=	Cython declarations for the Gnu Scientific Library
 LICENSE=	gnu-gpl-v3
 
-WRKSRC=		${WRKDIR}/CythonGSL-0.1
-
 USE_LANGUAGES=	# none
 
-PYDISTUTILSPKG=	yes
-
-# work for cython>=1.51.x
+do-test:
+	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} setup_test.py
+	
+BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-cython+=	${PYPKGPREFIX}-cython>=0.12.1
 .include "../../devel/py-cython/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-cythongsl/PLIST b/py-cythongsl/PLIST
index 7b57a5434a..2a93f18c6d 100644
--- a/py-cythongsl/PLIST
+++ b/py-cythongsl/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/01 13:58:39 jihbed Exp $
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/cython_gsl/__init__.pxd
 ${PYSITELIB}/cython_gsl/__init__.py
 ${PYSITELIB}/cython_gsl/__init__.pyc
@@ -24,6 +25,7 @@ ${PYSITELIB}/cython_gsl/gsl_elementary.pxd
 ${PYSITELIB}/cython_gsl/gsl_ellint.pxd
 ${PYSITELIB}/cython_gsl/gsl_elljac.pxd
 ${PYSITELIB}/cython_gsl/gsl_erf.pxd
+${PYSITELIB}/cython_gsl/gsl_errno.pxd
 ${PYSITELIB}/cython_gsl/gsl_exp.pxd
 ${PYSITELIB}/cython_gsl/gsl_expint.pxd
 ${PYSITELIB}/cython_gsl/gsl_fermi_dirac.pxd
@@ -46,8 +48,11 @@ ${PYSITELIB}/cython_gsl/gsl_matrix_complex.pxd
 ${PYSITELIB}/cython_gsl/gsl_min.pxd
 ${PYSITELIB}/cython_gsl/gsl_mode.pxd
 ${PYSITELIB}/cython_gsl/gsl_monte.pxd
+${PYSITELIB}/cython_gsl/gsl_multifit_nlin.pxd
+${PYSITELIB}/cython_gsl/gsl_multimin.pxd
 ${PYSITELIB}/cython_gsl/gsl_ntuple.pxd
 ${PYSITELIB}/cython_gsl/gsl_odeiv.pxd
+${PYSITELIB}/cython_gsl/gsl_odeiv2.pxd
 ${PYSITELIB}/cython_gsl/gsl_permutation.pxd
 ${PYSITELIB}/cython_gsl/gsl_poly.pxd
 ${PYSITELIB}/cython_gsl/gsl_pow_int.pxd
@@ -66,3 +71,5 @@ ${PYSITELIB}/cython_gsl/gsl_trig.pxd
 ${PYSITELIB}/cython_gsl/gsl_vector.pxd
 ${PYSITELIB}/cython_gsl/gsl_vector_complex.pxd
 ${PYSITELIB}/cython_gsl/gsl_zeta.pxd
+${PYSITELIB}/cython_gsl/math.pxd
+${PYSITELIB}/cython_gsl/stdio.pxd
diff --git a/py-cythongsl/distinfo b/py-cythongsl/distinfo
index 584818927b..6299595837 100644
--- a/py-cythongsl/distinfo
+++ b/py-cythongsl/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2012/02/01 13:58:39 jihbed Exp $
 
-SHA1 (CythonGSL-0.1.tar.gz) = e30d16f7200341458a0399642d54524ffbedeb49
-RMD160 (CythonGSL-0.1.tar.gz) = 7328d8e03331d4c52eb363bc4b4d028b8937a1b2
-SHA512 (CythonGSL-0.1.tar.gz) = d8e8684de51dba585d84ce0e06ae62a0a0958c156af4b55966956a31c279c72296ecfa06a3c13a3cd24dd6637f18d8a16fede0974f49a7e0cc5a5f34a42c74f8
-Size (CythonGSL-0.1.tar.gz) = 24322 bytes
+SHA1 (CythonGSL-0.2.2.tar.gz) = f114097bde5ed7733087666e64ec359c6d5dec1e
+RMD160 (CythonGSL-0.2.2.tar.gz) = 90155538ff3a5e544f1302439ce7d0b231d4bcb0
+SHA512 (CythonGSL-0.2.2.tar.gz) = 9c1f8a86ebb3f8da828b540d39078bf2c122033f54c2866283b9ea2251fc23b336929f94b0c343c1be45b78845e17c3d6d0df6235f09db8aa145ebe3f45bc0c5
+Size (CythonGSL-0.2.2.tar.gz) = 85364 bytes


Home | Main Index | Thread Index | Old Index