r13718 - in MoreFieldsAndWidgets/archetypes.querywidget/trunk: . archetypes docs

"Hanno Schlichting" <[email protected]> Wed, 13 Jul 2011 09:48:34 +0000
Newsgroups gmane.comp.web.zope.plone.archetypes.cvs
Message-ID <[email protected]>
Author: hannosch
Date: Wed Jul 13 09:48:32 2011
New Revision: 13718

Added:
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/CHANGES.txt
      - copied, changed from r13717, MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/HISTORY.txt
Removed:
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/HISTORY.txt
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/INSTALL.txt
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.cfg
Modified:
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/MANIFEST.in
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/README.txt
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/archetypes/__init__.py
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/LICENSE.GPL
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/LICENSE.txt
   MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.py
Log:
Metadata cleanup


Copied: MoreFieldsAndWidgets/archetypes.querywidget/trunk/CHANGES.txt (from r13717, MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/HISTORY.txt)
==============================================================================
--- MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/HISTORY.txt	(original)
+++ MoreFieldsAndWidgets/archetypes.querywidget/trunk/CHANGES.txt	Wed Jul 13 09:48:32 2011
@@ -1,11 +1,8 @@
 Changelog
 =========
 
-
-0.1 - xxxx-xx-xx
+1.0 - unreleased
 ----------------
 
 - Add MANIFEST.in.
   [WouterVH]
-
-- Initial release

Modified: MoreFieldsAndWidgets/archetypes.querywidget/trunk/MANIFEST.in
==============================================================================
--- MoreFieldsAndWidgets/archetypes.querywidget/trunk/MANIFEST.in	(original)
+++ MoreFieldsAndWidgets/archetypes.querywidget/trunk/MANIFEST.in	Wed Jul 13 09:48:32 2011
@@ -2,3 +2,5 @@
 
 recursive-include docs *
 recursive-include archetypes *
+
+global-exclude *pyc
\ No newline at end of file

Modified: MoreFieldsAndWidgets/archetypes.querywidget/trunk/README.txt
==============================================================================
--- MoreFieldsAndWidgets/archetypes.querywidget/trunk/README.txt	(original)
+++ MoreFieldsAndWidgets/archetypes.querywidget/trunk/README.txt	Wed Jul 13 09:48:32 2011
@@ -1,4 +1,5 @@
 Introduction
 ============
 
-Archetypes.querywidget implements a widget for creating catalog queries using an email-filtering-like interface, as found in GMail or Apple Mail.
\ No newline at end of file
+Archetypes.querywidget implements a widget for creating catalog queries using an
+email-filtering-like interface, as found in GMail or Apple Mail.

Modified: MoreFieldsAndWidgets/archetypes.querywidget/trunk/archetypes/__init__.py
==============================================================================
--- MoreFieldsAndWidgets/archetypes.querywidget/trunk/archetypes/__init__.py	(original)
+++ MoreFieldsAndWidgets/archetypes.querywidget/trunk/archetypes/__init__.py	Wed Jul 13 09:48:32 2011
@@ -1,6 +1 @@
-# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
-try:
-    __import__('pkg_resources').declare_namespace(__name__)
-except ImportError:
-    from pkgutil import extend_path
-    __path__ = extend_path(__path__, __name__)
+__import__('pkg_resources').declare_namespace(__name__)

Modified: MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/LICENSE.GPL
==============================================================================
--- MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/LICENSE.GPL	(original)
+++ MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/LICENSE.GPL	Wed Jul 13 09:48:32 2011
@@ -1,4 +1,62 @@
-		    GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -52,7 +110,7 @@
     License.  (Exception: if the Program itself is interactive but
     does not normally print such an announcement, your work based on
     the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -110,7 +168,7 @@
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -167,7 +225,7 @@
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 original copyright holder who places the Program under this License
@@ -197,7 +255,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                            NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -219,4 +277,4 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
+                     END OF TERMS AND CONDITIONS

Modified: MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/LICENSE.txt
==============================================================================
--- MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/LICENSE.txt	(original)
+++ MoreFieldsAndWidgets/archetypes.querywidget/trunk/docs/LICENSE.txt	Wed Jul 13 09:48:32 2011
@@ -1,16 +1,15 @@
-  archetypes.querywidget is copyright Plone Foundation
+archetypes.querywidget
+Copyright (C) 2010-2011 Plone Foundation
 
-  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
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License version 2
+as published by the Free Software Foundation.
 
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-  GNU General Public License for more details.
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
 
-  You should have received a copy of the GNU General Public License
-  along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-  MA 02111-1307 USA.
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Modified: MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.py
==============================================================================
--- MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.py	(original)
+++ MoreFieldsAndWidgets/archetypes.querywidget/trunk/setup.py	Wed Jul 13 09:48:32 2011
@@ -1,26 +1,22 @@
 from setuptools import setup, find_packages
-import os
 
-version = '0.1'
-
-tests_require = ['plone.app.collection',
-                 'plone.app.testing']
+version = '1.0'
 
 setup(name='archetypes.querywidget',
       version=version,
       description="",
       long_description=open("README.txt").read() + "\n" +
-                       open(os.path.join("docs", "HISTORY.txt")).read(),
+                       open("CHANGES.txt").read(),
       classifiers=[
         "Framework :: Plone",
+        "License :: OSI Approved :: GNU General Public License (GPL)",
         "Programming Language :: Python",
-        "Topic :: Software Development :: Libraries :: Python Modules",
         ],
       keywords='',
-      author='Rob Gietema',
-      author_email='[email protected]',
-      url='http://plone.org',
-      license='GPL',
+      author='Plone Foundation',
+      author_email='[email protected]',
+      url='http://pypi.python.org/pypi/archetypes.querywidget',
+      license='GPL version 2',
       packages=find_packages(exclude=['ez_setup']),
       namespace_packages=['archetypes'],
       include_package_data=True,
@@ -29,9 +25,8 @@
           'setuptools',
           'plone.app.querystring',
       ],
-      tests_require=tests_require,
-      extras_require={'test': tests_require},
       entry_points="""
-      # -*- Entry points: -*-
+      [z3c.autoinclude.plugin]
+      target = plone
       """,
       )

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev