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
TBK
aports
Commits
8ac02dfb
Commit
8ac02dfb
authored
7 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/py-cx_freeze: upgrade to 5.0.2, added check() function
parent
d0ed9ed5
No related branches found
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
community/py-cx_freeze/APKBUILD
+8
-2
8 additions, 2 deletions
community/py-cx_freeze/APKBUILD
with
8 additions
and
2 deletions
community/py-cx_freeze/APKBUILD
+
8
−
2
View file @
8ac02dfb
...
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
py-cx_freeze
_pkgname
=
cx_Freeze
pkgver
=
5.0.
1
pkgver
=
5.0.
2
pkgrel
=
0
pkgdesc
=
"Set of utilities for freezing Python scripts into executables"
url
=
"http://cx-freeze.sourceforge.net/"
...
...
@@ -16,6 +16,12 @@ subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
check
()
{
cd
"
$builddir
"
python2 setup.py check
python3 setup.py check
}
build
()
{
cd
"
$builddir
"
python2 setup.py build
||
return
1
...
...
@@ -46,4 +52,4 @@ _py3() {
}
sha512sums
=
"
26c60d4970a602abac7ac2fdf19222187921b25e85898902fa13644d4f7ede28ab7c28bbcad732eb07dfc17a59878278af5c802d1c85b483bba6df5955a865cc
cx_Freeze-5.0.
1
.tar.gz"
sha512sums
=
"
eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29
cx_Freeze-5.0.
2
.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