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
636c200b
Commit
636c200b
authored
10 months ago
by
Iztok Fister Jr.
Committed by
omni
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-tinynarm: add -doc subpackage
parent
53548627
No related branches found
No related tags found
1 merge request
!64438
community/py3-tinynarm: add -doc subpackage
Pipeline
#227706
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-tinynarm/APKBUILD
+5
-2
5 additions, 2 deletions
community/py3-tinynarm/APKBUILD
with
5 additions
and
2 deletions
community/py3-tinynarm/APKBUILD
+
5
−
2
View file @
636c200b
...
...
@@ -2,7 +2,7 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname
=
py3-tinynarm
pkgver
=
0.2.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Simplify numerical association rule mining"
url
=
"https://gitlab.com/firefly-cpp/tinynarm"
arch
=
"noarch"
...
...
@@ -10,7 +10,7 @@ license="MIT"
depends
=
"python3 py3-niaarm"
makedepends
=
"py3-poetry-core py3-gpep517"
checkdepends
=
"py3-pytest-xdist"
subpackages
=
"
$pkgname
-pyc"
subpackages
=
"
$pkgname
-doc
$pkgname
-pyc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://gitlab.com/firefly-cpp/tinynarm/-/archive/
$pkgver
/tinynarm-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/tinynarm-
$pkgver
"
...
...
@@ -29,6 +29,9 @@ check() {
package
()
{
python3
-m
installer
-d
"
$pkgdir
"
\
.dist/tinynarm-
$pkgver
-py3-none-any
.whl
install
-Dm644
CITATION.cff
-t
"
$pkgdir
"
/usr/share/doc/
$pkgname
install
-Dm644
README.md
-t
"
$pkgdir
"
/usr/share/doc/
$pkgname
}
sha512sums
=
"
...
...
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