Commit Graph

22 Commits

Author SHA1 Message Date
rbtcollins a69464340b Fix universal wheels
The current universal wheels have static install_requires matching the python version they were built on: so a wheel built on 2.6 claims it needs argparse and repoze.lru on 2.7 and 3.4, etc. This clearly doesn't work :)

environment markers are however honoured by wheels and pip, using this somewhat ugly syntax in extras (I'm looking to improve that, but this works - see the distutils-sig list for some discussion on it recently).
2015-06-08 21:04:36 +12:00
Julian Berman e2a604f7eb
Switch to vcversioner, use repoze.lru only on 2.6, and add extras_require for format. 2015-03-15 11:45:34 -04:00
Daniel Nephin ee1a256fc8 Use lru_cache 2015-03-04 16:20:43 -05:00
Julian Berman 709e0377ec Formatting. 2014-05-08 19:20:56 -04:00
Bouke Haarsma b535522074 Fixed #134 -- Added CLI interface 2014-05-04 17:49:45 -04:00
Julian Berman 7013e805c7 Support 3.4 2014-05-04 17:49:45 -04:00
Julian Berman 0da93e8cb3 For my sanity, just depend on setuptools. 2014-05-04 17:49:45 -04:00
Julian Berman bd8f983f97 Minor cleanup 2013-12-08 14:36:41 -05:00
Julian Berman 00e05898bc Update classifiers. 2013-12-08 14:08:27 -05:00
Julian Berman 3de5b177c7 Use setuptools if present. 2013-11-23 20:26:59 -05:00
Julian Berman a0f5d13329 Include tests 2013-05-20 21:14:54 -04:00
Julian Berman f5c0e3b4a2 Unused imports. 2013-05-12 23:37:34 -04:00
Colin Dunklau de9d6993b2 Fixed loading problem for schema json 2013-05-12 21:44:04 -05:00
Colin Dunklau fe450f221c Began package split, done with compat and _utils 2013-05-10 18:47:06 -05:00
Julian Berman f11e1b327a Update classifiers 2013-02-24 13:31:06 -05:00
Richard Sternagel 1a8b8a2b3b Correct license. 2013-02-17 20:42:27 +01:00
Julian Berman b1a1a5b525 Update trove classifiers. 2012-11-30 10:42:24 -05:00
Julian Berman ed54b2a0ee Stale future import from 2.5. 2012-04-29 21:51:59 -04:00
Julian Berman ee75ae845c Fixed classifiers for py3. 2012-04-29 21:47:58 -04:00
Julian Berman 54e5ae2af7 Adding a basic readme, some classifiers, and bumped the version. 2012-01-16 15:10:50 -05:00
Julian Berman 1f0e66bf61 Fixed setup.py 2012-01-01 21:42:40 -05:00
Julian Berman 008e747fb8 setup.py and tox 2011-12-30 14:03:11 -05:00