freebsd-ports/math/py-pyasp/files/patch-setup.py
Yuri Victorovich fd5b65d2f2 math/py-pyasp: Update 1.4.3 -> 1.4.4
Reported by:	portscout
2019-03-03 00:00:26 +00:00

21 lines
656 B
Python

--- setup.py.orig 2019-03-02 23:56:14 UTC
+++ setup.py
@@ -46,7 +46,8 @@ BINARIES_NAME = {
# binary remote name: binary local name
'clasp-3.1.1': 'clasp',
'gringo-3.0.5': 'gringo3',
- 'gringo-5.3.0': 'gringo4',
+ 'gringo-4.5.3': 'gringo',
+ 'gringo-5.3.0': 'gringo',
}
BASE_URL_PLATFORM_SPECIFIC_SUBPATHS = {
@@ -138,7 +139,7 @@ class install(_install):
def run(self):
"""Call superclass run method, then downloads the binaries"""
_install.run(self)
- self.execute(post_install, args=[], msg=post_install.__doc__)
+ #self.execute(post_install, args=[], msg=post_install.__doc__)
setup(