Recent Releases of https://github.com/bolundai0216/conda-bonjour
https://github.com/bolundai0216/conda-bonjour - v0.0.5
Full Changelog: https://github.com/BolunDai0216/conda-bonjour/compare/v0.0.4...v0.0.5
- Python
Published by BolunDai0216 almost 2 years ago
https://github.com/bolundai0216/conda-bonjour - v0.0.4
Added the Python bindings of C++ source code.
Full Changelog: https://github.com/BolunDai0216/conda-bonjour/compare/v0.0.3...v0.0.4
- Python
Published by BolunDai0216 almost 2 years ago
https://github.com/bolundai0216/conda-bonjour - v0.0.3
Added meta.yaml
First create a release on GitHub. Then, using grayskull, we can generate the meta.yaml file using the command
bash
grayskull pypi https://github.com/BolunDai0216/conda-bonjour
We can save this file at conda-bonjour/meta.yaml.
Upload package to Anaconda
First install conda-build and anaconda-client:
bash
conda install conda-build anaconda-client
Then build the package:
bash
conda build conda-bonjour
Finally, upload the package to conda:
bash
anaconda login
anaconda upload /path/to/conda-bonjour-x.x.x-py_0.tar.bz2
This will upload the package to your own channel. For me, it will be at https://anaconda.org/bolundai/conda-bonjour. A good resource on this topic can be found here.
Full Changelog: https://github.com/BolunDai0216/conda-bonjour/compare/v0.0.1...v0.0.3
- Python
Published by BolunDai0216 almost 2 years ago
https://github.com/bolundai0216/conda-bonjour - v0.0.1
Full Changelog: https://github.com/BolunDai0216/conda-bonjour/commits/v0.0.1
- Python
Published by BolunDai0216 almost 2 years ago