ports/math/py-pyasp/files/patch-setup.py
Yuri Victorovich 01047e5aaf New port: math/py-pyasp: Convenience wrapper for the ASP tools gringo and clasp
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13898
2018-01-15 23:16:09 +00:00

20 lines
625 B
Python

--- setup.py.orig 2017-03-28 11:25:30 UTC
+++ setup.py
@@ -46,7 +46,7 @@ BINARIES_NAME = {
# binary remote name: binary local name
'clasp-3.1.3': 'clasp',
'gringo-3.0.5': 'gringo3',
- 'gringo-4.5.3': 'gringo4',
+ 'gringo-4.5.3': 'gringo',
}
BASE_URL_PLATFORM_SPECIFIC_SUBPATHS = {
@@ -142,7 +142,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(