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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
3f88c5d7
Commit
3f88c5d7
authored
3 months ago
by
omni
Browse files
Options
Downloads
Patches
Plain Diff
testing/racksdb: add py3- subpackage
parent
d8f5efc7
No related branches found
No related tags found
1 merge request
!76132
community/racksdb: move from testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/racksdb/APKBUILD
+17
-2
17 additions, 2 deletions
testing/racksdb/APKBUILD
with
17 additions
and
2 deletions
testing/racksdb/APKBUILD
+
17
−
2
View file @
3f88c5d7
...
...
@@ -7,10 +7,18 @@ pkgdesc="YAML-based database of datacenter infrastructures"
url
=
"https://rackslab.io/en/solutions/racksdb/"
arch
=
"noarch"
license
=
"GPL-3.0-or-later"
depends
=
"clustershell py3-cairo pango py3-gobject3"
depends
=
"py3-
$pkgname
=
$pkgver
-r
$pkgrel
clustershell
pango
py3-cairo
py3-gobject3
"
makedepends
=
"asciidoctor py3-gpep517 py3-setuptools py3-wheel"
checkdepends
=
"py3-pytest"
subpackages
=
"
$pkgname
-doc
$pkgname
-pyc"
subpackages
=
"
$pkgname
-doc
py3-
$pkgname
-pyc
py3-
$pkgname
:_py3
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/rackslab/RacksDB/archive/refs/tags/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/RacksDB-
$pkgver
"
...
...
@@ -36,6 +44,13 @@ package() {
mv
examples
"
$pkgdir
"
/usr/share/doc/
"
$pkgname
"
/
}
_py3
()
{
depends
=
"python3"
pkgdesc
=
"
$pkgname
python3 bindings"
amove usr/lib/python3
*
}
sha512sums
=
"
365980fb69415ee5fab6eaf37ba296fad7481605bba3ac0ac28108ccf13f129b7ed7415cf8680b9b0c1a2e2bdb26448525fe5e338522f59a0cc7d4468590375e racksdb-0.4.0.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