Bug 160858

Summary: [PATCH] www/py-pyramid: depend on simplejson conditionally
Product: Ports & Packages Reporter: R.Mahmatkhanov <cvs-src>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description R.Mahmatkhanov 2011-09-20 22:00:20 UTC
This port is only needed simplejson if it run with python less than 2.6. From setup.py:

"""
if sys.version_info[:2] < (2, 6):
    install_requires.append('simplejson')
"""

so patch attached makes it depend on simplejson only if python version is < 2.6.
- bump portrevision because of dependency change

tag: simplejson26

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-20 22:00:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-09-26 01:59:37 UTC
State Changed
From-To: open->closed

Updated. Thank you.