1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-19 13:20:10 +01:00
Commit Graph

390 Commits

Author SHA1 Message Date
Daniel Martí
cf47e151f7 Small fixes to checkupdates 2013-08-13 14:51:40 +02:00
Daniel Martí
578e030ee6 Try and adapt checkupdates to gradle better 2013-08-13 12:02:48 +02:00
Daniel Martí
1e7bfc9864 Don't run gradle during checkudpates. Use whatever can be found. 2013-08-09 17:15:27 +02:00
Daniel Martí
705a05f4c1 Market is broken, don't default to it 2013-08-08 16:47:26 +02:00
Daniel Martí
ece2ece071 Deprecate aapt_path in favour of sdk_path + build_tools 2013-08-08 13:00:02 +02:00
Daniel Martí
d86a68b858 Fix gradle checkupdates with tags and RM. new settings. 2013-08-08 12:55:48 +02:00
Daniel Martí
89a9447a8c Use src/ rather than source/ 2013-08-03 18:53:01 +02:00
Daniel Martí
8c8a20bcb1 Merge master into gradle 2013-08-03 18:37:29 +02:00
Daniel Martí
7ff2fafb1b Print which srclib are we updating 2013-08-03 18:18:10 +02:00
Daniel Martí
a5b8659632 New gradle=[flavour] field 2013-08-03 17:07:55 +02:00
Daniel Martí
59e212d7a3 Try and use new gradle AM.xml path 2013-08-03 16:44:14 +02:00
Daniel Martí
a49b405780 Remove deprecated parameter 2013-07-31 19:51:02 +02:00
Frans Gifford
e0e6e711c3 Use config.py to locate aapt
This uses aapt_path in config.py to locate the aapt command. The latest
Android SDK moved aapt out of platform-tools/ causing builds which depend
on this path to fail.

Signed-off-by: Frans Gifford <frans.gifford@cs.ox.ac.uk>
2013-07-31 19:51:02 +02:00
Daniel Martí
6adc661e0e Auto Names: handle escaped \' and nested strings 2013-07-10 12:02:19 +02:00
Daniel Martí
69619a5acf Use all xml files to figure out strings 2013-07-08 15:24:48 +02:00
Daniel Martí
fa552b12cb Add retrieve_string(); use it in parse_androidmanifest 2013-07-05 22:34:53 +02:00
Daniel Martí
bc6e9cd4b4 Try a better regex match for the versionName 2013-07-04 15:55:44 +02:00
Daniel Martí
c2c1792727 Better @string globbing, should fix some AutoNames 2013-06-27 21:39:00 +02:00
Ciaran Gultnieks
e86aab59b6 More srclib-related fixing 2013-06-25 19:13:36 +01:00
Daniel Martí
39c315953f labels can be on the same line as <application 2013-06-15 18:33:24 +02:00
Daniel Martí
304412dee5 Never use @string/* as Auto Name 2013-06-14 10:09:23 +02:00
Daniel Martí
d1ef217895 Only match label of the first application element 2013-06-14 10:06:22 +02:00
Daniel Martí
3f7b6b8734 Allow extra fields in real name string 2013-06-14 08:42:43 +02:00
Daniel Martí
182fd08cf4 Remove tabs from previous commit 2013-06-13 09:37:42 +02:00
David Black
00471847c5 add google-play-services and crittercism to scanner 2013-06-12 15:20:58 +01:00
Daniel Martí
ed64737678 real name can't be None 2013-06-12 12:05:55 +02:00
Daniel Martí
58f555737f Add "Auto Name" field, fill it in checkupdates 2013-06-11 00:30:30 +02:00
Daniel Martí
9c3b4a9daa Substitute variables in Prepare for srclibs too 2013-06-09 23:15:46 +02:00
Ciaran Gultnieks
68df47779d Fix more srclib-related stuff 2013-06-05 12:54:47 +01:00
Ciaran Gultnieks
cfa2646b8f Transfer srclibs properly 2013-06-04 22:42:18 +01:00
Ciaran Gultnieks
9ff536eae6 Use bash for init/prebuild, not sh 2013-06-04 22:38:44 +01:00
Daniel Martí
785e17428a Add support for spaces in git-svn tags, fixes 2013-06-03 11:20:49 +02:00
Daniel Martí
c11464bdd5 Fix git-svn tags and checkouts 2013-06-03 10:56:17 +02:00
Ciaran Gultnieks
94afbd8878 Merge branch 'master' of gitorious.org:f-droid/fdroidserver 2013-05-31 07:59:50 +01:00
Ciaran Gultnieks
7707e0902e Report missing srclib properly 2013-05-31 07:50:47 +01:00
Daniel Martí
5d36f41c3f Forgot to remove "trunk" in git-svn checkout 2013-05-28 16:36:52 +02:00
Daniel Martí
86cff4e49c Treat git-svn git checkouts correctly. Mute tags/* 2013-05-28 16:25:23 +02:00
Daniel Martí
d042a685ce branches= on git-svn + muliple arguments allowed 2013-05-27 15:03:42 +02:00
Daniel Martí
0861f870a3 More os.path.join() use cases 2013-05-24 23:43:49 +02:00
Daniel Martí
79ec50719d Add Tags and RM support for srclib, don't copy dir 2013-05-24 23:35:56 +02:00
Ciaran Gultnieks
8d85c7c2c3 Be less vague about svn errors
There can be multiple svn repos in use (e.g. srclibs) so it's helpful
to report the source of a failure.
2013-05-22 10:18:10 +01:00
Ciaran Gultnieks
d832bf8e9e Better build log formatting for wiki 2013-05-20 21:19:53 +01:00
Daniel Martí
77a7e640ad Forgot to remove a debugging print 2013-05-20 21:57:46 +02:00
Daniel Martí
6808d5d5ed Revert "fix vercodes."
This (partially) reverts commit 05735e9fca.
2013-05-20 15:48:55 +02:00
Daniel Martí
05735e9fca build-tools TODO is unnecessary. fix vercodes. 2013-05-20 14:06:18 +02:00
Daniel Martí
9efa52276d Use build/srclib instead of build/extlib 2013-05-20 13:34:03 +02:00
Daniel Martí
eb39d110d0 Externalize srclibs to fdroiddata 2013-05-20 13:16:06 +02:00
Daniel Martí
775e348853 TODO: use new build-tools path 2013-05-17 09:25:27 +02:00
Daniel Martí
d44d3863ee Add "No Source Since:[Version]" field.
I'll document it once we make sure it works fine.
2013-05-16 21:45:25 +02:00
David Black
6b749852b5 had forgotten to change error message in srclib when copy/pasting 2013-05-15 17:24:26 +01:00
David Black
dfd5a9fd65 Rescu srclib 2013-05-15 17:22:04 +01:00
Daniel Martí
979dc7840d Use non-greedy version matches 2013-05-15 17:08:17 +02:00
Daniel Martí
f8dfe532e6 Properly match app_version or version 2013-05-15 14:33:14 +02:00
Daniel Martí
166432e0b1 "app_version" is sometimes called "version" 2013-05-15 14:23:18 +02:00
Daniel Martí
607beec675 Use tags for Google-Gson 2013-05-14 23:53:43 +02:00
Daniel Martí
7fce90deba Add PhotoView srclib 2013-05-14 23:06:06 +02:00
Daniel Martí
13e760ece6 Version names can contain any character 2013-05-14 21:23:36 +02:00
Daniel Martí
f6fb7416c5 Fall back to res/values to avoid @strings/app_name 2013-05-14 20:50:40 +02:00
David Black
cd7f12e44e add libs/armeabi-v7a to list of dirs deleted before building...
I had completely forgotten that native libs were being deleted before
building . It is a sensible thing to do but I'm sure others will fall
foul of this one day.
2013-05-08 14:04:33 +01:00
David Black
552822d9ac Common-AskSven srclib 2013-05-06 20:41:42 +01:00
David Black
442538a98e Jutf7 srclib 2013-05-03 15:53:37 +01:00
David Black
3621a9a5f5 NineOldAndroids srclib (dependency of ShowCase-Androzic) 2013-05-02 13:04:38 +01:00
David Black
149cdff204 ShowCaseView (Androzic fork thereof) srclib 2013-05-02 12:21:16 +01:00
David Black
48670b9e6c PrettyTime srclib 2013-04-28 18:52:27 +01:00
David Black
23efb8999c force android-10 in K9 srclib 2013-04-27 20:12:39 +01:00
David Black
33315cf438 fix MenuDrawer srclib 2013-04-25 11:06:27 +01:00
David Black
117b3c2400 QuickdicUtils srclib 2013-04-24 18:25:37 +01:00
David Black
7c5a9793ad DragSort srclib 2013-04-24 17:01:50 +01:00
David Black
1914bb05dc four srclibs 2013-04-23 20:11:10 +01:00
Daniel Martí
98b7452d95 Fix ABS >= 4.3.0 2013-04-22 17:53:50 +02:00
Daniel Martí
66f52fd59a Merge gitorious.org:f-droid/fdroidserver 2013-04-19 16:51:13 +02:00
Ciaran Gultnieks
2bb6d51dd3 Don't rely on undocumented global 2013-04-15 15:07:23 +01:00
Ciaran Gultnieks
94a33f0a04 Issue warnings for debuggable apks 2013-04-15 13:04:13 +01:00
Ciaran Gultnieks
ce19ba1c29 Validate version code when parsing metadata 2013-04-14 10:48:40 +01:00
Daniel Martí
a05c43d708 Add srclib for musicbrainz 2013-04-09 23:34:38 +02:00
Daniel Martí
ce371d8b98 elif statements are useless when returns are used 2013-04-08 12:20:21 +02:00
Daniel Martí
8f0ef401da Merge git://gitorious.org/f-droid/fdroidserver 2013-04-08 12:10:17 +02:00
David Black
acadbdbaa9 XChange srclib 2013-04-07 19:39:53 +01:00
Daniel Martí
4454627ee9 Don't reset gitsvn_cmd mid-process 2013-04-05 22:04:24 +02:00
Daniel Martí
8fc426203d tags and trunk are variable; append to repo
They will be in the form Repo:http://foo.com/svn/project;trunk=...;tags=...

Both trunk and tags are optional. If trunk is not given, it is assumed that the
Repo url itself contains the raw trunk folder.
2013-04-05 21:55:34 +02:00
Daniel Martí
3abfa5714c git-svn improvements
New features:
* Support for Tags, which allow their use on recipes
* Add Tags Update Check Mode support to git-svn
* Add RepoManifest Update Check Mode support to git-svn
2013-04-05 15:43:12 +02:00
Daniel Martí
81d838dc46 Revert "Remove unnecessary spacings"
This reverts commit 1ea46b55dc.
2013-03-27 00:25:41 +01:00
Daniel Martí
a80938a2aa Fix srclib 2013-03-26 23:48:23 +01:00
Daniel Martí
1ea46b55dc Remove unnecessary spacings 2013-03-26 23:39:07 +01:00
Daniel Martí
b655d109cf Use elif! 2013-03-26 23:37:11 +01:00
Daniel Martí
910f35e415 Add srclib 2013-03-26 23:35:41 +01:00
Daniel Martí
95a70d0e0e Dumb mistake fixes 2013-03-26 14:34:04 +01:00
Ciaran Gultnieks
1608f3e4a8 Merge commit 'refs/merge-requests/118' of git://gitorious.org/f-droid/fdroidserver into merge-requests/118 2013-03-25 08:24:32 +00:00
Ciaran Gultnieks
538d6d45fc Allow rm to act on multiple paths (issue #50) 2013-03-23 13:01:03 +00:00
Daniel Martí
3972fa8fab New srclibs 2013-03-22 14:44:01 +01:00
Ciaran Gultnieks
9a72cb7209 Add ability to supress scanner for specific files 2013-03-20 09:46:30 +00:00
Ciaran Gultnieks
8c195c637a Merge commit 'refs/merge-requests/117' of git://gitorious.org/f-droid/fdroidserver into merge-requests/117 2013-03-20 09:36:00 +00:00
Ciaran Gultnieks
64729ba9fe Add extra build commands that can run after scan/tarball
Commands used in the 'build' section are for actual building that
produces binary output. Some existing stuff will need to move from
'prebuild' to this. See manual for more information.
2013-03-20 09:30:56 +00:00
Daniel Martí
df4345e275 Fix elf check 2013-03-19 15:38:54 +01:00
Daniel Martí
e64a3ad515 As per @daithib8's request, remove some extra dirs 2013-03-19 15:32:51 +01:00
Daniel Martí
b5047139e9 Don't check for .elf. .so is just a warning now. 2013-03-19 15:16:46 +01:00
Ciaran Gultnieks
4b472aed5a Merge commit 'refs/merge-requests/116' of git://gitorious.org/f-droid/fdroidserver into merge-requests/116 2013-03-18 17:34:31 +00:00
Ciaran Gultnieks
02492c3563 Merge commit 'refs/merge-requests/115' of git://gitorious.org/f-droid/fdroidserver into merge-requests/115
Conflicts:
	fdroidserver/common.py
2013-03-18 17:33:20 +00:00
Ciaran Gultnieks
44d62557a4 Add srclib now needed for org.ttrssreader 2013-03-18 09:17:23 +00:00
Daniel Martí
2b4b484530 Don't need to use find() 2013-03-17 12:44:06 +01:00
Daniel Martí
4f61623501 Better scan 2013-03-17 12:29:54 +01:00
David Black
cbfa2d35a4 LockPattern srclib 2013-03-15 15:41:47 +00:00
David Black
2ec7334048 iptables srclib 2013-03-15 15:29:29 +00:00
Daniel Martí
c050279383 Fix Google-Gson (it is not an ant project) 2013-03-15 16:18:07 +01:00
Daniel Martí
0fb9af733a Add Google-Gson srclib 2013-03-15 15:20:50 +01:00
David Black
7a26a5dbf9 fix path in RootCommands srclib 2013-03-14 13:40:10 +00:00
Daniel Martí
7bb4d5865b has_key() is uglier and slower than "if key in..." 2013-03-13 17:56:17 +01:00
David Black
2474242da6 srclib SunriseSunset 2013-03-01 19:39:30 +00:00
David Black
2c0f772efd MeterLib srclib 2013-03-01 17:59:01 +00:00
David Black
99a4ca87b0 two srclibs: HoloColorPicker and ChartLib 2013-02-27 14:25:22 +00:00
David Black
fa461543ad srclib: KoushWidgets for Clockworkmod Superuser 2013-02-25 12:02:31 +00:00
David Black
da071715e1 srclib: dashclock 2013-02-17 19:11:42 +00:00
David Black
25c6c4abd4 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver
Conflicts:
	fdroidserver/common.py
2013-02-11 16:05:24 +00:00
David Black
9a6d9e478c srclib: anysoftkeyboard tools 2013-02-11 16:01:12 +00:00
Kevin Everets
5829d455f9 Add Otr4j srclib 2013-01-30 14:49:21 -05:00
David Black
fa6750df55 srclib : androzic-library 2013-01-25 11:07:17 +00:00
Ciaran Gultnieks
9dfaa60725 Merge commit 'refs/merge-requests/105' of git://gitorious.org/f-droid/fdroidserver into merge-requests/105 2013-01-22 09:50:22 +00:00
Ciaran Gultnieks
64ee77310c Merge commit 'refs/merge-requests/104' of git://gitorious.org/f-droid/fdroidserver into merge-requests/104 2013-01-22 09:49:38 +00:00
Ciaran Gultnieks
3ff2b289cd Minor changes 2013-01-22 09:49:33 +00:00
uniqdom
9bf75d830a FinfAgent (FlurryAgent replacement) srclib 2013-01-20 18:22:25 -03:00
David Black
35dca09929 use root of OsmAnd-tools 2013-01-20 14:24:45 +00:00
David Black
a363d2ea46 OsmAnd srclibs 2013-01-20 13:42:57 +00:00
David Black
6ba6a32559 typo fix 2013-01-18 12:08:13 +00:00
David Black
f7ecd0cd23 one srclibs RootTools 2013-01-14 13:20:42 +00:00
David Black
6d9982dc00 one srclib, k9Mail via jberkel 2013-01-14 11:34:13 +00:00
David Black
9b82009870 4 srclibs: billinglibrary, afilechooser, filepicker, slidinigmenu 2013-01-07 13:08:06 +00:00
David Black
3627692564 new srclib AppMsg 2013-01-03 17:48:00 +00:00
David Black
01d3b32126 two srclibs: busybox and busybox configs 2012-12-26 17:41:57 +00:00
David Black
da7162f5aa two srclibs: github api and comic viewer 2012-12-22 16:27:50 +00:00
David Black
95f3c3c72c fix numberpicker srlib 2012-12-15 15:29:37 +00:00
David Black
21d771595e three srclibs numberpicker, libpagekite, openssl (guardianproj) 2012-12-15 15:05:43 +00:00
David Black
dd3bfa217d new srclib: RootCommands, needed for Adaway 2012-11-10 14:07:00 +00:00
David Black
403dfd69d0 new srclib, slider : for cm calculator 2012-11-07 13:15:37 +00:00
David Black
d12e934795 three srclibs from the guardian project for informacam and lildebi 2012-11-03 22:23:38 +00:00
David Black
a5b33d60cd new srclib sl4a: for scripting layer for android and interpreters 2012-11-03 22:16:50 +00:00
David Black
53ada93a4a new srclib EyesFree: many apps inside 2012-11-03 17:01:15 +00:00
David Black
6dc293f639 three new srclibs: sakura adview, noanalytics and tintbrowseraddon 2012-10-27 19:09:15 +01:00
David Black
a7e63a4650 srclibs:websmsapi and ub0rlib 2012-10-22 10:17:24 +01:00
David Black
cf8df0ba62 add MobAdMob srclib: FOSS admob replacement 2012-10-20 18:46:01 +01:00
David Black
94acf0ed2b tweak pulltorefresh srclib 2012-10-15 22:22:26 +01:00
David Black
3958c33a98 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-10-09 21:27:00 +01:00
Ciaran Gultnieks
34af60428b Anal-tics 2012-10-09 20:21:43 +01:00
David Black
0ad3c89367 add EncfsJava srclib 2012-10-06 13:23:50 +01:00
David Black
8ce4592755 four srclibs 2012-10-04 18:11:11 +01:00
David Black
e2953154c8 add PrayTimes srclib 2012-10-01 19:23:18 +01:00
David Black
17cb991fd5 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-10-01 16:15:41 +01:00
David Black
6e88822d86 some srclibs 2012-10-01 16:15:31 +01:00
Ciaran Gultnieks
d302c669bd Make maven executable path accessible in prebuild/init 2012-10-01 13:19:00 +01:00
Ciaran Gultnieks
a68778c5a1 Don't try and xref-check descriptions on the build server 2012-09-28 18:22:26 +01:00
Ciaran Gultnieks
50c1afdded Pre-scan descriptions to catch cross-linking errors earlier 2012-09-27 20:09:45 +01:00
Ciaran Gultnieks
a0d5423109 Added cm-forked external dropbear as a srclib 2012-09-27 17:06:15 +01:00
Ciaran Gultnieks
78173b6d75 Merge commit 'refs/merge-requests/94' of git://gitorious.org/f-droid/fdroidserver into merge-requests/94 2012-09-24 14:06:42 +01:00
Ciaran Gultnieks
80edc5d79b Better output when prebuild command fails 2012-09-24 14:06:15 +01:00
David Black
724755194c A couple more srclibs 2012-09-22 18:52:52 +01:00
David Black
0b1c9ee570 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-09-20 14:22:17 +01:00
Ciaran Gultnieks
aef5b74437 Added auto-update mode 2012-09-20 14:16:55 +01:00
Ciaran Gultnieks
ea8d90040e Handle split path srclibs properly on buildserver 2012-09-20 14:16:08 +01:00
David Black
8640f4da03 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-09-20 14:10:29 +01:00
Ciaran Gultnieks
ca341bb170 Fix external link formatting 2012-09-19 14:01:59 +01:00
David Black
96df917a02 Add emulatorview srclib 2012-09-18 20:01:15 +01:00
David Black
be50d2db4a New srclib Android-File-Picker 2012-09-18 13:55:23 +01:00
David Black
7af5e7d347 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-09-18 11:08:36 +01:00
David Black
7a23c4e17f Add anysoftkeyboard-api as srclib 2012-09-18 11:07:56 +01:00
Ciaran Gultnieks
4691cfa515 Fixes link title truncation 2012-09-17 22:12:26 +01:00
Ciaran Gultnieks
897e29c28f Merge commit 'refs/merge-requests/77' of git://gitorious.org/f-droid/fdroidserver into merge-requests/77 2012-09-17 22:06:22 +01:00
Ciaran Gultnieks
640a6325f0 Adds processing of description formatting 2012-09-17 21:49:56 +01:00
David Black
d3e2f9e5c4 Some new srclibs 2012-09-17 12:47:44 +01:00
David Black
2c34f5494a Add srclibs for Color-Picker and another one and
change viewpager repo
2012-09-16 20:50:24 +01:00
Ciaran Gultnieks
7a0df25525 Made maven executable configurable 2012-09-13 08:23:12 +01:00
Ciaran Gultnieks
09e296d2de Lots of build system improvements and fixes 2012-09-08 09:56:20 +01:00
Ciaran Gultnieks
f3b90d8fa1 Fix setup of ViewPagerTabs srclib 2012-09-02 21:39:15 +01:00
Ciaran Gultnieks
43e38f2320 Added two new srclibs - UITableView and ViewPagerTabs 2012-08-31 15:35:26 +01:00
Ciaran Gultnieks
c93c6af677 Additional binary blob scan target 2012-08-31 14:49:07 +01:00
Ciaran Gultnieks
50eff15950 More wiki update stuff 2012-08-26 11:58:18 +01:00
Ciaran Gultnieks
b79ba3c630 Added Tags update check method 2012-08-23 14:25:39 +01:00
Ciaran Gultnieks
5cb5b5b9cd Support for Bitcoin field in metadata 2012-08-22 17:26:19 +01:00
Ciaran Gultnieks
817e2f2da5 Handle repository type/location changes gracefully
(by detecting the change and deleting the existing 'cached' directory)
2012-08-13 17:59:03 +01:00
Ciaran Gultnieks
58a9fc3c1a Scan for random apk files floating around in 'source code' 2012-08-13 17:58:02 +01:00
Ciaran Gultnieks
6eb2229a3b Better detection of git-svn find-rev failure 2012-07-26 09:16:41 +01:00
Ciaran Gultnieks
16679b005f Added dates for when added and last updated to repo index
Under each 'app' element there is now an 'added' and a 'lastupdated'
element with the date the application was originally added to the repo,
and when the most recent version was added. Under each 'apk' element there
is also an 'added' for that particular version. For all three of these,
the element contains just a date in YYYY-MM-DD format.
2012-07-12 21:48:59 +01:00
Ciaran Gultnieks
92befc2171 A mvn->mvn3 update missed previously 2012-06-28 12:52:17 +01:00
Ciaran Gultnieks
7377453360 Support for FlattrID field in metadata 2012-06-28 12:51:48 +01:00
Ciaran Gultnieks
5cef97e91c Additional srclib 2012-06-25 09:22:27 +01:00
Ciaran Gultnieks
29aca16dca Defined additional srclibs 2012-04-19 10:56:51 +01:00
Ciaran Gultnieks
20450eaaaf Allow sdk and ndk path substitution in init command too 2012-04-08 13:00:07 +01:00
Ciaran Gultnieks
2da03a3940 Allow SDK and NDK paths to be subsituted into prebuild commands 2012-04-08 09:07:39 +01:00
Ciaran Gultnieks
b8d7ed9948 Add new srclib for bitcoinj wallet clone 2012-04-08 09:07:08 +01:00
Tias Guns
b78700245c common.prepare_source: better detection of errors
when running 'android update', sometimes the program returns an error on
stderr without giving a !=0 errorcode.
This patch detects such an error, and throws a proper BuildException

(in my case, it printed the following to stderr:
Error: The project either has no target set or the target is invalid.
Please provide a --target to the 'android update' command.)
2012-03-12 23:07:41 +00:00
Tias Guns
1c0dfcbab9 common.prepare_source: add verbose option and use it
The prepare_source method runs commands and everything, but the -v
option gives no insight into what is happening in this method.
This patch adds some verbose output, useful to discover why/where a scan
fails
2012-03-12 23:07:41 +00:00
Ciaran Gultnieks
f643b0498c Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00