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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Michael Pirogov
aports
Commits
ee7d0929
Commit
ee7d0929
authored
6 years ago
by
prspkt
Committed by
Roberto Oliveira
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
commmunity/py-argh: add python3
parent
fa852bb6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py-argh/APKBUILD
+26
-6
26 additions, 6 deletions
community/py-argh/APKBUILD
with
26 additions
and
6 deletions
community/py-argh/APKBUILD
+
26
−
6
View file @
ee7d0929
...
...
@@ -3,16 +3,16 @@
pkgname
=
py-argh
_pkgname
=
argh
pkgver
=
0.26.2
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A Python argparse wrapper"
url
=
"https://github.com/neithere/argh
/
"
url
=
"https://github.com/neithere/argh"
arch
=
"noarch"
license
=
"LGPL-3.0-or-later"
depends
=
"
python2
"
depends
=
""
depends_dev
=
""
makedepends
=
"python2-dev py
-setuptools
"
makedepends
=
"
py-setuptools
python2-dev py
thon3-dev
"
install
=
""
subpackages
=
""
subpackages
=
"
py2-
${
pkgname
#py-
}
:_py2 py3-
${
pkgname
#py-
}
:_py3
"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
...
...
@@ -20,16 +20,36 @@ builddir="$srcdir/$_pkgname-$pkgver"
build
()
{
cd
"
$builddir
"
python2 setup.py build
python3 setup.py build
}
check
()
{
cd
"
$builddir
"
python2 setup.py
test
python3 setup.py
test
}
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py2
()
{
replaces
=
"
$pkgname
"
_py python2
}
_py3
()
{
_py python3
}
_py
()
{
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
(for
$python
)"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
python
2
setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
$
python
setup.py
install
--prefix
=
/usr
--root
=
"
$
sub
pkgdir
"
}
sha512sums
=
"90382900d5cec9629dacb4459a2c9491d1425b66fa3f90d7cbf511dec846a99dbb9424f3e08f0c006da48fbf9c067078705be70b314700541fd800630e4b1707 argh-0.26.2.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