Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
e34af62a
Verified
Commit
e34af62a
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
main/py3-wheel: upgrade to 0.37.1
parent
6cf6e7b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!33087
*/*: disown my packages and drop anbox
Pipeline
#118072
passed with warnings
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/py3-wheel/APKBUILD
+8
-4
8 additions, 4 deletions
main/py3-wheel/APKBUILD
with
8 additions
and
4 deletions
main/py3-wheel/APKBUILD
+
8
−
4
View file @
e34af62a
...
...
@@ -2,8 +2,8 @@
# Maintainer: psykose <alice@ayaya.dev>
pkgname
=
py3-wheel
_pyname
=
wheel
pkgver
=
0.3
6.2
pkgrel
=
4
pkgver
=
0.3
7.1
pkgrel
=
0
pkgdesc
=
"built-package format for Python"
options
=
"!check"
# Testsuite fails
url
=
"https://github.com/pypa/wheel"
...
...
@@ -18,6 +18,7 @@ source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_p
use-system-packaging.patch
"
builddir
=
"
$srcdir
"
/
$_pyname
-
$pkgver
options
=
"!check"
build
()
{
rm
-rf
src/wheel/vendored
...
...
@@ -29,5 +30,8 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
install
-Dm
0644
"
$srcdir
"
/
$_pyname
-
$pkgver
/docs/index.rst
"
$pkgdir
/usr/share/doc/py3-wheel"
}
sha512sums
=
"73f5c6e77b8c396163b02e12ce7291e32960d771c732d8e97476971201b29e654d53551b2ce17db1fbde5697ced1908607995cac38fe2b61c63aec6abd4b6aaf wheel-0.36.2.tar.gz
e20281a6fd42cf6dd24be9edf6b469cc7da0c03012127f5224a03c7cd40c785a8f7ae8e4c9829b590e5ca1242300224dcb7c3e571a9347736608512065a27065 use-system-packaging.patch"
sha512sums
=
"
c977a740c17abd1fa4b4c2382a33f3ff887baa4231c36990d988cb8531496074e39744786ef6ac0da9c9af4977bce5b2da145377a3ac15eea918f8125bff66ec wheel-0.37.1.tar.gz
e20281a6fd42cf6dd24be9edf6b469cc7da0c03012127f5224a03c7cd40c785a8f7ae8e4c9829b590e5ca1242300224dcb7c3e571a9347736608512065a27065 use-system-packaging.patch
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment