Bug 181686 - devel/py-babel: add pytz as run_dependency
Summary: devel/py-babel: add pytz as run_dependency
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: Dryice Dong Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-30 16:00 UTC by Dryice Dong Liu
Modified: 2013-08-31 02:25 UTC (History)
0 users

See Also:


Attachments
file.diff (386 bytes, patch)
2013-08-30 16:00 UTC, Dryice Dong Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dryice Dong Liu freebsd_committer freebsd_triage 2013-08-30 16:00:00 UTC
New 1.x version of py-babel requires pytz to run.

This will also un-break www/trac

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-30 16:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-30 16:00:09 UTC
Maintainer of devel/py-babel,

Please note that PR ports/181686 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181686

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-30 16:00:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Dryice Dong Liu freebsd_committer freebsd_triage 2013-08-30 16:10:32 UTC
Responsible Changed
From-To: freebsd-python->dryice

take my pr
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-08-31 02:18:25 UTC
Author: dryice
Date: Sat Aug 31 01:18:12 2013
New Revision: 325762
URL: http://svnweb.freebsd.org/changeset/ports/325762

Log:
  - Add pytz to run_depends
  - bump PORTREVISION
  
  PR: ports/181686
  Submitted by: dryice@freebsd.org
  Approved by:  Hung-Yi Chen <gaod@hychen.org> (maintainer, in private mail)

Modified:
  head/devel/py-babel/Makefile

Modified: head/devel/py-babel/Makefile
==============================================================================
--- head/devel/py-babel/Makefile	Sat Aug 31 01:17:11 2013	(r325761)
+++ head/devel/py-babel/Makefile	Sat Aug 31 01:18:12 2013	(r325762)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Babel
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +11,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	gaod@hychen.org
 COMMENT=	Collection of tools for internationalizing Python applications
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
+
 USE_PYTHON=		2.7+
 USE_PYDISTUTILS=	easy_install
 
_______________________________________________
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 6 Dryice Dong Liu freebsd_committer freebsd_triage 2013-08-31 02:25:05 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!