Skip to content

Commit

Permalink
removed python stuff since it was moved to its own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSaydakov committed Sep 6, 2023
1 parent 060d5f6 commit 5bd98f9
Show file tree
Hide file tree
Showing 56 changed files with 0 additions and 7,620 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,3 @@ jobs:
run: cmake --build build --config Release
- name: Run C++ tests
run: cmake --build build --config Release --target ${{ matrix.config.test_target }}
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: '3.8' # 3.x grabs latest minor version of python3, but 3.9 not fully supported yet
- name: Install Python dependencies
run: python -m pip install --upgrade pip setuptools wheel tox
- name: Build and run Python tests
run: python -m tox
106 changes: 0 additions & 106 deletions .github/workflows/build_wheels.yml

This file was deleted.

76 changes: 0 additions & 76 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ APPENDIX A: How to apply the Apache License to your work.
-------------------------------------------------------------



APPENDIX B: Additional licenses relevant to this product.

This product includes a number of source files with code that has been
Expand All @@ -215,43 +214,6 @@ APPENDIX B: Additional licenses relevant to this product.
conditions of the following licenses.



=============================================================
MIT License
=============================================================
Original source code:
https://github.com/benjaminjack/python_cpp_example
-------------------------------------------------------------
Copyright (c) 2017 Benjamin R. Jack

MIT License (https://opensource.org/licenses/MIT):

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-------------------------------------------------------------
Code locations:
* https://github.com/apache/datasketches-cpp/blob/master/setup.py
that is adapted from the above.



=============================================================
Boost License (https://www.boost.org/LICENSE_1_0.txt)
=============================================================
Expand Down Expand Up @@ -287,44 +249,6 @@ APPENDIX B: Additional licenses relevant to this product.
of CMake configuration if configured to build tests.


=============================================================
BSD License
=============================================================
Original source code:
https://github.com/pybind/pybind11/blob/master/LICENSE

Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-------------------------------------------------------------
Code Locations:
Found only in the convenience binaries distributed from PyPI, which rely
on pybind11 code during compilation.


=============================================================
Public Domain
=============================================================
Expand Down
39 changes: 0 additions & 39 deletions MANIFEST.in

This file was deleted.

23 changes: 0 additions & 23 deletions pyproject.toml

This file was deleted.

87 changes: 0 additions & 87 deletions python/CMakeLists.txt

This file was deleted.

0 comments on commit 5bd98f9

Please sign in to comment.