forked from pool/python-cx_Freeze
Accepting request 614542 from home:jengelh:branches:devel:languages:python
- Add limitations of CX_Freeze to the descriptions. OBS-URL: https://build.opensuse.org/request/show/614542 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
a6525867e4
commit
0de0190232
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 18 21:12:54 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Add limitations of CX_Freeze to the descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 9 03:01:39 UTC 2018 - toddrme2178@gmail.com
|
Wed May 9 03:01:39 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -43,10 +43,15 @@ Requires(postun): update-alternatives
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CX_Freeze is a set of scripts and modules for freezing Python scripts
|
CX_Freeze is a set of scripts and modules for turning Python scripts
|
||||||
into executables in much the same way that py2exe and py2app do.
|
into executables in much the same way that py2exe and py2app do.
|
||||||
Unlike these two tools, however, cx_Freeze is cross platform and
|
|
||||||
should work on any platform that Python itself works on.
|
It works by bundling Python executables and libraries from the local
|
||||||
|
Python installation. As such, the distribution produced by CX_Freeze
|
||||||
|
shares the very same dependencies. System libraries are not bundled
|
||||||
|
however, so additional dependencies may need to be manually installed
|
||||||
|
before being able to run "cx-frozen" executables that were created by
|
||||||
|
other systems.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cx_Freeze-%{version}
|
%setup -q -n cx_Freeze-%{version}
|
||||||
|
Reference in New Issue
Block a user