Commit Graph

59 Commits

Author SHA1 Message Date
Casper da Costa-Luis 69a179a075
use setuptools_scm, upgrade snap build
- fixes #722
2020-11-17 02:50:10 +00:00
Casper da Costa-Luis f37a43ab95
drop py2.6/3.2/3.3 and distutils (no longer tested)
- drop py2.6 (replaces/closes #502 <- fixes #620, invalidates/fixes #127)
- drop distutils in favour of setup.cfg (fixes #723, fixes #721)
- related setuptools_scm (#722)
2020-11-16 20:54:27 +00:00
Casper da Costa-Luis 6b4a6b5372
test py3.9
- closes #1073
2020-11-16 01:06:40 +00:00
Casper da Costa-Luis 4c1f17a7e7
add project urls 2020-10-26 16:06:22 +00:00
pgajdos 7f2545ef00
replace nose => pytest 2020-10-24 19:39:14 +01:00
Casper da Costa-Luis 171a409849
official py3.8 support 2020-06-06 15:53:41 +01:00
Casper da Costa-Luis e773193f69
completion.sh framework
- fixes #858
2020-05-02 22:45:16 +01:00
Casper da Costa-Luis ed82bf38cb
fix console entry point 2019-09-19 01:39:41 +00:00
Casper da Costa-Luis 0f0c7f09a7
trove classifier update 2019-05-20 18:02:58 +01:00
Casper da Costa-Luis b8659a7288
bump version, merge branch 'devel' 2019-02-09 03:07:01 +00:00
Casper da Costa-Luis 5b7816d53a
framework overhaul
- replace setup.py make -> py-make>=0.1.9
  + fixes #290
- add requirements-dev.txt and extras_require[dev]
- misc documentation & Travis CI updates
2019-01-21 01:17:04 +00:00
Casper da Costa-Luis bcf3cca298
setup.py Makefile parsing add multi-line commands, tidy and efficiency 2019-01-19 23:45:26 +00:00
Casper da Costa-Luis 5ddf608f61
setup.py refactor 2019-01-19 23:20:49 +00:00
Casper da Costa-Luis 64bbcf3cfa
cli: add working `--manpath` 2018-10-20 22:08:06 +01:00
Casper da Costa-Luis e53fae537c
remove man page from distribution 2018-10-16 10:43:38 +01:00
Casper da Costa-Luis baad44f594
minor documentation update
complements https://tqdm.github.io and closes #243
2018-08-18 18:46:43 +00:00
Casper da Costa-Luis 1cf3393255
find_packages() for submodules
fixes 97a9393274 (commitcomment-29855558)
2018-07-31 08:46:45 +00:00
Hugo 95107d24bf
Add python_requires to help pip
closes #557
2018-05-21 18:50:24 +01:00
Casper da Costa-Luis ce3a728f57
update framework
- clean .gitignore
- tidy and update setup.py, README.rst, Makefile
2018-01-29 00:48:54 +00:00
Casper da Costa-Luis 5933c684d7
fix pypi ReST
blame it on https://github.com/pypa/warehouse/issues/2170
also minor flake8 fix
2017-10-05 01:37:24 +01:00
Casper da Costa-Luis a6ef53c054
tqdm.1 man page 2017-10-03 17:13:25 +01:00
Casper da Costa-Luis 4857462f92
minor safety, comments tidy, flake8 fixes, show coverage 2017-01-22 14:23:52 +00:00
Casper da Costa-Luis 795732207e add Py3.6 2017-01-19 22:58:56 +00:00
Casper da Costa-Luis b479d1519b safer setup.py file paths 2016-12-31 08:36:57 +00:00
Casper da Costa-Luis a65e347518 bump version, minor comments 2016-10-31 02:34:23 +00:00
Casper da Costa-Luis c2941fbe45 spring clean (mostly pragma) 2016-06-05 15:50:29 +01:00
Casper da Costa-Luis 03fb33eff6 licen[cs]e back in manifest 2016-04-24 15:07:40 +01:00
Casper da Costa-Luis d401184da4 Make, flake8 tidy 2016-04-07 22:10:09 +01:00
Casper da Costa-Luis 53206c3614 codecov test work-around 2016-04-03 21:55:19 +01:00
Casper da Costa-Luis 7c75d797b7 module command registered, doc updates, tests 2016-04-03 21:19:34 +01:00
Casper da Costa-Luis 12758e5990 flake8 fixes 2016-01-22 23:13:18 +00:00
Shirish Pokharel 23c596fb33 Fixed setup.py so that it doesn't throw encoding error.
Without specifying the encoding of the README file, the open defaults to system config encoding, which doesn't have to be 'utf-8'. Opening the file in UTF-8 mode fixes that.

Traceback of the error thrown without the fix:

`Traceback (most recent call last):
  File "setup.py", line 156, in <module>
    README_rst = fd.read()
  File "C:\Users\n0272436\Downloads\WinPython-32bit-3.4.3.4\python-3.4.3\lib\encodings\cp1252.py", line 23,
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 17233: character maps to <undefined>
`

The error in question is referred to, and discussed here:

http://stackoverflow.com/questions/25049962/is-encoding-is-an-invalid-keyword-error-inevitable-in-python-2-x
2016-01-22 23:12:37 +00:00
Stephen L 17eaa7135d Update classifier troves + bump version 3.7.1
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-01-13 12:06:20 +01:00
Stephen L 8b89e16b68 Fix Makefile management for Python 3
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-01-05 20:11:10 +01:00
Stephen L 36fd3a2492 Update OS support in documentation and troves
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-12-29 16:37:02 +01:00
Casper da Costa-Luis 1921d87464 separate performance tests without coverage to increase speed, Makefile jobserver support 2015-11-12 09:38:32 +00:00
Casper da Costa-Luis f54e371a40 broken Makefile bugfix 2015-11-07 23:17:41 +00:00
Stephen L 11ecc25867 python setup.py makefile supports quoted strings + better build commands
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-11-07 19:01:28 +01:00
Casper da Costa-Luis 7decf040f3 setup.py flake8 tests and compliance, minor typos and rewording 2015-11-01 16:04:02 +00:00
Casper da Costa-Luis 76f0cd0a23 setup.py Makefile fix 2015-10-31 11:43:40 +00:00
Stephen L 487cc2fd7d Add --help message for `python setup.py make`
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 22:36:45 +02:00
Stephen L 89b2a8ca00 fix compat again
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 15:58:00 +02:00
Stephen L 8a70f97464 fix setup.py: Python 3 compatibility
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 15:56:36 +02:00
Stephen L 7405a59ff2 Add `python setup.py make [alias]` (aka Makefile parsing in setup.py)
+ Tox check

Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 15:47:02 +02:00
Stephen L 3266adcbf8 Nose is the default unittest when `python setup.py test`
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-13 22:49:20 +02:00
Stephen L 070c5c5ca1 Readme.rst in setup.py
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 21:01:56 +02:00
Hadrien Mary 45c791954e Read version number from tqdm/_version.py 2015-10-11 18:29:12 +01:00
Casper da Costa-Luis 1eb689c1fc misc cleaning of docstrings 2015-10-11 18:28:00 +01:00
Stephen L 0a063c7024 Update pypi infos
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 15:01:59 +02:00
Stephen L 1026a5ab5d Fix pypi packaging
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 13:05:07 +02:00