components/python/d2to1/d2to1-PYVER.p5m
changeset 1948 2d1537e7942d
parent 1890 5a4ef66c42bf
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    27     value=pkg:/library/python/d2to1-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/library/python/d2to1-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Allow distutils2-like setup.cfg files with Python 2"
    28 set name=pkg.summary value="Allow distutils2-like setup.cfg files with Python 2"
    29 set name=pkg.description \
    29 set name=pkg.description \
    30     value="d2to1 allows developers to use distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg."
    30     value="d2to1 allows developers to use distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg."
    31 set name=com.oracle.info.description value="the Python d2to1 module"
    31 set name=com.oracle.info.description value="the Python d2to1 module"
    32 set name=com.oracle.info.tpno value=14503
    32 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=info.classification \
    33 set name=info.classification \
    34     value=org.opensolaris.category.2008:Development/Python
    34     value=org.opensolaris.category.2008:Development/Python
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.upstream value="Erik M. Bray <[email protected]>"
    36 set name=info.upstream value="Erik M. Bray <[email protected]>"
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)