summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2014-07-17modify launcher entrypoint after refactorkali
2014-07-10Add packaging for osx with py2appTomás Touceda
2014-06-12add function to hash bundle binariesKali Kaneko
2014-05-20modify setup.py to install the new root helperKali Kaneko
2014-04-02Update bitmask url in PKG-INFO. Closes #5395.Ivan Alejandro
2013-10-29Adds a command to freeze debian versions.Kali Kaneko
2013-10-21add readme and changelog to long-descriptionKali Kaneko
reformat changelog in .rst
2013-09-16update metadata in setup.pyKali Kaneko
2013-09-10do not try to install globally.Kali Kaneko
2013-09-04warn user if python3 is used to run setupKali Kaneko
2013-08-27Add data_files under linuxKali Kaneko
* polkit file * /etc/leap/resolv-update
2013-08-23Rebrand the latest bitsTomás Touceda
2013-08-21Re-add parentdir prefixKali Kaneko
Now matching the next python package name in pypi.
2013-08-12fix versioneer to use new pathKali Kaneko
2013-08-12fix setup.py to use leap.bitmask namespaceKali Kaneko
2013-08-08pep8 fixesIvan Alejandro
2013-08-08Update README and packaging names.Ivan Alejandro
2013-06-22fix versioneer build and sdist commandsKali 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-03Add custom develop command for setup.pyIvan Alejandro
2013-06-03Recursively include docs files and uncomment build/sdistTomás Touceda
2013-05-31copy processed reqs to util/kali
2013-05-30Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/2683-move-keymanager-to-leap_client-2' into develop Conflicts: setup.py
2013-05-30adapt test suite to latest client codekali
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge
2013-05-29Move KeyManager submodule from leap.common to here.drebs
2013-03-15namespace leap + leap.common splitkali
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository.
2013-03-11Remove brandingTomás Touceda
2013-03-07Add setup script and linux distribution filesTomás Touceda
2013-03-06Remove everything to start from scratchTomás Touceda
2013-01-30cosmetic fixeskali
2013-01-30remove copy data hook from setupkali
2013-01-25fix manpage pathkali
2012-10-24removed branding info from branding config filekali
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-09fix missing polkit policy file installkali
2012-09-18do_branding command added to setupkali
2012-09-13add versioneerkali
2012-09-08workaround for broken git version if no tag existskali
2012-09-06bootstrap setuptools + version fixkali
also test_requires using parse_requirements
2012-09-06add git version scriptkali
2012-09-06pkg.utils.parse_requirements used in setupkali
renamed setup-->pkg because name collision
2012-09-06classifiers + long descriptionkali
2012-08-23added requests to requirements.pip and setupkali
2012-08-22minor tweaks to setup + env testkali
2012-07-23fix typo on package namekali
2012-07-22initial importkali