Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!312
Misc package bumps for Maintainer: A. Wilcox, 2019-08-06
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Misc package bumps for Maintainer: A. Wilcox, 2019-08-06
aw.sr.2019.08.06
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Max Rees
requested to merge
aw.sr.2019.08.06
into
master
5 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
bd31c3d0
Prev
Next
Show latest version
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
bd31c3d0
user/py3-websockets: bump to 8.0.2
· bd31c3d0
Max Rees
authored
5 years ago
user/py3-websockets/APKBUILD
+
3
−
2
Options
@@ -4,11 +4,12 @@ pkgname=py3-websockets
_pkgname
=
${
pkgname
#py3-
}
_p
=
"
${
_pkgname
#?
}
"
_p
=
"
${
_pkgname
%
"
$_p
"
}
"
pkgver
=
8.0
pkgver
=
8.0
.2
pkgrel
=
0
pkgdesc
=
"Python implementation of RFCs 6455 and 7692"
url
=
"https://pypi.org/project/websockets/"
arch
=
"all"
# Certified net clean
license
=
"BSD-3-Clause"
depends
=
"python3"
makedepends
=
"python3-dev"
@@ -29,4 +30,4 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
8ae408224367b4e1fcab4d39758f75902072b15e833ed9db41afc9b69deb8cb6f1c538c200785e260cd890f31562feaeb99bdbcec445c5561714a9f08b936f6f
websockets-8.0.tar.gz"
sha512sums
=
"
d2a1a4c781776ec621e63e020033b1d6a6b35109d7648940a980f01067edc39fbdb49cde6ab606319584cc75d0d5f16c34fec7a308b14eaf672a5730e84c3791
websockets-8.0.
2.
tar.gz"
Loading