Revision
149544
Author
and.damore@macports.org
Date
2016-06-25 09:03:58 -0700 (Sat, 25 Jun 2016)

Log Message

port py-virtualfish: remove requirements on setuptools' git module; nomaintainer

Modified Paths

Added Paths

Diff

Modified: trunk/dports/python/py-virtualfish/Portfile (149543 => 149544)


--- trunk/dports/python/py-virtualfish/Portfile	2016-06-25 13:43:57 UTC (rev 149543)
+++ trunk/dports/python/py-virtualfish/Portfile	2016-06-25 16:03:58 UTC (rev 149544)
@@ -26,6 +26,8 @@
 checksums               rmd160  21ab9dad82810327eb058e6e1e35e307ba9e925a \
                         sha256  2584c5444e7b9f3ef0bb86d9a1b7f3bbfbd6d36ad1ec3705c8ccd46f1d5315c0
 
+patchfiles              patch-setup.py.diff
+
 # Possibly other versions, need testers
 #python.versions         27 34 35
 python.versions         27 

Added: trunk/dports/python/py-virtualfish/files/patch-setup.py.diff (0 => 149544)


--- trunk/dports/python/py-virtualfish/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-virtualfish/files/patch-setup.py.diff	2016-06-25 16:03:58 UTC (rev 149544)
@@ -0,0 +1,12 @@
+--- setup.py.orig	2016-06-25 17:53:44.000000000 +0200
++++ setup.py	2016-06-25 17:54:08.000000000 +0200
+@@ -9,9 +9,6 @@
+     packages=find_packages(),
+     package_data={'': ['*.fish']},
+     include_package_data=True,
+-    setup_requires=[
+-        'setuptools_git>=0.3',
+-    ],
+     install_requires=[
+         'virtualenv',
+     ],