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
b6262006
Commit
b6262006
authored
8 months ago
by
Iztok Fister Jr.
Committed by
Celeste
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-niaarm: upgrade to 0.3.10
parent
5d8eeb38
No related branches found
No related tags found
1 merge request
!68923
community/py3-niaarm: upgrade to 0.3.10
Pipeline
#246618
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-niaarm/APKBUILD
+4
-4
4 additions, 4 deletions
community/py3-niaarm/APKBUILD
with
4 additions
and
4 deletions
community/py3-niaarm/APKBUILD
+
4
−
4
View file @
b6262006
...
...
@@ -2,13 +2,13 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname
=
py3-niaarm
_pkgorig
=
niaarm
pkgver
=
0.3.
9
pkgver
=
0.3.
10
pkgrel
=
0
pkgdesc
=
"A minimalistic framework for numerical association rule mining"
url
=
"https://github.com/firefly-cpp/NiaARM"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python3 py3-numpy py3-pandas py3-niapy py3-nltk"
depends
=
"python3 py3-numpy py3-pandas py3-niapy py3-nltk
py3-scikit-learn
"
checkdepends
=
"py3-pytest-xdist"
makedepends
=
"py3-gpep517 py3-poetry-core"
subpackages
=
"
$pkgname
-doc
$pkgname
-pyc"
...
...
@@ -24,7 +24,7 @@ build() {
check
()
{
python3
-m
venv
--clear
--without-pip
--system-site-packages
.testenv
.testenv/bin/python3
-m
installer .dist/
*
.whl
.testenv/bin/python3
-m
pytest
-n
auto
-k
'not text_mining'
.testenv/bin/python3
-m
pytest
-n
auto
-k
'not text_mining'
--ignore
=
tests/test_visualization.py
}
package
()
{
...
...
@@ -39,5 +39,5 @@ package() {
}
sha512sums
=
"
0989ee327052e7a0b1831ccc91cb3614404b0a3bc6da5e716fa08ab3907cdba86aa454cc5733eb387a1f73639683a84490d0a92acf98e8a9f4611544e1a914f1
niaarm-0.3.
9
.tar.gz
b5243a1413c6d1589773a1442c9e15bba5534b6ddcb9136bcf9abf3f55e7bd5e93e702082c5a4c1979bda38e21a7932c7129a2d3819b5aaffadc02104d078a28
niaarm-0.3.
10
.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