summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2016-04-11[bug] hash the installed binariesKali Kaneko
this was the cause for the previous alpha releases keep insisting on re-installing the helper files. - Resolves: #7989 - Releases: 0.9.2
2016-04-07[style] pep8Kali Kaneko
2016-04-04[pkg] update to versioneer 0.16Kali Kaneko
2016-03-28[pkg] update freeze_deb commandKali Kaneko
2016-03-21[bug] fix some version handling errorsKali Kaneko
2016-03-04[pkg] move to versioneer 0.15Kali Kaneko
2015-10-29[pkg] catch file errors for sdistKali Kaneko
2015-10-29[pkg] bump status to betaKali Kaneko
2015-10-16fix IS_SUMO assignmentKali Kaneko
2015-10-09[pkg] skip leap-deps in sumo tooKali Kaneko
2015-10-09[pkg] add pems to data (for sumo tarball)Kali Kaneko
2015-08-12[style] autopep8Kali Kaneko
2015-08-12[bug] freeze also bitmask module version in sumo tarballKali Kaneko
if __version__ is not properly assigned, provider tests were breaking when parsing BITMASK_VERSION (which is None, where a string is expected). - Resolves: #7322
2015-08-07[pkg] remove py2app snippet from setup.pyKali Kaneko
thanks for making our lives easier during all this time, now we're starting a relationship with pyinstaller. maybe our roads cross again in the future.
2015-07-22[bug] do not attempt to install data files inside a venvKali Kaneko
2015-07-22[pkg] separate leap requirementsKali Kaneko
this is part of a process to make the setup of the development mode less troublesome. from now on, setting up a virtualenv in pure development mode will be as easy as telling pip to just install the external dependencies:: pip install -r pkg/requirements.pip and traversing all the leap repos for the needed leap dependencies doing:: python setup.py develop - Related: #7288
2015-07-22[pkg] add empty __init__ on soledad folderKali Kaneko
otherwise the module cannot be imported (in the pseudo-pkg produced by the sumo tarball) - Releases: 0.9.0
2015-02-13create sumo tarball with leap dependencies (Closes: #6683)Kali Kaneko
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.