Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/wheel: New
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 5, 2020
1 parent 50c6962 commit 7c81b8c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/pkgs/wheel/checksums.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tarball=wheel-VERSION.tar.gz
sha1=6c3ef86120c454fefb3154460c466a82a985982a
md5=ce2a27f99c130a927237b5da1ff5ceaf
cksum=3327534776
upstream_url=https://pypi.io/packages/source/w/wheel/wheel-VERSION.tar.gz
5 changes: 5 additions & 0 deletions build/pkgs/wheel/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$(PYTHON) setuptools

----------
All lines of this file are ignored except the first.
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile.
1 change: 1 addition & 0 deletions build/pkgs/wheel/package-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.34.2
9 changes: 9 additions & 0 deletions build/pkgs/wheel/spkg-install.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
cd src

versions=3

for vers in $versions; do
python${vers} setup.py --no-user-cfg install \
--single-version-externally-managed --root="$SAGE_DESTDIR" || \
sdh_die "Error building / installing wheel for Python ${vers}"
done
1 change: 1 addition & 0 deletions build/pkgs/wheel/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
standard

0 comments on commit 7c81b8c

Please sign in to comment.