ports/186288: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu Feb 6 07:30:01 UTC 2014
The following reply was made to PR ports/186288; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/186288: commit references a PR
Date: Thu, 6 Feb 2014 07:20:23 +0000 (UTC)
Author: miwi
Date: Thu Feb 6 07:20:15 2014
New Revision: 342934
URL: http://svnweb.freebsd.org/changeset/ports/342934
QAT: https://qat.redports.org/buildarchive/r342934/
Log:
- Update to 0.4.0
- Deprecate easy_install
- Add regression-test target
PR: 186288
Submitted by: maintainer
Modified:
head/net/py-gspreadsheet/Makefile
head/net/py-gspreadsheet/distinfo
Modified: head/net/py-gspreadsheet/Makefile
==============================================================================
--- head/net/py-gspreadsheet/Makefile Thu Feb 6 05:12:33 2014 (r342933)
+++ head/net/py-gspreadsheet/Makefile Thu Feb 6 07:20:15 2014 (r342934)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gspreadsheet
-PORTVERSION= 0.3.0
+PORTVERSION= 0.4.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,15 +13,19 @@ COMMENT= Wrapper around Google Spreadshe
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= README.rst
OPTIONS_DEFINE= DOCS
+regression-test: build
+ @cd ${WRKSRC} && nosetests
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
Modified: head/net/py-gspreadsheet/distinfo
==============================================================================
--- head/net/py-gspreadsheet/distinfo Thu Feb 6 05:12:33 2014 (r342933)
+++ head/net/py-gspreadsheet/distinfo Thu Feb 6 07:20:15 2014 (r342934)
@@ -1,2 +1,2 @@
-SHA256 (gspreadsheet-0.3.0.tar.gz) = 102e4714f5e9f21a1a0118aeaef6772d77013ca03f1028326e9b00fa13143460
-SIZE (gspreadsheet-0.3.0.tar.gz) = 7342
+SHA256 (gspreadsheet-0.4.0.tar.gz) = 4b6b4bb2384da8b2fe173f8a906d688ae02c8942204be5c94323cb56cc781fbe
+SIZE (gspreadsheet-0.4.0.tar.gz) = 7485
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-python
mailing list