Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
645
Issues
645
List
Boards
Labels
Service Desk
Milestones
Merge Requests
166
Merge Requests
166
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
8ac02dfb
Commit
8ac02dfb
authored
May 22, 2017
by
Francesco Colista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/py-cx_freeze: upgrade to 5.0.2, added check() function
parent
d0ed9ed5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
community/py-cx_freeze/APKBUILD
community/py-cx_freeze/APKBUILD
+8
-2
No files found.
community/py-cx_freeze/APKBUILD
View file @
8ac02dfb
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
py-cx_freeze
pkgname
=
py-cx_freeze
_pkgname
=
cx_Freeze
_pkgname
=
cx_Freeze
pkgver
=
5.0.
1
pkgver
=
5.0.
2
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Set of utilities for freezing Python scripts into executables"
pkgdesc
=
"Set of utilities for freezing Python scripts into executables"
url
=
"http://cx-freeze.sourceforge.net/"
url
=
"http://cx-freeze.sourceforge.net/"
...
@@ -16,6 +16,12 @@ subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
...
@@ -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"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
check
()
{
cd
"
$builddir
"
python2 setup.py check
python3 setup.py check
}
build
()
{
build
()
{
cd
"
$builddir
"
cd
"
$builddir
"
python2 setup.py build
||
return
1
python2 setup.py build
||
return
1
...
@@ -46,4 +52,4 @@ _py3() {
...
@@ -46,4 +52,4 @@ _py3() {
}
}
sha512sums
=
"
26c60d4970a602abac7ac2fdf19222187921b25e85898902fa13644d4f7ede28ab7c28bbcad732eb07dfc17a59878278af5c802d1c85b483bba6df5955a865cc cx_Freeze-5.0.1
.tar.gz"
sha512sums
=
"
eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29 cx_Freeze-5.0.2
.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment