Xqt created this task.
Xqt added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  Creating pypi package with `setup.py sdist` gives different egg-info which 
depends on running Python 2 or Python 3.
  
  Here are the differences:
  
  **File: PKG-INFO**
  
  | **item**           | **Python 2** | **Python 3**       |
  | Metadata-Version   | 1.2          | 2.1                |
  | Authorship Keyword | Author       | Maintainer         |
  | Mail Keyword       | Author-email | Maintainer-email   |
  | Provides-Extra     | -            | flickrripper.py    |
  |                    |              | mwparserfromhell   |
  |                    |              | Graphviz           |
  |                    |              | eventstreams       |
  |                    |              | isbn               |
  |                    |              | Google             |
  |                    |              | weblinkchecker.py  |
  |                    |              | http               |
  |                    |              | Tkinter            |
  |                    |              | security           |
  |                    |              | patrol.py          |
  |                    |              | html               |
  |                    |              | states_redirect.py |
  |                    |              | mwoauth            |
  |                    |              | flake8             |
  |
  
  //(no glue what "Provides-Extra" means)//
  
  **File: requites.txt**
  
  | **item**        | **Python 2**      | **Python 3**      |
  | requirements    | ipaddr>=2.1.10    | -                 |
  |                 | pathlib           |                   |
  | Tkinter         | Pillow<7.0.0      | Pillow            |
  | csv             | unicodecsv        | -                 |
  | flake8          | pydocstyle<=3.0.0 | pydocstyle>=3.0.0 |
  | flickkripper.py | Pillow<7.0.0      | Pillow            |
  |
  
  **Note: All packages up to 3.0.20190430 where created with Python 2.7**

TASK DETAIL
  https://phabricator.wikimedia.org/T227409

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Aklapper, Xqt, pywikibot-bugs-list, Viztor, DannyS712, Wenyi, Tbscho, MayS, 
Mdupont, JJMC89, Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, 
Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to