Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python-ninja #19098

Closed
wants to merge 7 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions recipes/python-ninja/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "python-ninja" %}
{% set version = "1.10.2.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/ninja/ninja-{{ version }}.tar.gz
sha256: e1b86ad50d4e681a7dbdff05fc23bb52cb773edb90bc428efba33fa027738408

build:
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
build:
- cmake
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python
- pip
- scikit-build
run:
- python
- scikit-build

test:
imports:
- ninja
commands:
- pip check
requires:
- pip

about:
home: http://ninja-build.org/
summary: Ninja is a small build system with a focus on speed
license: Apache-2.0
license_file: LICENSE_Apache_20

extra:
recipe-maintainers:
- weiji14
Comment on lines +44 to +45
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would anyone else like to be a maintainer for this python-ninja recipe? Cc @Anthchirp