svn commit: r494468 - in head/math/py-pyasp: . files

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 3 00:00:28 UTC 2019


Author: yuri
Date: Sun Mar  3 00:00:26 2019
New Revision: 494468
URL: https://svnweb.freebsd.org/changeset/ports/494468

Log:
  math/py-pyasp: Update 1.4.3 -> 1.4.4
  
  Reported by:	portscout

Modified:
  head/math/py-pyasp/Makefile
  head/math/py-pyasp/distinfo
  head/math/py-pyasp/files/patch-setup.py

Modified: head/math/py-pyasp/Makefile
==============================================================================
--- head/math/py-pyasp/Makefile	Sat Mar  2 23:54:39 2019	(r494467)
+++ head/math/py-pyasp/Makefile	Sun Mar  3 00:00:26 2019	(r494468)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyasp
-DISTVERSION=	1.4.3
+DISTVERSION=	1.4.4
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/math/py-pyasp/distinfo
==============================================================================
--- head/math/py-pyasp/distinfo	Sat Mar  2 23:54:39 2019	(r494467)
+++ head/math/py-pyasp/distinfo	Sun Mar  3 00:00:26 2019	(r494468)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515837453
-SHA256 (pyasp-1.4.3.tar.gz) = 7ffb2aaa6db33073f488bc946ddbf542d92e0c3f5877b292163a9c4f9c3c9e73
-SIZE (pyasp-1.4.3.tar.gz) = 50937
+TIMESTAMP = 1551570927
+SHA256 (pyasp-1.4.4.tar.gz) = f5525c73353c0e264497795d86ea4db80fd32cd51b7da965f70c46da56b85d37
+SIZE (pyasp-1.4.4.tar.gz) = 51718

Modified: head/math/py-pyasp/files/patch-setup.py
==============================================================================
--- head/math/py-pyasp/files/patch-setup.py	Sat Mar  2 23:54:39 2019	(r494467)
+++ head/math/py-pyasp/files/patch-setup.py	Sun Mar  3 00:00:26 2019	(r494468)
@@ -1,15 +1,16 @@
---- setup.py.orig	2017-03-28 11:25:30 UTC
+--- setup.py.orig	2019-03-02 23:56:14 UTC
 +++ setup.py
-@@ -46,7 +46,7 @@ BINARIES_NAME = {
+@@ -46,7 +46,8 @@ BINARIES_NAME = {
      # binary remote name: binary local name
-     'clasp-3.1.3': 'clasp',
+     'clasp-3.1.1': 'clasp',
      'gringo-3.0.5': 'gringo3',
--    'gringo-4.5.3': 'gringo4',
+-    'gringo-5.3.0': 'gringo4',
 +    'gringo-4.5.3': 'gringo',
++    'gringo-5.3.0': 'gringo',
  }
  
  BASE_URL_PLATFORM_SPECIFIC_SUBPATHS = {
-@@ -142,7 +142,7 @@ class install(_install):
+@@ -138,7 +139,7 @@ class install(_install):
      def run(self):
          """Call superclass run method, then downloads the binaries"""
          _install.run(self)


More information about the svn-ports-all mailing list