Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/python/PyYAML/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 989 B image not shown  

Quelle  Makefile   Sprache: Python

 

.PHONY: build dist

PYTHON=/usr/bin/python3
TEST=
PARAMETERS=

build:
 ${PYTHON} setup.py build ${PARAMETERS}

buildext:
 ${PYTHON} setup.py --with-libyaml build ${PARAMETERS}

force:
 ${PYTHON} setup.py build -f ${PARAMETERS}

forceext:
 ${PYTHON} setup.py --with-libyaml build -f ${PARAMETERS}

install:
 ${PYTHON} setup.py install ${PARAMETERS}

installext:
 ${PYTHON} setup.py --with-libyaml install ${PARAMETERS}

test: build
 ${PYTHON} tests/lib/test_build.py ${TEST}

testext: buildext
 ${PYTHON} tests/lib/test_build_ext.py ${TEST}

testall:
 ${PYTHON} setup.py test

dist:
 @# No longer uploading a zip file to pypi
 @# ${PYTHON} setup.py --with-libyaml sdist --formats=zip,gztar
 ${PYTHON} setup.py --with-libyaml sdist --formats=gztar

windist:
 ${PYTHON} setup.py --with-libyaml bdist_wininst

clean:
 ${PYTHON} setup.py --with-libyaml clean -a
 rm -fr \
     dist/ \
     lib/PyYAML.egg-info/ \
     lib/yaml/__pycache__/ \
     tests/lib/__pycache__/ \
     yaml/_yaml.c \


Messung V0.5
C=93 H=96 G=94

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.