- Add a patch to keep away from egg generation when setuptools is installed
PR: ports/149935 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
This commit is contained in:
parent
34bcaf13d8
commit
625787c47c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259921
1 changed files with 14 additions and 0 deletions
14
net/googlecl/files/patch-setup.py
Normal file
14
net/googlecl/files/patch-setup.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- setup.py.orig 2010-07-24 10:30:33.000000000 +0800
|
||||
+++ setup.py 2010-08-24 21:11:15.000000000 +0800
|
||||
@@ -12,10 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
-try:
|
||||
- from setuptools import setup
|
||||
-except ImportError:
|
||||
- from distutils.core import setup
|
||||
+from distutils.core import setup
|
||||
packages =['googlecl',
|
||||
'googlecl.blogger',
|
||||
'googlecl.calendar',
|
Loading…
Reference in a new issue