Commit graph

56 commits

Author SHA1 Message Date
Florent Xicluna
467b9f5c29 Upgrade requirements to pep8 1.4.3 and mccabe 0.2 2013-02-22 08:30:37 +01:00
Florent Xicluna
a593dd01a4 Install mccabe as a dependency 2013-02-21 00:00:54 +01:00
Florent Xicluna
472b186eb3 setup.py: do not import the module to read the __version__ 2013-02-20 22:50:12 +01:00
Florent Xicluna
9a8d85d22f Move the changelog to CHANGES.rst 2013-02-20 22:50:12 +01:00
Florent Xicluna
83571710cb setup.py: update description 2013-02-20 22:50:12 +01:00
Florent Xicluna
2e76b4191a setup.py: new topic classifiers 2013-02-20 22:50:12 +01:00
Florent Xicluna
b8aab10d5f setup.py: add classifiers for Python 2/3 compatibility 2013-02-20 22:50:12 +01:00
Florent Xicluna
bcbf1b8eae setup.py: allow upgrade of dependencies 2013-02-20 22:47:54 +01:00
Florent Xicluna
3e1452d10e setup.py: remove 'scripts' which is redundant with setuptools entry points; issue #70 2013-02-20 22:32:04 +01:00
Florent Xicluna
20b49ee257 setup.py: reorder entries 2013-02-20 22:30:24 +01:00
Florent Xicluna
1c6ed0526a Upgrade McCabe checker as an extension; now it uses the AST 2013-02-13 19:41:23 +01:00
Florent Xicluna
212364d89c Create and enable the Pyflakes extension 2013-02-13 19:22:34 +01:00
Florent Xicluna
8a50be88b3 Prepare moving Pyflakes as an extension: setuptools becomes mandatory 2013-02-13 16:48:33 +01:00
Ian Cordasco
4cc6f1dd66 Bump to pep8 1.4.2 to remove some hacks
I'm so glad this came out.
2013-02-09 19:25:44 -05:00
Ian Cordasco
d220a65222 Transition to pyflakes 0.6.1
That was less painful than I thought it would be.
2013-02-08 17:35:56 -05:00
Ian Cordasco
2d2744b017 Pin pep8 dependecy.
Thanks @flox (@florentx)!
2013-01-18 19:23:36 -05:00
Ian Cordasco
f06f484b21 Some changes re #59 2013-01-11 10:09:08 -05:00
Ian Cordasco
93538ea852 Add myself as a maintainer in setup() 2013-01-04 12:20:42 -05:00
Ian Cordasco
d8a30e19af Mention changes in preparation for 2.0.0
Working version of --install-hook.
2013-01-02 16:04:55 -05:00
Ian Cordasco
b2135a0e0e Tentative independence from vendored pep8
I'm fairly certain we no longer need the copy we had of pep8.
2012-12-29 22:00:22 -05:00
Ian Cordasco
c17aeb3848 A working version but still using a local copy of pep8 2012-12-28 23:19:56 -05:00
Ian Cordasco
31bcca53f9 Start the refactor. 2012-12-26 17:59:23 -05:00
Ian Cordasco
5b6b4cd1e4 Fixes #12. Not important but might as well. 2012-11-06 17:46:51 -05:00
mrlabbe
164a32126c Merged changes from origin 2012-10-03 07:38:20 -04:00
mrlabbe
557feff3eb add cmd script only on windows (as per issue #22 specification) 2012-09-26 08:06:25 -04:00
Peter Teichman
4a7b381fc0 Merge from the flake8 trunk 2012-09-15 13:52:37 -04:00
mrlabbe
bb3dcbd321 Add entry_points only with setuptools and command only w/o setuptools 2012-09-14 08:45:48 -04:00
Peter Teichman
c6ac38cd70 Incorporate patch review on Flake8Command
* add a note about the setuptools command to README
* don't install the Flake8Command entry point without setuptools
* fix a bug in Flake8Command that might cause double checking
  of files in 'packages'
2012-09-12 18:44:24 -04:00
Mathieu Agopian
7be297cd1e test_suite and tests_require only available when using setuptools 2012-09-12 11:39:36 +02:00
Peter Teichman
2e04e30d51 add Flake8Command, a setuptools command
This runs flake8 with the default options on all Python files
referenced by a package's setup.py. It works with both
package-based and py_modules-based file lists.
2012-09-09 08:24:04 -04:00
Mathieu Agopian
1492f618cb adds test_suite and tests_require in setup.py 2012-09-08 12:10:14 +02:00
mlabbe
a312a1a08f added cmd script (and scripts subfolder) 2012-09-05 17:59:29 -04:00
mrlabbe
a89b840960 added entry point for flake8 command 2012-09-05 13:17:02 -04:00
Tarek Ziade
aaa14dc4e1 fixed the stdin, thanks to zeeg 2012-07-27 11:52:37 +02:00
Tarek Ziade
3027204914 ignore warning on the import - fixes #9 2012-02-21 09:47:05 +01:00
Tarek Ziade
232fc33060 removing setuptools dep for py3 and install 2012-02-14 21:19:03 +01:00
Tarek Ziade
1633d9a269 cleanup 2012-02-14 13:25:42 +01:00
Tarek Ziade
3fabe017ae display all versions in --version - fixes #7 2012-02-14 13:18:16 +01:00
Tarek Ziade
1fb8c5113b moved flake8 script so it does not interfer with virtualenv since we;re now allowing setuptools-based installation 2012-02-14 13:12:22 +01:00
Ask Solem
d5d28da816 setup.py: Use setuptools if available, for 'develop' command 2012-02-06 15:55:34 +00:00
Tarek Ziade
284aca6a9c starting 1.1 2011-11-29 13:45:02 +01:00
Tarek Ziade
d0dc42f37a starting 1.0 2011-11-09 14:50:30 +01:00
Tarek Ziade
fc026a5e8a prep for 0.9 2011-11-09 14:43:23 +01:00
Tarek Ziade
4512b5f650 bump release 2011-02-27 17:31:12 +01:00
Tarek Ziade
df4358dfcc bumped release 2011-02-18 09:16:39 +01:00
Tarek Ziade
a715eaa750 typo 2011-02-15 15:06:43 +01:00
Tarek Ziade
4e2b37acf9 bumped rev 2011-02-15 11:55:52 +01:00
Tarek Ziade
1acdac96e3 bump version 2011-02-13 13:15:48 +01:00
Tarek Ziade
fd5d56fe7b bumped 2011-02-08 12:06:11 +01:00
Tarek Ziade
cdadaad437 bumped 2011-02-08 11:48:18 +01:00