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
a703880c
Commit
a703880c
authored
2 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-freecell-solver: upgrade to 0.4.0
parent
0eba078d
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!39034
community/py3-freecell-solver: upgrade to 0.4.0
Pipeline
#136524
canceled
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-freecell-solver/APKBUILD
+19
-8
19 additions, 8 deletions
community/py3-freecell-solver/APKBUILD
with
19 additions
and
8 deletions
community/py3-freecell-solver/APKBUILD
+
19
−
8
View file @
a703880c
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
py3-freecell-solver
pkgver
=
0.
2.6
pkgrel
=
2
pkgver
=
0.
4.0
pkgrel
=
0
pkgdesc
=
"Freecell Solver bindings"
url
=
"https://fc-solve.shlomifish.org/"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python3"
makedepends
=
"py3-setuptools py3-pbr"
checkdepends
=
"py3-testtools py3-stestr py3-oslotest py3-coverage"
depends
=
"
py3-cffi
python3
"
makedepends
=
"
py3-pbr
py3-setuptools
"
checkdepends
=
"
py3-pytest
py3-pytest-cov
"
source
=
"https://pypi.python.org/packages/source/f/freecell_solver/freecell_solver-
$pkgver
.tar.gz"
options
=
"!check"
# Requires unavailable package hacking
#
options="!check" # Requires unavailable package hacking
builddir
=
"
$srcdir
/freecell_solver-
$pkgver
"
build
()
{
...
...
@@ -19,11 +28,13 @@ build() {
}
check
()
{
python3 setup.
py
test
PYTHONPATH
=
"
$PWD
/build/lib"
pytest
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"c44616377ab628691594dc66ddcdb6e17a500035493720df8131d73bfe82d741a6c6f3e7c6cf1416b5831bd83532134a81aeba14604a0218dd33cfbe597c44bf freecell_solver-0.2.6.tar.gz"
sha512sums
=
"
4cee8cdf70cfc10a07835a9d59dda11ad5f0103c7c9fb78b62eb964634c13aea717672be15c1dd9244153340dbd888c4c72ea44b039f462baafdb6e0e5da10d8 freecell_solver-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