This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 88da2929ab7b106c74e1c1908d578da06084986d Merge: 4acd6f3 59d3b19 Author: Tristan Van Berkom <[email protected]> AuthorDate: Wed Oct 26 22:37:28 2022 +0900 Merge pull request #35 from apache/tristan/release-cleanups WIP: Various cleanups in order to address issues with initial apache release .pylintrc | 13 +++++++++++++ COMMITTERS.rst | 2 ++ MANIFEST.in | 2 ++ project.conf | 14 ++++++++++++++ pyproject.toml | 13 +++++++++++++ setup.cfg | 13 +++++++++++++ setup.py | 2 -- src/buildstream_plugins/__init__.py | 14 ++++++++++++++ src/buildstream_plugins/elements/autotools.py | 2 -- src/buildstream_plugins/elements/autotools.yaml | 12 ++++++++++++ src/buildstream_plugins/elements/cmake.py | 2 -- src/buildstream_plugins/elements/cmake.yaml | 12 ++++++++++++ src/buildstream_plugins/elements/make.py | 2 -- src/buildstream_plugins/elements/make.yaml | 12 ++++++++++++ src/buildstream_plugins/elements/meson.py | 2 -- src/buildstream_plugins/elements/meson.yaml | 12 ++++++++++++ src/buildstream_plugins/elements/pip.py | 2 -- src/buildstream_plugins/elements/pip.yaml | 12 ++++++++++++ src/buildstream_plugins/elements/setuptools.py | 2 -- src/buildstream_plugins/elements/setuptools.yaml | 12 ++++++++++++ src/buildstream_plugins/sources/bzr.py | 1 - src/buildstream_plugins/sources/cargo.py | 2 -- src/buildstream_plugins/sources/docker.py | 3 --- src/buildstream_plugins/sources/git.py | 3 --- src/buildstream_plugins/sources/patch.py | 3 --- src/buildstream_plugins/sources/pip.py | 2 -- tests/conftest.py | 13 +++++++++++++ tests/elements/autotools.py | 14 ++++++++++++++ tests/elements/cmake.py | 14 ++++++++++++++ tests/elements/make.py | 14 ++++++++++++++ tests/elements/meson.py | 14 ++++++++++++++ tests/elements/pip.py | 14 ++++++++++++++ tests/elements/setuptools.py | 14 ++++++++++++++ tests/sources/bzr.py | 14 ++++++++++++++ tests/sources/docker.py | 14 ++++++++++++++ tests/sources/git.py | 3 --- tests/sources/patch.py | 14 ++++++++++++++ tests/sources/pip.py | 14 ++++++++++++++ tests/sources/pip_build.py | 14 ++++++++++++++ tox.ini | 14 ++++++++++++++ 40 files changed, 324 insertions(+), 31 deletions(-)
