[Checkins] SVN: grokproject/trunk/s fix repo link

Philipp von Weitershausen philikon at philikon.de
Wed Jan 10 11:23:57 EST 2007


Log message for revision 71871:
  fix repo link
  we need a development version of paste.script for the moment
  

Changed:
  U   grokproject/trunk/setup.py
  U   grokproject/trunk/src/grokproject/__init__.py

-=-
Modified: grokproject/trunk/setup.py
===================================================================
--- grokproject/trunk/setup.py	2007-01-10 16:23:29 UTC (rev 71870)
+++ grokproject/trunk/setup.py	2007-01-10 16:23:56 UTC (rev 71871)
@@ -6,7 +6,7 @@
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='https://launchpad.net/grok',
-    download_url='svn://svn.zope.org/repos/main/grok/trunk#egg=grok-dev',
+    download_url='svn://svn.zope.org/repos/main/grokproject/trunk#egg=grokproject-dev',
     description='Script that sets up a grok project directory, installs Zope 3 and grok and creates a template for a grok application.',
     long_description=open('README.txt').read(),
     license='ZPL',
@@ -15,7 +15,7 @@
     packages=find_packages('src'),
     include_package_data=True,
     zip_safe=False,
-    install_requires=['PasteScript'],
+    install_requires=['PasteScript>=1.1.1'],
     entry_points="""
     [console_scripts]
     grokproject = grokproject:main

Modified: grokproject/trunk/src/grokproject/__init__.py
===================================================================
--- grokproject/trunk/src/grokproject/__init__.py	2007-01-10 16:23:29 UTC (rev 71870)
+++ grokproject/trunk/src/grokproject/__init__.py	2007-01-10 16:23:56 UTC (rev 71871)
@@ -1,6 +1,3 @@
-import pkg_resources
-pkg_resources.require('PasteScript')
-
 from paste.script import templates
 from paste.script.templates import var
 



More information about the Checkins mailing list