Bug 186288 - [UPDATE] net/py-gspreadsheet: update to 0.4.0
Summary: [UPDATE] net/py-gspreadsheet: update to 0.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 06:20 UTC by Johannes Meixner
Modified: 2014-02-06 07:30 UTC (History)
1 user (show)

See Also:


Attachments
py27-gspreadsheet-0.4.0.patch (1.53 KB, patch)
2014-01-31 06:20 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-01-31 06:20:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-31 06:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-06 07:20:23 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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-02-06 07:20:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!