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
3cd0e54f
Unverified
Commit
3cd0e54f
authored
5 years ago
by
prspkt
Browse files
Options
Downloads
Patches
Plain Diff
testing/py-jmespath: drop python2
parent
30a843e1
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-jmespath/APKBUILD
+8
-26
8 additions, 26 deletions
testing/py3-jmespath/APKBUILD
with
8 additions
and
26 deletions
testing/py-jmespath/APKBUILD
→
testing/py
3
-jmespath/APKBUILD
+
8
−
26
View file @
3cd0e54f
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname
=
py-jmespath
pkgname
=
py
3
-jmespath
pkgver
=
0.9.3
pkgrel
=
1
_pkgreal
=
${
pkgname
#py-
}
_pkgreal
=
${
pkgname
#py
3
-
}
pkgdesc
=
"JMESPath is a query language for JSON"
url
=
"http://jmespath.org"
arch
=
"noarch"
license
=
"MIT"
options
=
"!check"
make
depends
=
"python
2-dev python3-dev py-setuptools
"
subpackages
=
"py3-
$_pkgreal
:_py3 py2-
$_pkgreal
:_py2
"
depends
=
"python
3
"
makedepends
=
"py3-setuptools
"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgreal
:0:1
}
/
$_pkgreal
/
$_pkgreal
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
replaces
=
py-jmespath
# Backwards compatibility
provides
=
py-jmespath
=
$pkgver
-r
$pkgrel
# Backwards compatibility
build
()
{
cd
"
$builddir
"
python2 setup.py build
||
return
1
python3 setup.py build
||
return
1
}
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
=
"
$
sub
pkgdir
"
python
3
setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"eeab444df7a29c0bc64bd8064c942a5b02772d39d6d262dbef1d43ebaf7e4eb97c34fb1df3a47c6da011a632ec5f9b1ffe62ac51929e8d412368b907ebbb85a7 jmespath-0.9.3.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