summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-3/+0
|
* Merge with master. Ref #229.Jason R. Coombs2015-12-311-0/+3
|\
| * Merge with 10.2.1Jason R. Coombs2015-01-021-0/+3
| |\
| | * Trying a new technique. In this approach, setuptools is aware of its ↵Jason R. Coombs2014-11-161-2/+0
| | | | | | | | | | | | dependencies and when imported makes sure the vendored versions are present on sys.path.
| | * Merge with 6.0.2Jason R. Coombs2014-09-291-0/+1
| | |\
| | * | Try adding six as an egg for full compatibility with install_requiresJason R. Coombs2014-07-051-0/+2
| | | |
| | * | Add dependency on sixJason R. Coombs2014-07-051-0/+3
| | | |
* | | | Force later pytestJason R. Coombs2015-12-011-1/+1
| | | |
* | | | update certifi to 2015.11.20sync_certifigrizzlynyo2015-11-211-2/+2
| | | |
* | | | Dropping support for Python 3.2 and earlier Python 3 versions. Currently ↵Jason R. Coombs2015-10-221-2/+0
| | | | | | | | | | | | | | | | only log a warning, but future versions will fail.
* | | | Python 3.6 isn't yet a thing, apparently.18.3Jason R. Coombs2015-09-061-1/+0
| | | |
* | | | Setuptools supports Python 3.5 and 3.6Jason R. Coombs2015-09-031-0/+2
| | | |
* | | | update dependency linksgrizzlynyo2015-08-291-2/+2
| | | |
* | | | Don't install tests in site-packagesAlex Gr?nholm2015-05-161-1/+1
| | | |
* | | | Remove build_py (unused)Jason R. Coombs2015-03-051-15/+0
| | | |
* | | | Backed out changeset: 8bff4399a7af; Fixes #356Jason R. Coombs2015-03-051-1/+0
| | | |
* | | | Reindent header12.4Jason R. Coombs2015-03-041-1/+4
| | | |
* | | | Merged in richardipsum/setuptools (pull request #119)Jason R. Coombs2015-03-031-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | Reintroduce use of setup_requirements writer
| * | | | Correct usage in needs_pytestJason R. Coombs2015-02-251-1/+1
| | | | |
| * | | | Update conditional setup-time dependency to also support pytest and test ↵Jason R. Coombs2015-02-251-1/+2
| | | | | | | | | | | | | | | | | | | | commands.
| * | | | Only require rst.linker when docs commands are invoked. Also specify sphinx ↵Jason R. Coombs2015-02-251-2/+3
| | | | | | | | | | | | | | | | | | | | dependency.
| * | | | Use rst.linker for generating linked changelogJason R. Coombs2015-02-241-0/+1
| | | | |
* | | | | Reintroduce use of setup_requirements writerRichard Ipsum2015-01-221-0/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was originally removed due to an underlying issue (#315) with the upgrade code, which combined with this writer caused upgrades to fail. Issue #315 is resolved now so we can add this writer back.
* | | | Use unittest.mock from standard library instead of external mock with Python ↵Arfrever Frehtes Taifersar Arahesis2015-01-151-2/+1
|/ / / | | | | | | | | | >=3.3.
* | | Remove support for setup.py test. Use the recommended test runner (setup.py ↵Jason R. Coombs2014-12-301-30/+0
| | | | | | | | | | | | ptr).
* | | Remove changes file from long_description.Jason R. Coombs2014-12-301-8/+1
| | |
* | | Merge with remove-svnJason R. Coombs2014-12-301-0/+1
|\ \ \
| * | | Make sure to monkey-patch the easy_install module in the setup context. ↵Jason R. Coombs2014-12-291-0/+1
| | | | | | | | | | | | | | | | Fixes the other former test failure. Ref #315.
| * | | Remove setup_requirements writer from metadata. Fixes #314.Jason R. Coombs2014-12-281-1/+0
| | | |
| * | | Merge pull request #106 from Richard Ipsum.Jason R. Coombs2014-12-261-1/+1
| |\ \ \
| * | | | Make egg_info command write out setup requirementsRichard Ipsum2014-11-031-0/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes the egg_info command write out setup requirements as well as install requirements, setup requirements are written to a setup_requires.txt file. The commit adds a new function write_setup_requirements which uses the existing _write_requirements function to write setup requirements out to a file and adds a new entry point to the egg_info.writers group.
* | | | Removed svn support from setuptools. Ref #313.Jason R. Coombs2014-12-241-3/+0
| |/ / |/| |
* | | Moved pkg_resources into its own package.Jason R. Coombs2014-12-241-1/+1
| | |
* | | Remove packaging from setup.pyDonald Stufft2014-11-191-3/+0
| | |
* | | Prefer packaging library if available.Jason R. Coombs2014-09-271-0/+3
|/ /
* | Fix typo; ref #239.Jason R. Coombs2014-08-101-1/+1
| |
* | Include setup_requires directive in Distribution attributes and metadata. ↵Jason R. Coombs2014-08-101-0/+1
|/ | | | Fixes #239.
* necessary to explicitly invoke 'iter' in Python 2Jason R. Coombs2014-06-151-1/+1
|
* Use iterables to determine the best filename to use for changes.Jason R. Coombs2014-06-151-6/+6
|
* Use io.open for changes file as well to support UTF-8 encoding.Jason R. Coombs2014-06-151-2/+2
|
* Include the script template files - fixes #220Monty Taylor2014-06-141-1/+2
| | | | | | | The rename of the script template files to be .tmpl put them into the realm of package data, rather than python files that would be bundled automatically. Include them specifically in package data so that they'll actually be installed.
* Change the project URL to BitBucket rather than PyPINick Coghlan2014-05-251-1/+1
| | | | Currently, the project metadata on PyPI doesn't provide an easy way to navigate to the BitBucket repo. This change replaces the current self-link back to PyPI with the appropriate link to BitBucket.
* Normalize whitespaceJason R. Coombs2014-05-231-17/+17
|
* Apply patch based on patch in 2008 by Klaus Zimmerman. Fixes #176.Jason R. Coombs2014-03-281-0/+1
|
* Add support for running tests via pytest-runner.Jason R. Coombs2014-03-231-0/+5
|
* Enable commented code (requiring ssl extra for tests).Jason R. Coombs2014-03-231-1/+3
|
* Backed out changeset: 78c8cfbe3e10Jason R. Coombs2014-03-221-4/+1
|
* Use a context manager instead of calling _test.run in multiple places. ↵Jason R. Coombs2014-03-161-4/+10
| | | | Alleviates need to warn about Exceptions
* Use binary mode to save/restore entry_points - no need to mutate newlinesJason R. Coombs2014-03-161-2/+2
|
* Update setuptools setup.py to work with setuptools 4.04.0b1Jason R. Coombs2014-03-161-1/+4
|