Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-16 | update metadata in setup.py | Kali Kaneko | |
2013-09-10 | do not try to install globally. | Kali Kaneko | |
2013-09-04 | warn user if python3 is used to run setup | Kali Kaneko | |
2013-08-27 | Add data_files under linux | Kali Kaneko | |
* polkit file * /etc/leap/resolv-update | |||
2013-08-23 | Rebrand the latest bits | Tomás Touceda | |
2013-08-21 | Re-add parentdir prefix | Kali Kaneko | |
Now matching the next python package name in pypi. | |||
2013-08-12 | fix versioneer to use new path | Kali Kaneko | |
2013-08-12 | fix setup.py to use leap.bitmask namespace | Kali Kaneko | |
2013-08-08 | pep8 fixes | Ivan Alejandro | |
2013-08-08 | Update README and packaging names. | Ivan Alejandro | |
2013-06-22 | fix versioneer build and sdist commands | Kali Kaneko | |
It turns out that I was using remnants of old functions in which I had to hook the branding mechanism, but that's not needed anymore, so it's much simple. With this change, we get the correct _version generated after a build or sdist command. For the bundles, we should use that _version. Ideally we should use the whole build tree for bundles instead of the source tree directly. | |||
2013-06-03 | Add custom develop command for setup.py | Ivan Alejandro | |
2013-06-03 | Recursively include docs files and uncomment build/sdist | Tomás Touceda | |
2013-05-31 | copy processed reqs to util/ | kali | |
2013-05-30 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/2683-move-keymanager-to-leap_client-2' into develop Conflicts: setup.py | |||
2013-05-30 | adapt test suite to latest client code | kali | |
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge | |||
2013-05-29 | Move KeyManager submodule from leap.common to here. | drebs | |
2013-03-15 | namespace leap + leap.common split | kali | |
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository. | |||
2013-03-11 | Remove branding | Tomás Touceda | |
2013-03-07 | Add setup script and linux distribution files | Tomás Touceda | |
2013-03-06 | Remove everything to start from scratch | Tomás Touceda | |
2013-01-30 | cosmetic fixes | kali | |
2013-01-30 | remove copy data hook from setup | kali | |
2013-01-25 | fix manpage path | kali | |
2012-10-24 | removed branding info from branding config file | kali | |
So we officially can say this is a generic client now. Branding config file is still at pkg/branding/config.py Note that with this change the package is called now leap-client so you will have to remove old installs of leap-foo-client in your path (from previous branded builds). Changing the package name was an AWFUL and painful idea, and we will not do that again. (launcher is another story). Lesson learned. | |||
2012-10-09 | fix missing polkit policy file install | kali | |
2012-09-18 | do_branding command added to setup | kali | |
2012-09-13 | add versioneer | kali | |
2012-09-08 | workaround for broken git version if no tag exists | kali | |
2012-09-06 | bootstrap setuptools + version fix | kali | |
also test_requires using parse_requirements | |||
2012-09-06 | add git version script | kali | |
2012-09-06 | pkg.utils.parse_requirements used in setup | kali | |
renamed setup-->pkg because name collision | |||
2012-09-06 | classifiers + long description | kali | |
2012-08-23 | added requests to requirements.pip and setup | kali | |
2012-08-22 | minor tweaks to setup + env test | kali | |
2012-07-23 | fix typo on package name | kali | |
2012-07-22 | initial import | kali | |