components/python/django/django-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1876 bf54e704f98e
child 1948 2d1537e7942d
equal deleted inserted replaced
1889:7251578a5ce7 1890:5a4ef66c42bf
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
       
    21 
       
    22 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 # The functionality of unittest2 is part of python 2.7, but separate in 2.6
       
    25 <transform depend type=require fmri=library/python/unittest2-27 -> drop>
       
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/library/python/django-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/django-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Django Python web framework"
    28 set name=pkg.summary value="Django Python web framework"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design."
    30     value="Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design."
  2382 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/simple.py
  2382 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/simple.py
  2383 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/i18n.py
  2383 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/i18n.py
  2384 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/static.py
  2384 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/static.py
  2385 license django.license license="BSD, Apache 2.0, MIT, PSFv2"
  2385 license django.license license="BSD, Apache 2.0, MIT, PSFv2"
  2386 
  2386 
       
  2387 # force a group dependency on the optional markdown; pkgdepend work is needed to
       
  2388 # flush this out.
       
  2389 depend type=group fmri=library/python/markdown-$(PYV)
       
  2390 
       
  2391 # force a group dependency on the optional pytz; pkgdepend work is needed to
       
  2392 # flush this out.
       
  2393 depend type=group fmri=library/python/pytz-$(PYV)
       
  2394 
       
  2395 # force a group dependency on the optional setuptools; pkgdepend work is needed
       
  2396 # to flush this out.
       
  2397 depend type=group fmri=library/python/setuptools-$(PYV)
       
  2398 
       
  2399 # force a group dependency on the optional simplejson; pkgdepend work is needed
       
  2400 # to flush this out.
       
  2401 depend type=group fmri=library/python/simplejson-$(PYV)
       
  2402 
       
  2403 # force a group dependency on the optional unittest2; pkgdepend work is needed
       
  2404 # to flush this out.
       
  2405 depend type=group fmri=library/python/unittest2-$(PYV)
       
  2406 
  2387 # force the rename with an optional dependency on the old name
  2407 # force the rename with an optional dependency on the old name
  2388 depend type=optional \
  2408 depend type=optional \
  2389     fmri=library/python-2/django-$(PYV)@1.4.10,5.12-5.12.0.0.0.44.0
  2409     fmri=library/python-2/django-$(PYV)@1.4.10,5.12-5.12.0.0.0.44.0
  2390 
  2410 
  2391 # force a dependency on the django package
  2411 # force a dependency on the django package
  2392 depend type=require \
  2412 depend type=require \
  2393     fmri=library/python/django@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
  2413     fmri=library/python/django@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
  2394 
       
  2395 # force a dependency on ipython; pkgdepend work is needed to flush this out.
       
  2396 depend type=require fmri=library/python/ipython-$(PYV)
       
  2397 
       
  2398 # force a dependency on markdown; pkgdepend work is needed to flush this out.
       
  2399 depend type=require fmri=library/python/markdown-$(PYV)
       
  2400 
       
  2401 # force a dependency on python-imaging; pkgdepend work is needed to
       
  2402 # flush this out.
       
  2403 depend type=require fmri=library/python/python-imaging-$(PYV)
       
  2404 
       
  2405 # force a dependency on python-mysql; pkgdepend work is needed to
       
  2406 # flush this out.
       
  2407 depend type=require fmri=library/python/python-mysql-$(PYV)
       
  2408 
       
  2409 # force a dependency on pytz; pkgdepend work is needed to flush this out.
       
  2410 depend type=require fmri=library/python/pytz-$(PYV)
       
  2411 
       
  2412 # force a dependency on simplejson; pkgdepend work is needed to flush this out.
       
  2413 depend type=require fmri=library/python/simplejson-$(PYV)
       
  2414 
       
  2415 # force a dependency on unittest2; pkgdepend work is needed to flush this out.
       
  2416 depend type=require fmri=library/python/unittest2-$(PYV)