Modify

Opened 7 weeks ago

Closed 7 weeks ago

Last modified 7 weeks ago

#14348 closed defect (fixed)

setup.py SyntaxError

Reported by: anonymous Owned by: Jun Omae
Priority: normal Component: SvnAuthzAdminPlugin
Severity: critical Keywords:
Cc: Trac Release:

Description

setup.py内の記述にダブりがあるため、SyntaxErrorとなります。

$ python3 setup.py egg_info
  File "~/svnauthzadminplugin-r18641/1.0/setup.py", line 38
    classifiers=['Framework :: Trac'],
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: keyword argument repeated: classifiers
    15      classifiers=[
    16          'Framework :: Trac',
    17          'Programming Language :: Python :: 2.7',
    18          'Programming Language :: Python :: 3',
    19      ],

    38      classifiers=['Framework :: Trac'],

Attachments (0)

Change History (2)

comment:1 Changed 7 weeks ago by Jun Omae

Resolution: fixed
Status: newclosed

In 18648:

SvnAuthzAdminPlugin 1.0.1dev: follow-up to r18641, fix duplicated classifiers arguments of setup() (closes #14348)

comment:2 Changed 7 weeks ago by Jun Omae

Owner: changed from Ryan J Ollos to Jun Omae

Thanks for the reporting. That's my fault in [18641].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.