Revision: 1353
Author: ccanepacc
Date: Fri Mar 21 04:19:47 2014 UTC
Log: updating setup.py
http://code.google.com/p/los-cocos/source/detail?r=1353
Deleted:
/trunk/setup.cfg
Modified:
/trunk/setup.py
/trunk/tools/building_release_notes.txt
=======================================
--- /trunk/setup.cfg Sat Sep 6 00:44:26 2008 UTC
+++ /dev/null
@@ -1,3 +0,0 @@
-[egg_info]
-tag_date = 0
-tag_svn_revision = 0
=======================================
--- /trunk/setup.py Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/setup.py Fri Mar 21 04:19:47 2014 UTC
@@ -1,9 +1,15 @@
# -*- coding: utf-8 -*-
"""setup -- setuptools setup file for cocos2d.
-$Author: eykd $
-$Rev: 1016 $
-$Date: 2011-08-14 23:00:00 -0300 (Wed, 14 August 2011) $
+ last used: release 0.6.0, built from py2.6 + setuptools 3.3
+
+ operation:
+ svn checkout
http://los-cocos.googlecode.com/svn/trunk/ cocos_trunk
+ cd cocos_trunk
+ svn export . ../cocos_export
+ cd ..\cocos_export
+ py -2.6 setup.py sdist >../sdist.log
+ [ the generated package will be in cocos_export/dist ]
"""
__author__ = "cocos2d team"
@@ -49,11 +55,11 @@
("Topic :: Games/Entertainment"),
],
- packages = find_packages(exclude='.svn'),
- package_data={'cocos': ['resources/*']},
+ packages = ['cocos'],
+ package_data={'cocos': ['resources/*.*']},
install_requires=['six', 'pyglet>=1.2',],
-
dependency_links=['hg+
https://code.google.com/p/pyglet/#egg=pyglet-1.2',],
+
dependency_links=['hg+
https://code.google.com/p/pyglet@0a75c2e7c35d/#egg=pyglet-1.2',],
include_package_data = True,
zip_safe = False,
=======================================
--- /trunk/tools/building_release_notes.txt Wed Mar 19 14:11:44 2014 UTC
+++ /trunk/tools/building_release_notes.txt Fri Mar 21 04:19:47 2014 UTC
@@ -29,12 +29,16 @@
3 Building the package
Have a modern setuptools installed, for cocos 0.6.0 setuptools 3.3 was
used
to build the release
- Work on a clean working copy, ie svn status should show an empty output.
-
- command line used in windows to build:
- cd working_copy
- setup.py sdist >build.log
-
+ Cmds to build:
+ svn checkout
http://los-cocos.googlecode.com/svn/trunk/ cocos_trunk
+ cd cocos_trunk
+ svn export . ../cocos_export
+ cd ..\cocos_export
+ py -2.6 setup.py sdist >../sdist.log
+ [ the generated package will be in cocos_export/dist ]
+
+ Verify all is including by decompressing the generated .gz or .zip and
comparing with a diff tool cocos_trunk and the decompressed one. (used
WinMerge in windows)
+
4 Installing the new package for test
Preparation:
backup easy-install.pth -> easy-install._pth