mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-11-23 07:20:31 +00:00
89f608599d
* Move most CI to GitHub Actions * Build sdist * Build manylinux1 wheels with libyaml ext (also tested with 2010 and 2014) * Build MacOS x86_64 wheels with libyaml ext * Windows wheel builds remain on AppVeyor until we drop 2.7 support in 6.0 * Smoke tests of all post-build artifacts * Add PEP517/518 build declaration (pyproject.toml with setuptools backend) * Fully move build to setuptools * Drop Python 3.5 support * Declare Python 3.9 support * Update PyPI metadata now that setuptools lets it flow through Co-authored-by: Matt Davis <mrd@redhat.com>
21 lines
223 B
Plaintext
21 lines
223 B
Plaintext
# build outputs
|
|
/dist/*
|
|
/build/*
|
|
/lib/PyYAML.egg-info/*
|
|
/lib3/PyYAML.egg-info/*
|
|
/wheelhouse/*
|
|
/yaml/_yaml.c
|
|
MANIFEST
|
|
**/*.so
|
|
**/*.dylib
|
|
**/*.pyd
|
|
|
|
|
|
# cached Python binaries
|
|
*.py[cdo]
|
|
_pycache_/*
|
|
|
|
# local IDE state
|
|
/.idea/*
|
|
|