Coder Social home page Coder Social logo

clikit-feedstock's Introduction

About clikit

Home: https://github.com/sdispater/clikit

Package license: MIT

Feedstock license: BSD-3-Clause

Summary: CliKit is a group of utilities to build beautiful and testable command line interfaces.

Current build status

All platforms:

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing clikit

Installing clikit from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, clikit can be installed with conda:

conda install clikit

or with mamba:

mamba install clikit

It is possible to list all of the versions of clikit available on your platform with conda:

conda search clikit --channel conda-forge

or with mamba:

mamba search clikit --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search clikit --channel conda-forge

# List packages depending on `clikit`:
mamba repoquery whoneeds clikit --channel conda-forge

# List dependencies of `clikit`:
mamba repoquery depends clikit --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge Anaconda-Cloud channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating clikit-feedstock

If you would like to improve the clikit recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/clikit-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

clikit-feedstock's People

Contributors

beckermr avatar bollwyvl avatar conda-forge-admin avatar conda-forge-curator[bot] avatar github-actions[bot] avatar ocefpaf avatar roccqqck avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

clikit-feedstock's Issues

crashtest dependency is old

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

This package requires crashtest version 0.3. This version is pretty old at this point and causes conflicts if anything depends on clikit (for example, conda-lock) and also something else that depends on crashtest 0.4 (for example, poetry). The upstream clikit repo says that this dependency is only needed for Python 3.6. Can this feedstock drop the crashtest dependency entirely given that conda-forge has dropped support for Python 3.6 and 3.7?

Test code:

micromamba create -c conda-forge -n temp poetry=1.3 conda-lock=1.4

Resulting error:

error    libmamba Could not solve for environment specs
    ================== Experimental satisfiability error messages ==================
    You are seeing this because you set `experimental_sat_error_message: true`
    Use the following issue to share feedback on this experimental feature
       https://github.com/mamba-org/mamba/issues/2078
    
    ====================================== Legacy messages (old) =======================================
    Encountered problems while solving:
      - nothing provides __osx needed by poetry-1.3.1-osx_pyhd8ed1ab_1
    
    The environment can't be solved, aborting the operation
    =================================== Experimental messages (new) ====================================
    The following packages are incompatible
    ├─ conda-lock 1.4** * is installable and it requires
    │  └─ clikit >=0.6.2 *, which requires
    │     └─ crashtest >=0.3.0,<0.4.0 *, which can be installed;
    └─ poetry 1.3** * is uninstallable because there are no viable options
       ├─ poetry [1.3.0|1.3.1|1.3.2] would require
       │  └─ crashtest >=0.4.1,<0.5.0 *, which conflicts with any installable versions previously reported;
       ├─ poetry [1.3.1|1.3.2] would require
       │  └─ __osx * *, which is missing on the system;
       └─ poetry [1.3.1|1.3.2] would require
          └─ __win * *, which is missing on the system.
    ====================================================================================================
    
critical libmamba Could not solve for environment specs

Installed packages

N/A

Environment info

environment : base (active)
           env location : /opt/conda
      user config files : /home/mambauser/.mambarc
 populated config files : /home/mambauser/.condarc
       libmamba version : 1.3.1
     micromamba version : 1.3.1
           curl version : libcurl/7.87.0 OpenSSL/3.0.8 zlib/1.2.13 libssh2/1.10.0 nghttp2/1.47.0
     libarchive version : libarchive 3.6.2 zlib/1.2.13 bz2lib/1.0.8 libzstd/1.5.2
       virtual packages : __unix=0=0
                          __linux=5.15.0=0
                          __glibc=2.31=0
                          __archspec=1=x86_64
               channels : 
       base environment : /opt/conda
               platform : linux-64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.