SmartDataInnovationLab / ipython-cache

versatile cache line magic for ipython
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

push to conda #2

Closed bjuergens closed 6 years ago

bjuergens commented 6 years ago

https://conda.io/docs/user-guide/tutorials/build-pkgs-skeleton.html#building-conda-packages-with-conda-skeleton

bjuergens commented 6 years ago

Es sieht so aus, als würde das pypi-package datetime nicht unter conda zur Verfügung stehen. (Siehe Fehlermeldung: conda-build.log).

Daher muss ich vielleicht auf ein Packet umstellen, dass es bei conda gibt. z.B. https://anaconda.org/conda-forge/python-dateutil

Bisher habe ich folgende Befehl zum conda-bau benutzt:

cd test
conda skeleton pypi ipython-cache
conda-build ipython-cache -c conda-forge

zusammen mit folgenden shell-skripten:

bld.bat:

"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1

build1.sh

$PYTHON setup.py install --single-version-externally-managed --record=record.txt
bjuergens commented 6 years ago

Problem gelöst, da datetime zu python gehört und nicht installiert werden muss.

Conda-Packet is jetzt da: https://anaconda.org/juergens/ipython-cache

todo:

bjuergens commented 6 years ago

subtasks in new issues: