-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: describe anaconda release process (#111)
* DOCS: anaconda-release Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> * Corrected links Co-authored-by: Paul Horton <phorton@sonatype.com>
- Loading branch information
1 parent
eca9cc9
commit f01be8a
Showing
3 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
Installation | ||
============ | ||
|
||
Install from pypi.org as you would any other Python module using your preferred package manager: | ||
Install from `pypi.org`_ as you would any other Python module using your preferred package manager: | ||
|
||
.. code-block:: bash | ||
pip install cyclonedx-python-lib | ||
*CycloneDX-python-lib* is also available from `conda-forge`_. | ||
|
||
.. _pypi.org: https://pypi.org/project/cyclonedx-python-lib/ | ||
.. _conda-forge: https://anaconda.org/conda-forge/cyclonedx-python-lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Coda-forge releases | ||
|
||
Releases of | ||
[_CycloneDX-python-lib_ for Anaconda][CDXlib-conda-forge] | ||
are managed in a [seperate conda-forge feedstock-repository][CDXlib-conda-forge-feedstock-repo] | ||
as [anounced][first-conda-forge-release] | ||
by [@bollwyvl]. | ||
|
||
## Current build status | ||
|
||
<table><tr><td>All platforms:</td> | ||
<td> | ||
<a href="https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=14348&branchName=master"> | ||
<img src="https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/cyclonedx-python-lib-feedstock?branchName=master"> | ||
</a> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
## Current release info | ||
|
||
| Name | Downloads | Version | Platforms | | ||
| --- | --- | --- | --- | | ||
| [![Conda Recipe](https://img.shields.io/badge/recipe-cyclonedx--python--lib-green.svg)](https://anaconda.org/conda-forge/cyclonedx-python-lib) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/cyclonedx-python-lib.svg)](https://anaconda.org/conda-forge/cyclonedx-python-lib) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/cyclonedx-python-lib.svg)](https://anaconda.org/conda-forge/cyclonedx-python-lib) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/cyclonedx-python-lib.svg)](https://anaconda.org/conda-forge/cyclonedx-python-lib) | | ||
|
||
## Licensing | ||
|
||
The [_CycloneDX-python-lib_ conda-forge feedstock repository][CDXlib-conda-forge-feedstock-repo] is or may be licensed under a differrent form than the _CycloneDX-python-lib_ project itself. | ||
The License of _CycloneDX-python-lib_ stayes [as stated in it's repository][license_file]. | ||
|
||
[CDXlib-conda-forge]: https://anaconda.org/conda-forge/cyclonedx-python-lib | ||
[CDXlib-conda-forge-feedstock-repo]: https://github.com/conda-forge/cyclonedx-python-lib-feedstock | ||
[@bollwyvl]: https://github.com/bollwyvl | ||
[first-conda-forge-release]: https://github.com/CycloneDX/cyclonedx-python-lib/issues/44#issuecomment-989912153 | ||
[license_file]: https://github.com/CycloneDX/cyclonedx-python-lib/blob/master/LICENSE |