Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

add auditwheel recipe #635

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions python/auditwheel/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

$PYTHON setup.py install
24 changes: 24 additions & 0 deletions python/auditwheel/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package:
name: auditwheel
version: "1.1.0"

source:
fn: auditwheel-1.1.0.tar.gz
url: https://pypi.python.org/packages/source/a/auditwheel/auditwheel-1.1.0.tar.gz
md5: f42ec0ed1ce5e09e5ef5d3ce4f9826e6

build:
noarch_python: True
skip: True # [not linux]

requirements:
build:
- python
- setuptools

run:
- python

about:
license: MIT License
summary: Linux wheel verification tool to ensure compatibility