Statistics
| Branch: | Tag: | Revision:

keysync / setup.py @ master

History | View | Annotate | Download (3.5 KB)

# Date Author Comment
c36bcf40 06/17/2015 04:47 pm Hans-Christoph Steiner

set to v0.2.2 for release

d52c3055 07/17/2014 01:36 am Hans-Christoph Steiner

switch default 'Python Imaging' to Pillow, that's what is shipped

PIL is defunct, more or less, and only available via a non-pypi, insecure
download location with no way to verify the integrity.

92c00e9f 07/07/2014 08:18 pm Hans-Christoph Steiner

update kopete.png to work, and make sure it is installed and in sdist

The original kopete.png seemed to have issues displaying sometimes. Also,
it was not installed via setup.py, so it was not in the source tarball and
was not being installed.

01a3f21a 07/07/2014 07:13 pm Hans-Christoph Steiner

set to v0.2.1 for release

7a912ea5 06/24/2014 04:54 pm Timothy Redaelli

switch from BeautifulSoup 3 to 4 (closes #24)

6eaf9f07 11/14/2013 08:44 pm Hans-Christoph Steiner

include keysync.png in iconsdir with the rest of the icons

Yes, this is making an installed copy of the file, but its an easy fix.
Disk space is cheap. In the long run, this should probably follow all the
XDG standards, using python-xdg, etc.

refs #2345

40970610 11/14/2013 08:42 pm Hans-Christoph Steiner

set version to 0.2.1-pre

0f48ae68 10/26/2013 12:23 am Hans-Christoph Steiner

set version to 0.2 for release

ec7cf3b9 10/22/2013 08:54 pm Hans-Christoph Steiner

include gnupg icon in installed icons

c961e33d 10/18/2013 01:04 pm Abel Luck

setup.py: add minimum required qrcode version

refs #2124

9ecf203a 10/17/2013 02:58 pm Hans-Christoph Steiner

set version to 0.2.0beta3

234474ed 10/16/2013 12:40 am Hans-Christoph Steiner

set version to 0.2.0beta1 in prep for upcoming release

d73aa120 10/16/2013 12:40 am Hans-Christoph Steiner

support pymtp v0.0.6, which has essential bug fixes

refs #1939

990a14fe 10/16/2013 12:40 am Hans-Christoph Steiner

alphasort the whole keydict before outputing files

This makes it easier to compare previous versions of the files since the
order should stay the same. This also makes writing tests easier.

dda2390c 10/09/2013 03:30 pm Hans-Christoph Steiner

setup.py: remove extra copy of 'scripts' on GNU/Linux, fixing build

fc5a1e95 10/09/2013 02:35 am Hans-Christoph Steiner

nail down Mac OS X py2app build so it makes a runnable .app all at once

Just run `python setup.py py2app` and there should be a working .app in
dist/KeySync.app

refs #1870

100f78d7 10/08/2013 06:50 pm Hans-Christoph Steiner

implement MTP detection and syncing for Mac OS X, which has no MTP support

pymtp/libmtp provide the MTP support, we also have to think about Google's
Android File Transfer app, since its also a libmtp app, and it will
conflict with KeySync.

refs #1939, #1967, #1968, #1870

a59262ab 10/08/2013 03:25 pm Hans-Christoph Steiner

setup.py: if using Python < 2.7, then include 'argparse' as dep

argparse was added to the standard Python libraries in Python 2.7, so if
KeySync is running on an older version of Python, then be sure that
argparse is installed.

77e4a9e8 10/08/2013 03:25 pm Hans-Christoph Steiner

'qrcode' needs 'six' but its setup.py does not install it

KeySync might use 'six' in the future as well. Also, I fixed the alphasort
on the dependencies list.

7b8f1726 10/08/2013 03:25 pm Hans-Christoph Steiner

setup.py: set long_description by reading in the README

176e5d18 10/07/2013 08:05 pm Abel Luck

fix windows build to work with new setup.py

refs #1884

7de533df 10/07/2013 07:52 pm Hans-Christoph Steiner

add app icons to installer and set path to load them from

refs #1967
refs #1968

4f308725 09/20/2013 09:54 pm Hans-Christoph Steiner

create pip+virtual+py2app build environment for making a Mac OS X .app

This also lays the groundwork for an easily repeatable py2exe setup.

bce26963 09/20/2013 09:54 pm Hans-Christoph Steiner

switch to setuptools and add dependencies to automate them elsewhere

Using setuptools means setup.py can have install_requires, and that is then
used as the canonical list of dependencies for pip and the debian package.

7c8de77b 09/20/2013 09:54 pm Hans-Christoph Steiner

setup.py fixed indenting to be the proper 4 spaces

49de7b3a 09/14/2013 04:45 am Hans-Christoph Steiner

updated home page URL

66292b12 09/14/2013 04:45 am Hans-Christoph Steiner

set version to 0.1

4b976733 09/14/2013 04:43 am Hans-Christoph Steiner

include icon made by rosa

debe439e 09/14/2013 04:43 am Hans-Christoph Steiner

include Free Desktop .desktop file to setup menu item in GNU/Linux

5dd03a08 09/12/2013 07:08 pm Hans-Christoph Steiner

rename everything from otrfileconverter to keysync

edc3705a 09/12/2013 06:59 pm Hans-Christoph Steiner

update project contact information

4511e34f 04/22/2012 03:24 am Hans-Christoph Steiner

bump version to v0.0.1

379b4d99 04/22/2012 03:24 am Hans-Christoph Steiner

added man page

08f64ef4 04/20/2012 10:22 pm Hans-Christoph Steiner

python setuptools packaging