aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-11-11 16:16:03 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-11-11 16:16:03 +0000
commitb028d664793291ae7c7dd7501eaca4de99fa455d (patch)
tree02ef87ac3c19006f437589541c725ab7a443741c /net
parent2c390c1d1577205dffb402262eb46c1beb9636dd (diff)
downloadports-b028d664793291ae7c7dd7501eaca4de99fa455d.tar.gz
ports-b028d664793291ae7c7dd7501eaca4de99fa455d.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/py-gspreadsheet/Makefile3
-rw-r--r--net/py-gspreadsheet/files/patch-setup.py8
2 files changed, 2 insertions, 9 deletions
diff --git a/net/py-gspreadsheet/Makefile b/net/py-gspreadsheet/Makefile
index e5630cbe7449..2e9c79a8a315 100644
--- a/net/py-gspreadsheet/Makefile
+++ b/net/py-gspreadsheet/Makefile
@@ -13,8 +13,9 @@ COMMENT= Wrapper around Google Spreadsheets to look like csv.DictReader
LICENSE= AL2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata
+
USE_PYTHON= 2.7
-USE_PYDISTUTILS= yes
+USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= README.rst
diff --git a/net/py-gspreadsheet/files/patch-setup.py b/net/py-gspreadsheet/files/patch-setup.py
deleted file mode 100644
index 3c49bf70a987..000000000000
--- a/net/py-gspreadsheet/files/patch-setup.py
+++ /dev/null
@@ -1,8 +0,0 @@
---- ./setup.py.orig 2013-10-29 16:50:19.871040385 +0200
-+++ ./setup.py 2013-10-29 16:51:00.781040301 +0200
-@@ -1,4 +1,4 @@
--from setuptools import setup
-+from distutils.core import setup
-
- with open('README.rst') as f:
- long_description = f.read()