mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
Merge pull request #1523 from xonsh/remove_anaconda_build
Remove anaconda build
This commit is contained in:
commit
81558020e4
9 changed files with 17 additions and 76 deletions
21
.binstar.yml
21
.binstar.yml
|
@ -1,21 +0,0 @@
|
|||
package: xonsh
|
||||
|
||||
platform:
|
||||
- linux-64
|
||||
|
||||
engine:
|
||||
- python=3.5
|
||||
- python=3.4
|
||||
|
||||
|
||||
script:
|
||||
- conda build recipe
|
||||
|
||||
after_success:
|
||||
- conda convert -p all -f /opt/miniconda/conda-bld/linux-64/xonsh-*.tar.bz2 -o /opt/miniconda/conda-bld
|
||||
|
||||
after_failure:
|
||||
- echo "Build failed!"
|
||||
|
||||
build_targets:
|
||||
- /opt/miniconda/conda-bld/*/*.tar.bz2
|
|
@ -1 +0,0 @@
|
|||
.binstar.yml
|
|
@ -14,8 +14,6 @@ You can install xonsh using ``conda``, ``pip``, or from source.
|
|||
$ conda config --add channels conda-forge
|
||||
$ conda install xonsh
|
||||
|
||||
.. note:: For the bleeding edge development version use ``conda install -c xonsh/channel/dev xonsh``
|
||||
|
||||
|
||||
**pip:**
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@ You can install xonsh using homebrew, conda, pip, or from source.
|
|||
|
||||
$ conda config --add channels conda-forge
|
||||
$ conda install xonsh
|
||||
|
||||
.. note:: For the bleeding edge development version use ``conda install -c xonsh/channel/dev xonsh``
|
||||
|
||||
|
||||
**pip:**
|
||||
|
|
|
@ -23,8 +23,6 @@ Install xonsh with the following command:
|
|||
> conda config --add channels conda-forge
|
||||
> conda install xonsh
|
||||
|
||||
.. note:: For the bleeding edge development version use ``conda install -c xonsh/channel/dev xonsh``
|
||||
|
||||
This will install xonsh and all the recommended dependencies. Next, run xonsh:
|
||||
|
||||
.. code-block:: bat
|
||||
|
|
17
news/remove_anaconda_build.rst
Normal file
17
news/remove_anaconda_build.rst
Normal file
|
@ -0,0 +1,17 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:**
|
||||
|
||||
* Anaconda Build is shutting down so we can no longer build conda development packages.
|
||||
All references to these packages are removed from the documentation.
|
||||
* Removed conda build recipe since the it is no longer used for Anaconda Build.
|
||||
The recipe used to build xonsh on conda-forge can be found here:
|
||||
https://github.com/conda-forge/xonsh-feedstock/blob/master/recipe/meta.yaml
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -1,37 +0,0 @@
|
|||
package:
|
||||
name: xonsh
|
||||
version: {{ GIT_DESCRIBE_TAG + '.dev' + GIT_DESCRIBE_NUMBER }}
|
||||
|
||||
source:
|
||||
git_url: ../
|
||||
|
||||
build:
|
||||
script: python setup.py install --single-version-externally-managed --record=record.txt
|
||||
number: 0
|
||||
string: {{'py' + CONDA_PY + '_' + GIT_DESCRIBE_HASH }}
|
||||
skip: True # [py2k]
|
||||
entry_points:
|
||||
- xonsh = xonsh.main:main
|
||||
|
||||
requirements:
|
||||
build:
|
||||
- python
|
||||
- ply
|
||||
- setuptools
|
||||
- jupyter
|
||||
run:
|
||||
- python
|
||||
- ply
|
||||
- prompt_toolkit
|
||||
- setproctitle
|
||||
- pygments
|
||||
|
||||
app:
|
||||
entry: xonsh
|
||||
icon: ../docs/_static/ascii_conch_part_color.png
|
||||
|
||||
about:
|
||||
home: http://xon.sh/
|
||||
license: BSD
|
||||
summary: xonsh is a Python-ish, BASHwards-facing shell.
|
||||
|
BIN
recipe/xonsh.ico
BIN
recipe/xonsh.ico
Binary file not shown.
Before Width: | Height: | Size: 103 KiB |
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"menu_name": "Anaconda${PY_VER} ${PLATFORM}",
|
||||
"menu_items":
|
||||
[
|
||||
{
|
||||
"name": "xonsh",
|
||||
"pyscript": "${PYTHON_SCRIPTS}/xonsh-script.py",
|
||||
"icon": "${MENU_DIR}/xonsh.ico"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue