13 Commits

Author SHA1 Message Date
Doug Goldstein
57476cdf29 add pyproject.toml to support pip 23.1
pip 23.1 removed the "setup.py install" for projects that do not have
their own pyproject.toml by having a hardcoded one within pip.

To address that, this change adds the minimal pyproject.toml
to enable pbr to be properly used to build editable wheels.

See https://pip.pypa.io/en/stable/news/#v23-1
and https://github.com/pypa/pip/issues/8368 for more info.

Change-Id: I76c5a8269628c4f081c4627f222c2d535534e832
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2024-10-18 12:14:45 -05:00
Riccardo Pittau
39b6553161 Fix for tox4 and setuptools
- Disable auto discovery in setuptools
This is to avoid issues with latest setuptools after version 61.0
For more info see [1]
- add bash script to allowlist in tox.ini
- use default size for vm memory

[1] https://github.com/pypa/setuptools/issues/3197

Change-Id: Iae24917add1aae6b1ed46dba0d2c270b39c5698c
2023-01-02 14:40:35 +01:00
Andreas Jaeger
3e7d44746e Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore
- Use sphinx-build

Change-Id: I8abd764d97a6711d3e6347ec3a7b8967f1512006
2020-04-05 10:46:10 +02:00
OpenStack Proposal Bot
8e1226e732 Updated from global requirements
Change-Id: Ide1164498fc53c5a28bb1ada7e9f18483204ba1e
2017-03-02 11:45:38 +00:00
OpenStack Proposal Bot
9a8111f5d2 Updated from global requirements
Change-Id: I9ade8873a2aa239f7605040385171189af86f01b
2015-09-17 16:39:02 +00:00
OpenStack Proposal Bot
4c9f318e0f Updated from global requirements
Change-Id: Ic5c39db8c5d6118cf02079e0758e38ada5fda4e0
2015-07-15 20:41:26 +00:00
OpenStack Proposal Bot
edcba08ede Updated from global requirements
Change-Id: Iea5033e9232b405c7fa371943404cbf2614880c2
2015-07-03 20:44:16 +00:00
OpenStack Proposal Bot
b3a98fca4a Updated from global requirements
Change-Id: I4c28ee1bcbafba1cb2bab00463fe4354cd6ec25f
2014-07-30 15:55:02 -07:00
OpenStack Jenkins
32fe6e14c9 Updated from global requirements
Change-Id: I835e8f7438bdaab718e0a9910880819cab961936
2014-03-31 15:33:26 -07:00
Russell Haering
27fdc13e49 out with the old, in with the new 2013-12-16 15:38:02 -08:00
Paul Querna
d18f3f189c Change setup.py to extract version without importing. 2013-09-20 17:09:14 +00:00
Russell Haering
11eac2f1a5 implement connecting and handshaking 2013-09-17 18:04:52 -07:00
Russell Haering
7f7a93f039 add agent packaging 2013-09-17 13:18:55 -07:00