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
34ae5ced
Unverified
Commit
34ae5ced
authored
5 years ago
by
prspkt
Browse files
Options
Downloads
Patches
Plain Diff
testing/py-blist: drop python2
parent
44d3d96a
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
testing/py3-blist/APKBUILD
+9
-27
9 additions, 27 deletions
testing/py3-blist/APKBUILD
with
9 additions
and
27 deletions
testing/py-blist/APKBUILD
→
testing/py
3
-blist/APKBUILD
+
9
−
27
View file @
34ae5ced
# Contributor: Sebastian Hugentobler <sebastian@vanwa.ch>
# Maintainer: Sebastian Hugentobler <sebastian@vanwa.ch>
pkgname
=
py-blist
_pkgname
=
${
pkgname
/py-/
}
pkgname
=
py
3
-blist
_pkgname
=
${
pkgname
/py
3
-/
}
pkgver
=
1.3.6
pkgrel
=
1
pkgdesc
=
"A list-like type with better asymptotic performance and similar performance on small lists"
url
=
"https://github.com/DanielStutzbach/blist"
arch
=
"all"
license
=
"BSD-3-Clause"
make
depends
=
"python
2-dev python3-dev py-setuptools
"
subpackages
=
"py3-
${
pkgname
/py-/
}
:_py3 py2-
${
pkgname
/py-/
}
:_py2
"
depends
=
"python
3
"
makedepends
=
"python3-dev py3-setuptools
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/DanielStutzbach/
$_pkgname
/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
replaces
=
py-blist
# Backwards compatibility
provides
=
py-blist
=
$pkgver
-r
$pkgrel
# Backwards compatibility
check
()
{
cd
"
$builddir
"
python2 setup.py check
python3 setup.py check
}
build
()
{
cd
"
$builddir
"
python2 setup.py build
python3 setup.py build
}
package
()
{
mkdir
-p
"
$pkgdir
"
}
_py
()
{
local
python
=
$1
pkgdesc
=
"
$pkgdesc
-
$python
"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
$python
setup.py
install
--prefix
=
/usr
--root
=
"
$subpkgdir
"
}
_py2
()
{
replaces
=
"
$pkgname
"
depends
=
"
${
depends
//py-/py2-
}
"
_py python2
}
_py3
()
{
depends
=
"
${
depends
//py-/py3-
}
"
_py python3
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"f46ded57aeb2a33fc5450420210d015aa37c2fc91034a771dfb1a184ef2655d8e5dc97bee61139059e6211569fcb7358f972071d3830733e9dbb8908e1b0e14c py-blist-1.3.6.tar.gz"
sha512sums
=
"f46ded57aeb2a33fc5450420210d015aa37c2fc91034a771dfb1a184ef2655d8e5dc97bee61139059e6211569fcb7358f972071d3830733e9dbb8908e1b0e14c py
3
-blist-1.3.6.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