Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
649
Issues
649
List
Boards
Labels
Service Desk
Milestones
Merge Requests
210
Merge Requests
210
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
bcb659c0
Commit
bcb659c0
authored
Apr 10, 2018
by
prspkt
Committed by
Timo Teräs
Apr 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/htop: upgrade to python3, clarify license
parent
bd4ba641
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
main/htop/APKBUILD
main/htop/APKBUILD
+8
-6
main/htop/fix-python-path.patch
main/htop/fix-python-path.patch
+8
-0
No files found.
main/htop/APKBUILD
View file @
bcb659c0
...
...
@@ -3,15 +3,16 @@
pkgname
=
htop
pkgver
=
2.2.0
pkgrel
=
0
pkgdesc
=
"
An i
nteractive process viewer"
url
=
"http://hisham.hm/htop
/
"
pkgdesc
=
"
I
nteractive process viewer"
url
=
"http://hisham.hm/htop"
arch
=
"all"
license
=
"GPL-2.0"
license
=
"GPL-2.0
-or-later
"
depends
=
""
makedepends
=
"ncurses-dev python
2
"
makedepends
=
"ncurses-dev python
3
"
subpackages
=
"
$pkgname
-doc"
options
=
"!check"
# no upstream/available test-suite
source
=
"http://hisham.hm/htop/releases/
$pkgver
/
$pkgname
-
$pkgver
.tar.gz"
source
=
"http://hisham.hm/htop/releases/
$pkgver
/
$pkgname
-
$pkgver
.tar.gz
fix-python-path.patch"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
...
...
@@ -33,4 +34,5 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"ec1335bf0e3e0387e5e50acbc508d0effad19c4bc1ac312419dc97b82901f4819600d6f87a91668f39d429536d17304d4b14634426a06bec2ecd09df24adc62e htop-2.2.0.tar.gz"
sha512sums
=
"ec1335bf0e3e0387e5e50acbc508d0effad19c4bc1ac312419dc97b82901f4819600d6f87a91668f39d429536d17304d4b14634426a06bec2ecd09df24adc62e htop-2.2.0.tar.gz
f2eeafb7207ba14dc7577aa85618adb71fb689a42476d04c99f6be01e8c6ac77cd5ed8ee056b80ddb60c821e1d2c44ebcf4da40960c3b7e8bb3a0d64aad0fd9a fix-python-path.patch"
main/htop/fix-python-path.patch
0 → 100644
View file @
bcb659c0
--- a/scripts/MakeHeader.py
+++ b/scripts/MakeHeader.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
import os, sys, string, io
try:
from StringIO import StringIO
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment