Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update py2-chardet.spec #3620

Merged
merged 1 commit into from Dec 8, 2017
Merged

Commits on Dec 8, 2017

  1. Update py2-chardet.spec

    If chardet is already available then package is build with no contents.
    ```
    + pip install --user -v --no-deps chardet-3.0.4.tar.gz
    Processing ./chardet-3.0.4.tar.gz
      Running setup.py (path:tmp/pip-Li_eTP-build/setup.py) egg_info for package from file://BUILD/slc6_amd64_gcc630/external/py2-chardet/3.0.4-npnolj2/chardet-3.0.4.tar.gz
        Running command python setup.py egg_info
        running egg_info
        creating pip-egg-info/chardet.egg-info
        writing pip-egg-info/chardet.egg-info/PKG-INFO
        writing top-level names to pip-egg-info/chardet.egg-info/top_level.txt
        writing dependency_links to pip-egg-info/chardet.egg-info/dependency_links.txt
        writing entry points to pip-egg-info/chardet.egg-info/entry_points.txt
        writing manifest file 'pip-egg-info/chardet.egg-info/SOURCES.txt'
        warning: manifest_maker: standard file '-c' not found
    
        reading manifest file 'pip-egg-info/chardet.egg-info/SOURCES.txt'
        reading manifest template 'MANIFEST.in'
        warning: no files found matching 'requirements.txt'
        writing manifest file 'pip-egg-info/chardet.egg-info/SOURCES.txt'
      Source in tmp/pip-Li_eTP-build has version 3.0.4, which satisfies requirement chardet==3.0.4 from file://BUILD/slc6_amd64_gcc630/external/py2-chardet/3.0.4-npnolj2/chardet-3.0.4.tar.gz
      Requirement already satisfied (use --upgrade to upgrade): chardet==3.0.4 from file://BUILD/slc6_amd64_gcc630/external/py2-chardet/3.0.4-npnolj2/chardet-3.0.4.tar.gz in /opt/py2-packages
    Cleaning up...
      Removing source in tmp/pip-Li_eTP-build
    + touch BUILD/slc6_amd64_gcc630/external/py2-chardet/3.0.4-npnolj2/files
    ```
    with force --upgrade it build the package fine. For now I am only added --upgrade for py2-chardet but we might want to add it in build-with-pip.file so that all packages can make use of it.
    smuzaffar committed Dec 8, 2017
    Copy the full SHA
    9e806e2 View commit details
    Browse the repository at this point in the history