Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2020 05:45:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528209 - head/math/py-symcxx
Message-ID:  <202003110545.02B5j0JY068167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Mar 11 05:45:00 2020
New Revision: 528209
URL: https://svnweb.freebsd.org/changeset/ports/528209

Log:
  math/py-symcxx: Update 0.1.9 -> 0.1.10
  
  Reported by:	portscout

Modified:
  head/math/py-symcxx/Makefile
  head/math/py-symcxx/distinfo

Modified: head/math/py-symcxx/Makefile
==============================================================================
--- head/math/py-symcxx/Makefile	Wed Mar 11 05:27:00 2020	(r528208)
+++ head/math/py-symcxx/Makefile	Wed Mar 11 05:45:00 2020	(r528209)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	symcxx
-DISTVERSION=	0.1.9
-PORTREVISION=	4
+DISTVERSION=	0.1.10
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +12,9 @@ COMMENT=	Minimal symbolic manipulation python package 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		compiler:c++11-lang fortran python:-3.6 # fortran because otherwise "import numpy" fails with wrong libgcc_s.so message
+USES=		compiler:c++11-lang fortran python # fortran because otherwise "import numpy" fails with wrong libgcc_s.so message
 USE_PYTHON=	distutils autoplist
 
 post-patch:

Modified: head/math/py-symcxx/distinfo
==============================================================================
--- head/math/py-symcxx/distinfo	Wed Mar 11 05:27:00 2020	(r528208)
+++ head/math/py-symcxx/distinfo	Wed Mar 11 05:45:00 2020	(r528209)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522365597
-SHA256 (symcxx-0.1.9.tar.gz) = 5ac726823920f3b9880fa6e32845aa6fb3d6bd9baebfa0fea2181eb9ed8a27b8
-SIZE (symcxx-0.1.9.tar.gz) = 214680
+TIMESTAMP = 1583905137
+SHA256 (symcxx-0.1.10.tar.gz) = f200be30b278fb34998b2723e62b4142037299c6ede48f31a5c8183df055586a
+SIZE (symcxx-0.1.10.tar.gz) = 220459



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003110545.02B5j0JY068167>