ports/186288: [UPDATE] net/py-gspreadsheet: update to 0.4.0
Johannes Jost Meixner
xmj at chaot.net
Fri Jan 31 06:20:01 UTC 2014
>Number: 186288
>Category: ports
>Synopsis: [UPDATE] net/py-gspreadsheet: update to 0.4.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 31 06:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Johannes Jost Meixner
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0: Wed Jan 15 11:44:09 EET 2014
>Description:
- Update to 0.4.0
- Deprecate easy_install
- Add regression-test target
portlint: looks fine.
testport: ok
redports: https://redports.org/buildarchive/20140126100400-6943/
Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:
--- py27-gspreadsheet-0.4.0.patch begins here ---
diff -ruN /usr/ports/net/py-gspreadsheet/Makefile ./Makefile
--- /usr/ports/net/py-gspreadsheet/Makefile 2014-01-13 23:00:02.000000000 +0200
+++ ./Makefile 2014-01-28 08:40:47.000000000 +0200
@@ -1,8 +1,8 @@
# Created by: Johannes Meixner <xmj at chaot.net>
-# $FreeBSD: net/py-gspreadsheet/Makefile 339634 2014-01-13 21:00:02Z rene $
+# $FreeBSD: head/net/py-gspreadsheet/Makefile 339634 2014-01-13 21:00:02Z rene $
PORTNAME= gspreadsheet
-PORTVERSION= 0.3.0
+PORTVERSION= 0.4.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,15 +13,19 @@
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}
diff -ruN /usr/ports/net/py-gspreadsheet/distinfo ./distinfo
--- /usr/ports/net/py-gspreadsheet/distinfo 2014-01-22 17:30:13.000000000 +0200
+++ ./distinfo 2014-01-28 08:40:47.000000000 +0200
@@ -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
--- py27-gspreadsheet-0.4.0.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list