aboutsummaryrefslogtreecommitdiff
path: root/net/py-gspreadsheet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-gspreadsheet/Makefile')
-rw-r--r--net/py-gspreadsheet/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/net/py-gspreadsheet/Makefile b/net/py-gspreadsheet/Makefile
deleted file mode 100644
index 36c4d003a27a..000000000000
--- a/net/py-gspreadsheet/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Johannes Meixner <johannes@perceivon.net>
-# $FreeBSD$
-
-PORTNAME= gspreadsheet
-PORTVERSION= 0.4.0
-PORTREVISION= 1
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Wrapper around Google Spreadsheets to look like csv.DictReader
-
-LICENSE= APACHE20
-
-DEPRECATED= Uses deprecated version of python
-EXPIRATION_DATE= 2020-08-15
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>=2.0.14:devel/py-gdata@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-PORTDOCS= README.rst
-
-OPTIONS_DEFINE= DOCS
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-do-test:
- @cd ${WRKSRC} && nosetests-${PYTHON_VER}
-
-.include <bsd.port.mk>