You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
5e04fe3f2f
* Update to 1.7.3.1 * Switch to github. * Remove dependency on wxWidgets 2.8. * Unfinished attempt to run tests. See: https://trac.macports.org/ticket/46351
12 lines
373 B
Diff
12 lines
373 B
Diff
--- setup.py
|
|
+++ setup.py
|
|
@@ -59,8 +59,6 @@ class CustomInstallCommand(install):
|
|
"""Customized setuptools install command - prints a friendly greeting."""
|
|
def run(self):
|
|
install.run(self)
|
|
- _ = sys.stderr.write("Creating Desktop Shortcut to RIDE...\n")
|
|
- os.system("ride_postinstall.py -install")
|
|
|
|
setup(
|
|
name='robotframework-ride',
|