Summary: | devel/py-babel: add pytz as run_dependency | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dryice Dong Liu <dryice> | ||||
Component: | Individual Port(s) | Assignee: | Dryice Dong Liu <dryice> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Dryice Dong Liu
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 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 State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-python->dryice take my pr 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" State Changed From-To: feedback->closed Committed, with minor changes. Thanks! |