[Checkins] [zopefoundation/ZEO] 2c7ce3: Use python_requires and extras_require for version...

GitHub noreply at github.com
Tue Jul 11 19:30:56 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 2c7ce34030d7468dd5eeff04f912a4215d7c347c
      https://github.com/zopefoundation/ZEO/commit/2c7ce34030d7468dd5eeff04f912a4215d7c347c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M CHANGES.rst
    M MANIFEST.in
    A setup.cfg
    M setup.py

  Log Message:
  -----------
  Use python_requires and extras_require for version-specific deps

Fixes #93.
Fixes #92

Example:

```
$ pip install .
Processing /.../ZEO
ZEO requires Python '>=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' but the running Python is 3.3.6`
```


  Commit: d8438a30670c0f3d6fa4a43081fc562f8b659fae
      https://github.com/zopefoundation/ZEO/commit/d8438a30670c0f3d6fa4a43081fc562f8b659fae
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M CHANGES.rst
    M MANIFEST.in
    A setup.cfg
    M setup.py

  Log Message:
  -----------
  Merge pull request #94 from zopefoundation/install_metadata

Use python_requires and extras_require for version-specific deps


Compare: https://github.com/zopefoundation/ZEO/compare/ee15798b6bf9...d8438a30670c


More information about the checkins mailing list