Ticket #4639 (closed defect: fixed)

Opened 4 years ago

Last modified 9 months ago

setup.py file is bad

Reported by: guillaumeh Assigned to: CStrac
Priority: highest Component: FlexibleReporterNotificationPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description (Last modified by rjollos)

Hi,

Your setup.py file is bad in SVN and ZIP for 0.11 version.

Here is working one:

from setuptools import setup

PACKAGE = 'flexiblereporternotification'

setup(name=PACKAGE,
      version='0.0.1',
      packages=[PACKAGE],
      url='http://trac-hacks.org/wiki/FlexibleReporterNotificationPlugin',
      author='Satyam',
      long_description='',
      entry_points={'trac.plugins': '%s = %s' % (PACKAGE, PACKAGE)},
)

Attachments

Change History

02/17/09 09:25:14 changed by anonymous

After installation, I have not your plugin in the plugin list.

Is this normal ?

P.S: I forgot to tell you Thanks for your plugin ! It's exactly what we need here !! Very good idea !

02/25/09 15:46:37 changed by guillaumeh

Help ?

04/27/09 20:11:48 changed by joshuacurtiss

Can anyone confirm if this is working on 0.11.x (I have 0.11.4)? I concur that the plugin doesn't show up in the plugin list, but is it working is the question. I am trying to run tests with fake tickets and it doesn't appear to do anything. Reporter will still receive minor ticket updates.

09/10/12 09:16:35 changed by rjollos

  • status changed from new to closed.
  • resolution set to fixed.

(In [11964]) Fixes #3871, #4149, #4639:

  • Removed empty 0.10 directory.
  • Converted tabs to spaces.
  • Fixed syntax error in setup.py.

The plugin still does not seem to be working. Please following #7554 and #8821 for progress towards getting this plugin working with Trac 0.11 through 1.0.

09/10/12 09:18:00 changed by rjollos

  • description changed.

Add/Change #4639 (setup.py file is bad)




Change Properties
Action