First production release
authorThierry Florac <tflorac@ulthar.net>
Wed, 02 Dec 2009 23:12:23 +0100
changeset 28 ec82f750a462
parent 27 5581b89ad027
child 29 035058514c2d
First production release
.hgignore
.installed.cfg
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.wst.validation.prefs
buildout.cfg
setup.py
ztfy.utils.egg-info/SOURCES.txt
ztfy.utils.egg-info/requires.txt
--- a/.hgignore	Wed Dec 02 23:12:08 2009 +0100
+++ b/.hgignore	Wed Dec 02 23:12:23 2009 +0100
@@ -1,21 +1,4 @@
-
-syntax: regexp
-^develop-eggs$
-syntax: regexp
-^zope\.testing-3\.5\.1-py2\.4\.egg$
-syntax: regexp
-^dist$
-syntax: regexp
-^build$
-syntax: regexp
-^develop-eggs$
-syntax: regexp
-^parts$
-syntax: regexp
-^\.settings$
-syntax: regexp
-^\.settings$
-syntax: regexp
-^\.settings/org\.eclipse\.core\.resources\.prefs$
-syntax: regexp
-^\.installed\.cfg$
\ No newline at end of file
+\.svn/
+\.hgignore$
+^develop-eggs/
+^parts/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.installed.cfg	Wed Dec 02 23:12:23 2009 +0100
@@ -0,0 +1,42 @@
+[buildout]
+installed_develop_eggs = /var/local/ztfy/ztfy.utils/develop-eggs/ztfy.utils.egg-link
+parts = package test
+
+[package]
+__buildout_installed__ = 
+__buildout_signature__ = zc.recipe.egg-1.0.0-py2.4.egg setuptools-0.6c9-py2.4.egg zc.buildout-1.3.0-py2.4.egg
+_b = /var/local/ztfy/ztfy.utils/bin
+_d = /var/local/ztfy/ztfy.utils/develop-eggs
+_e = /var/local/ztfy/eggs
+bin-directory = /var/local/ztfy/ztfy.utils/bin
+develop-eggs-directory = /var/local/ztfy/ztfy.utils/develop-eggs
+eggs = ztfy.utils
+	zope.app.zapi
+eggs-directory = /var/local/ztfy/eggs
+executable = /var/local/ztfy/bin/python2.4
+recipe = zc.recipe.egg
+
+[test]
+__buildout_installed__ = /var/local/ztfy/ztfy.utils/parts/test
+	/var/local/ztfy/ztfy.utils/bin/test
+__buildout_signature__ = zc.recipe.testrunner-1.0.0-py2.4.egg zc.recipe.egg-1.0.0-py2.4.egg setuptools-0.6c9-py2.4.egg zope.testing-3.5.6-py2.4.egg zc.buildout-1.3.0-py2.4.egg zc.buildout-1.3.0-py2.4.egg
+_b = /var/local/ztfy/ztfy.utils/bin
+_d = /var/local/ztfy/ztfy.utils/develop-eggs
+_e = /var/local/ztfy/eggs
+bin-directory = /var/local/ztfy/ztfy.utils/bin
+develop-eggs-directory = /var/local/ztfy/ztfy.utils/develop-eggs
+eggs = ztfy.utils [test]
+eggs-directory = /var/local/ztfy/eggs
+executable = /var/local/ztfy/bin/python2.4
+location = /var/local/ztfy/ztfy.utils/parts/test
+recipe = zc.recipe.testrunner
+script = /var/local/ztfy/ztfy.utils/bin/test
+
+[buildout]
+installed_develop_eggs = /var/local/ztfy/ztfy.utils/develop-eggs/ztfy.utils.egg-link
+
+[buildout]
+parts = test package
+
+[buildout]
+parts = package test
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.settings/org.eclipse.core.resources.prefs	Wed Dec 02 23:12:23 2009 +0100
@@ -0,0 +1,6 @@
+#Thu Nov 19 15:20:04 CET 2009
+eclipse.preferences.version=1
+encoding//ztfy/utils/catalog.py=utf-8
+encoding//ztfy/utils/file.py=utf-8
+encoding//ztfy/utils/protocol/xmlrpc.py=utf-8
+encoding//ztfy/utils/unicode.py=utf-8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.settings/org.eclipse.wst.validation.prefs	Wed Dec 02 23:12:23 2009 +0100
@@ -0,0 +1,9 @@
+#Thu Aug 13 19:56:26 CEST 2009
+DELEGATES_PREFERENCE=delegateValidatorList
+USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.wst.wsi.ui.internal.WSIMessageValidator;
+USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.wst.wsi.ui.internal.WSIMessageValidator;
+USER_PREFERENCE=overrideGlobalPreferencesfalse
+eclipse.preferences.version=1
+override=false
+suspend=false
+vf.version=3
--- a/buildout.cfg	Wed Dec 02 23:12:08 2009 +0100
+++ b/buildout.cfg	Wed Dec 02 23:12:23 2009 +0100
@@ -9,7 +9,7 @@
 # below. If you will comment/remove these settings, you'll get the
 # latest versions of Zope eggs that are not guaranteed to work well
 # together.
-extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+extends = /var/local/ztfy/eggs/versions.cfg
 versions = versions
 
 [package]
--- a/setup.py	Wed Dec 02 23:12:08 2009 +0100
+++ b/setup.py	Wed Dec 02 23:12:23 2009 +0100
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (c) 2008 'Thierry Florac'
+# Copyright (c) 2009 'Thierry Florac'
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
 # along with this program; see the file COPYING. If not, write to the
 # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 """
-This module contains the tool of ztfy.utils
+This module contains ztfy.utils package
 """
 import os
 from setuptools import setup, find_packages
@@ -37,7 +37,10 @@
       description="ZTFY utility functions and classes for Zope3",
       long_description=long_description,
       classifiers=[
+          "License :: OSI Approved :: Zope Public License",
+          "Development Status :: 4 - Beta",
           "Programming Language :: Python",
+          "Framework :: Zope3",
           "Topic :: Software Development :: Libraries :: Python Modules",
       ],
       keywords='ZTFY utilities for Zope3',
@@ -48,6 +51,7 @@
       packages=find_packages(exclude=['ez_setup']),
       namespace_packages=['ztfy'],
       include_package_data=True,
+      package_data={'': ['*.zcml', '*.txt', '*.pt', '*.pot', '*.po', '*.mo', '*.png', '*.gif', '*.jpeg', '*.jpg', '*.css', '*.js']},
       zip_safe=False,
       # uncomment this to be able to run tests with setup.py
       #test_suite = "ztfy.utils.tests.test_utilsdocs.test_suite",
@@ -57,6 +61,7 @@
           'setuptools',
           # -*- Extra requirements: -*-
           'zope.app.zapi',
+          'zc.set'
       ],
       entry_points="""
       # -*- Entry points: -*-
--- a/ztfy.utils.egg-info/SOURCES.txt	Wed Dec 02 23:12:08 2009 +0100
+++ b/ztfy.utils.egg-info/SOURCES.txt	Wed Dec 02 23:12:23 2009 +0100
@@ -15,6 +15,7 @@
 ztfy/utils/catalog.py
 ztfy/utils/date.py
 ztfy/utils/file.py
+ztfy/utils/profilehooks.py
 ztfy/utils/request.py
 ztfy/utils/security.py
 ztfy/utils/timezone.py
@@ -22,6 +23,8 @@
 ztfy/utils/unicode.py
 ztfy/utils/docs/README.txt
 ztfy/utils/doctests/README.txt
+ztfy/utils/protocol/__init__.py
+ztfy/utils/protocol/xmlrpc.py
 ztfy/utils/tests/__init__.py
 ztfy/utils/tests/test_utilsdocs.py
 ztfy/utils/tests/test_utilsdocstrings.py
\ No newline at end of file
--- a/ztfy.utils.egg-info/requires.txt	Wed Dec 02 23:12:08 2009 +0100
+++ b/ztfy.utils.egg-info/requires.txt	Wed Dec 02 23:12:23 2009 +0100
@@ -1,5 +1,6 @@
 setuptools
 zope.app.zapi
+zc.set
 
 [test]
 zope.testing
\ No newline at end of file