svn commit: r566320 - in head/math/mathics-django: . files

Thierry Thomas thierry at FreeBSD.org
Mon Feb 22 18:00:19 UTC 2021


Author: thierry
Date: Mon Feb 22 18:00:18 2021
New Revision: 566320
URL: https://svnweb.freebsd.org/changeset/ports/566320

Log:
  Upgrade to 2.0.1.
  
  Release notes at
  <https://github.com/Mathics3/mathics-django/releases/tag/2.0.1>.
  
  This fixes the reported issue and make our patches no more necessary.

Deleted:
  head/math/mathics-django/files/patch-test_test__parser_test__convert.py
  head/math/mathics-django/files/patch-test_test__parser_test__parser.py
  head/math/mathics-django/files/patch-test_test__parser_test__prescanner.py
  head/math/mathics-django/files/patch-test_test__parser_test__tokeniser.py
  head/math/mathics-django/files/patch-test_test__parser_test__util.py
Modified:
  head/math/mathics-django/Makefile
  head/math/mathics-django/distinfo
  head/math/mathics-django/files/pkg-message.in

Modified: head/math/mathics-django/Makefile
==============================================================================
--- head/math/mathics-django/Makefile	Mon Feb 22 17:37:36 2021	(r566319)
+++ head/math/mathics-django/Makefile	Mon Feb 22 18:00:18 2021	(r566320)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mathics-django
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	math python
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -14,7 +14,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Mathics>0:math/p
 		${PYTHON_PKGNAMEPREFIX}django31>0:www/py-django31@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}	\
 		${PYTHON_PKGNAMEPREFIX}Mathics>0:math/py-mathics@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django31>0:www/py-django31@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}django31>0:www/py-django31@${PY_FLAVOR}\
+		${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USE_GITHUB=	yes

Modified: head/math/mathics-django/distinfo
==============================================================================
--- head/math/mathics-django/distinfo	Mon Feb 22 17:37:36 2021	(r566319)
+++ head/math/mathics-django/distinfo	Mon Feb 22 18:00:18 2021	(r566320)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613414610
-SHA256 (Mathics3-mathics-django-2.0.0_GH0.tar.gz) = 9ed12dad92d71e173be7928b9c7adcf81a7b341ae76fc59c408d143dc626d9b7
-SIZE (Mathics3-mathics-django-2.0.0_GH0.tar.gz) = 3228149
+TIMESTAMP = 1614015345
+SHA256 (Mathics3-mathics-django-2.0.1_GH0.tar.gz) = 6cfb7a58c688f36a26a0835f3263aacc917f3f2f11ce1ca86840730803481611
+SIZE (Mathics3-mathics-django-2.0.1_GH0.tar.gz) = 3207860

Modified: head/math/mathics-django/files/pkg-message.in
==============================================================================
--- head/math/mathics-django/files/pkg-message.in	Mon Feb 22 17:37:36 2021	(r566319)
+++ head/math/mathics-django/files/pkg-message.in	Mon Feb 22 18:00:18 2021	(r566320)
@@ -1,2 +1,2 @@
 To run the server, type:
-%%PYTHON_CMD%% %%PYTHON_SITELIBDIR%%/mathics-django/manage.py runserver
+%%PYTHON_CMD%% %%PYTHON_SITELIBDIR%%/mathics_django/manage.py runserver


More information about the svn-ports-all mailing list