Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
c3b1e657
Commit
c3b1e657
authored
May 09, 2013
by
Olivier Cornu
Browse files
Déplace le code de packaging dans un dossier pkg/ attitré.
parent
0f9259cc
Changes
17
Hide whitespace changes
Inline
Side-by-side
scripts
/creer_packages.sh
→
pkg
/creer_packages.sh
View file @
c3b1e657
...
...
@@ -52,7 +52,7 @@ mkdir $BUILDIR
cd
$BUILDIR
cp
-r
${
PYROPATH
}
/src
${
PYROPATH
}
/data
.
cp
${
PYROPATH
}
/
*
.
cp
-r
${
PYROPATH
}
/
scripts
/linux/
*
.
cp
-r
${
PYROPATH
}
/
pkg
/linux/
*
.
python setup.py sdist
--formats
=
bztar
-d
$BUILD
rm
-rf
src/
*
.egg-info
rm
MANIFEST
...
...
scripts
/linux/MANIFEST.in
→
pkg
/linux/MANIFEST.in
View file @
c3b1e657
File moved
scripts
/linux/debian/changelog
→
pkg
/linux/debian/changelog
View file @
c3b1e657
File moved
scripts
/linux/debian/compat
→
pkg
/linux/debian/compat
View file @
c3b1e657
File moved
scripts
/linux/debian/control
→
pkg
/linux/debian/control
View file @
c3b1e657
File moved
scripts
/linux/debian/copyright
→
pkg
/linux/debian/copyright
View file @
c3b1e657
File moved
scripts
/linux/debian/docs
→
pkg
/linux/debian/docs
View file @
c3b1e657
File moved
scripts
/linux/debian/patches/00list
→
pkg
/linux/debian/patches/00list
View file @
c3b1e657
File moved
scripts
/linux/debian/pyversions
→
pkg
/linux/debian/pyversions
View file @
c3b1e657
File moved
scripts
/linux/debian/rules
→
pkg
/linux/debian/rules
View file @
c3b1e657
File moved
scripts
/linux/debian/source/format
→
pkg
/linux/debian/source/format
View file @
c3b1e657
File moved
scripts
/linux/debian/watch
→
pkg
/linux/debian/watch
View file @
c3b1e657
File moved
scripts
/mac/pyromaths.icns
→
pkg
/mac/pyromaths.icns
View file @
c3b1e657
File moved
scripts
/mac/standalone.sh
→
pkg
/mac/standalone.sh
View file @
c3b1e657
File moved
scripts
/transfert_sur_le_site.sh.asc
→
pkg
/transfert_sur_le_site.sh.asc
View file @
c3b1e657
File moved
scripts
/win32/script.bat
→
pkg
/win32/script.bat
View file @
c3b1e657
File moved
setup.py
View file @
c3b1e657
...
...
@@ -80,7 +80,7 @@ def _mac_opt():
'QtXml'
,
'QtXmlPatterns'
,
'phonon'
]
# py2app
py2app
=
dict
(
plist
=
plist
,
iconfile
=
'
scripts
/mac/pyromaths.icns'
,
iconfile
=
'
pkg
/mac/pyromaths.icns'
,
includes
=
[
'gzip'
],
excludes
=
[
'PyQt4.%s'
%
f
for
f
in
qt_unused
],
dylib_excludes
=
qt_unused
,
...
...
@@ -112,7 +112,7 @@ Filename: "{app}\pyromaths.exe"
'''
%
VERSION
return
dict
(
platforms
=
[
'windows'
],
app
=
[
"s
cripts/win32/P
yromaths.py"
],
app
=
[
"s
rc/p
yromaths.py"
],
data_files
=
[
(
'data/images'
,
[
'data/images/pyromaths.ico'
,
'data/images/pyromaths.png'
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment