summaryrefslogtreecommitdiff
path: root/docutils/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.20.2b.devgrubert2023-05-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9390 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.20.1grubert2023-05-161-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9388 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.20.1b.devgrubert2023-05-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9376 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.20grubert2023-05-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9374 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.20rc1 grubert2023-05-041-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9372 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Announce support for Ukrainian, cf. [r9114].milde2022-12-011-1/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9289 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: SetuptoolsDeprecationWarning: Installing '' as data is deprecatedgrubert2022-11-141-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add python 3.11 to setup.py and tox.ini. Patch by hugovk.grubert2022-11-021-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9198 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.19.1b.devgrubert2022-07-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9105 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.19grubert2022-07-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9103 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.19b2.devgrubert2022-06-211-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9086 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.19b1grubert2022-06-211-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9085 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Command line "entry point" to the docutils package. Part 2/2.milde2022-05-301-0/+3
| | | | | | | | | | | | | | Support ``python -m docutils`` with new module `docutils.__main__`. Support ``docutils`` CLI command via "entry point" in setup.py. Keep tools/docutils-cli.py for backwards compatibility and manual installation. Calls `docutils.__main__.main()`. Thanks to Adam Turner for contributions and review. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9061 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Skip assigning to a variable when immediately returningmilde2022-01-261-2/+1
| | | | | | Patch by Adam Turner git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8980 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove unused importsmilde2022-01-261-2/+0
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8979 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
| | | | | | Patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove lingering references to Python 2.milde2022-01-061-10/+16
| | | | | | Based on Patch 1/6 by Adam Turner (patches #188). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8934 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-3/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8925 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Docutils 0.19 requires Python 3.7 or later.milde2022-01-031-4/+1
| | | | | | | | | Update documentation and setup. Removal of special-casing and 2.7 compatibility hacks following soon. Specify versions in deprecation/removal announcements. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8924 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Set version to 0.19b.dev.milde2021-12-231-1/+1
| | | | | | | | | | Leaving the 0.18 maintenance mode. Note: We may skip 0.19 if the next release is "1.0-ready" (depending on consensus on backwards compatibility policy and definition/documentation of the public part of the API). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8914 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.18.2b0grubert2021-11-231-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8903 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.18.1grubert2021-11-231-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8900 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Version: 0.18.1b1.devgrubert2021-11-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8894 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Version: 0.18.1bgrubert2021-11-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8893 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.18.1b.devgrubert2021-10-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8867 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.18grubert2021-10-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8864 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release number 0.18b2.devgrubert2021-10-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8848 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.18b1grubert2021-10-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8845 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.18b.dev, open repository for development.milde2021-05-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8721 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17.2b.devgrubert2021-04-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8711 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.17.1grubert2021-04-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8705 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17.1b2.devgrubert2021-04-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8688 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17.1b1.devgrubert2021-04-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8687 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version to 0.17.1b.devgrubert2021-04-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8681 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* switch to 0.18b.devgrubert2021-04-031-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8660 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.17grubert2021-04-031-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8653 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17b2.devgrubert2021-02-101-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8616 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Set version 0.17b1grubert2021-02-101-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8615 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add Python 3. and 3.9 to setup.pygrubert2021-02-101-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8613 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply patch #177 Arabic mappings by Shahin.milde2021-01-031-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8600 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation update.milde2020-02-061-3/+7
| | | | | | | Document the use of "setuptools" in "setup.py" and possible alternatives. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8489 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update/Fix MANIFEST.inmilde2020-02-061-1/+2
| | | | | | | | | | * Drop entries that are included by default. * Simplify exclusion of functional test output. * Exclude "__pycache__". * Do not exclude "docutils.conf" from the source package. Exclude "docutils/docutils.conf" from binary packages in setup.py. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8485 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* setup.py: Switch to setuptoolsmilde2020-02-061-82/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes a lot of distutils overrides we were using in favour of good old-fashioned 'MANIFEST.in' entries. This appears to generate the almost the exact same artifacts with the exception of a single new file, 'docutils/writers/latex2e/docutils-05-compat.sty'. However, this file is referenced from multiple documents, including the LaTeX writer user guide ('docs/user/latex.txt') and a document describing the file itself ('docs/user/docutils-05-compat.sty.txt'), suggesting this was a mistake that we're correcting here. This comparison was made as follows. 1. Create directories to backup artifacts. $ mkdir -p /tmp/docutils/old $ mkdir -p /tmp/docutils/new 2. Using the code before this change, build a package and copy it to the backup directory. $ virtualenv .venv --python python3.6 $ source .venv/bin/activate $ cd docutils $ python setup.py build $ mv build /tmp/docutils/old/ $ cd - $ deactivate $ rm -rf .venv 3. Repeat step 2 but with this change applied, using '/tmp/docutils/new' as the backup location. 4. Compare the directories. $ cd /tmp/docutils $ diff -burq new/build/ old/build/ Only in new/build/lib/docutils/writers/latex2e: docutils-05-compat.sty 5. Repeat steps 2-4 but using the 'python setup.py bdist_wheel' command, copying the 'dist' directory (rather than the 'build' directory), and extracting generated wheel using the 'unzip' command. Signed-off-by: Stephen Finucane <stephen@that.guru> git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8484 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set release 0.17b.devgrubert2020-01-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8456 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version 0.16grubert2020-01-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8453 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version: 0.16rc2.devgrubert2019-12-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8444 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version: 0.16rc1grubert2019-12-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8442 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version: 0.16rc1.devgrubert2019-12-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8440 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix typo in setup.py.milde2019-09-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8384 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update setup.pymilde2019-09-011-3/+11
| | | | | | | Python 3.4 no longer supported, more languages supported (and Lithuanian accepted by PyPi). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8383 929543f6-e4f2-0310-98a6-ba3bd3dd1d04