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
90301bbc
Commit
90301bbc
authored
1 year ago
by
Patrycja Rosa
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-jsonrpc-server: fix version
parent
8c2085c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-jsonrpc-server/APKBUILD
+10
-2
10 additions, 2 deletions
community/py3-jsonrpc-server/APKBUILD
with
10 additions
and
2 deletions
community/py3-jsonrpc-server/APKBUILD
+
10
−
2
View file @
90301bbc
...
...
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
py3-jsonrpc-server
pkgver
=
0.4.0
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"A asynchronous JSON RPC server"
url
=
"https://github.com/palantir/python-jsonrpc-server"
arch
=
"noarch"
...
...
@@ -14,6 +14,12 @@ subpackages="$pkgname-pyc"
source
=
"https://github.com/palantir/python-jsonrpc-server/archive/
$pkgver
/python-jsonrpc-server-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/python-jsonrpc-server-
$pkgver
"
prepare
()
{
default_prepare
sed
-i
"s/version=versioneer.*/version='
$pkgver
',/"
setup.py
}
build
()
{
python3 setup.py build
}
...
...
@@ -26,4 +32,6 @@ package() {
python3 setup.py
install
--skip-build
--root
=
"
$pkgdir
"
}
sha512sums
=
"3b7f4ced4b7469fb10c2510061b5684fecfcd10341a55e695d18048e40d24ac903bfa850afa2970b1ca0a8c0e486c4a716d69f371cb9e2470ff321a236c66944 python-jsonrpc-server-0.4.0.tar.gz"
sha512sums
=
"
3b7f4ced4b7469fb10c2510061b5684fecfcd10341a55e695d18048e40d24ac903bfa850afa2970b1ca0a8c0e486c4a716d69f371cb9e2470ff321a236c66944 python-jsonrpc-server-0.4.0.tar.gz
"
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