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
32cfcf4b
Unverified
Commit
32cfcf4b
authored
5 years ago
by
prspkt
Browse files
Options
Downloads
Patches
Plain Diff
testing/py-radix: drop python2
parent
3a29380d
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-py-radix/APKBUILD
+11
-7
11 additions, 7 deletions
testing/py3-py-radix/APKBUILD
with
11 additions
and
7 deletions
testing/py-radix/APKBUILD
→
testing/
py3-
py-radix/APKBUILD
+
11
−
7
View file @
32cfcf4b
# Contributor:
# Maintainer: Kristóf Jakab <jakab.kristof@balasys.hu>
pkgname
=
py-radix
pkgname
=
py3-py-radix
_pkgname
=
py-radix
pkgver
=
0.10.0
pkgrel
=
1
pkgdesc
=
"An implementation of a radix tree for Python"
url
=
"https://github.com/mjschultz/py-radix"
arch
=
"all"
license
=
"BSD"
depends
=
"python
2
"
makedepends
=
"py
thon2-dev py2-setuptools
"
checkdepends
=
"py
2
-coverage py
2
-nose"
depends
=
"python
3
"
makedepends
=
"py
3-setuptools python3-dev
"
checkdepends
=
"py
3
-coverage py
3
-nose"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/mjschultz/py-radix/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
replaces
=
py-radix
# Backwards compatibility
provides
=
py-radix
=
$pkgver
-r
$pkgrel
# Backwards compatibility
build
()
{
cd
"
$builddir
"
python
2
setup.py build
python
3
setup.py build
}
check
()
{
cd
"
$builddir
"
python
2
setup.py
test
python
3
setup.py
test
}
package
()
{
cd
"
$builddir
"
python
2
setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python
3
setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
install
-Dm644
LICENSE
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
}
...
...
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