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
2f6243a8
Commit
2f6243a8
authored
5 years ago
by
Leo
Committed by
Andy Postnikov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-cli_helpers: upgrade to 1.2.1
parent
f6bec3f3
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
testing/py3-cli_helpers/APKBUILD
+12
-37
12 additions, 37 deletions
testing/py3-cli_helpers/APKBUILD
with
12 additions
and
37 deletions
testing/py3-cli_helpers/APKBUILD
+
12
−
37
View file @
2f6243a8
# Contributor: Thomas Boerger <thomas@webhippie.de>
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname
=
py-cli_helpers
pkgname
=
py
3
-cli_helpers
_pkgname
=
cli_helpers
pkgver
=
1.
0.2
pkgrel
=
2
pkgver
=
1.
2.1
pkgrel
=
0
pkgdesc
=
"A helper library for command-line interfaces"
url
=
"https://pypi.python.org/pypi/cli-helpers"
arch
=
"noarch"
license
=
"BSD"
depends
=
"py-terminaltables py-backports-csv py-tabulate"
makedepends
=
"python2-dev py-setuptools python3-dev"
checkdepends
=
"pytest py-wcwidth"
subpackages
=
"py2-
${
pkgname
#py-
}
:_py2 py3-
${
pkgname
#py-
}
:_py3"
license
=
"BSD-3-Clause"
depends
=
"py3-terminaltables py3-tabulate py3-configobj"
makedepends
=
"py3-setuptools"
checkdepends
=
"py3-pytest py3-wcwidth py3-mock"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
replaces
=
"py-cli_helpers"
# Backwards compatibility
provides
=
"py-cli_helpers=
$pkgver
-r
$pkgrel
"
# Backwards compatiblity
check
()
{
cd
"
$builddir
"
python2 setup.py check
python3 setup.py check
py.test-2
py.test-3
}
build
()
{
cd
"
$builddir
"
python2 setup.py build
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py2
()
{
replaces
=
"
$pkgname
"
depends
=
"
${
depends
//py-/py2-
}
"
_py python2
}
_py3
()
{
depends
=
"
${
depends
//py-/py3-
}
"
_py python3
}
_py
()
{
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
(for
$python
)"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
$python
setup.py
install
--prefix
=
/usr
--root
=
"
$subpkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
6338603deaedbaf4e0cb98303219f5edcd8ccdedc3000cad6d727263f2d2875c8fe3b8ce8b1213d72a7bfa404c24a605458d946868d9d526e7781ff58a139699
py-cli_helpers-1.
0.2
.tar.gz"
sha512sums
=
"
46f83382800da7e6ba9116df5cd77bf012e14af821a842e73a7f0ddae64e032dd2d00c124b0f0ed18a07226058dbc41185e99ccd7616e971116a57a22ceace51
py
3
-cli_helpers-1.
2.1
.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