root / pykota / trunk / setup.py @ 1918

Revision 1918, 11.2 kB (checked in by jalet, 19 years ago)

PyKota banners now basically work !

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#! /usr/bin/env python
2# -*- coding: ISO-8859-15 -*-
3#
4# PyKota
5#
6# PyKota : Print Quotas for CUPS and LPRng
7#
8# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
9# This program is free software; you can redistribute it and/or modify
10# it under the terms of the GNU General Public License as published by
11# the Free Software Foundation; either version 2 of the License, or
12# (at your option) any later version.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17# GNU General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program; if not, write to the Free Software
21# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
22#
23# $Id$
24#
25# $Log$
26# Revision 1.59  2004/11/15 19:59:34  jalet
27# PyKota banners now basically work !
28#
29# Revision 1.58  2004/11/12 23:46:43  jalet
30# Heavy work on pkbanner. Not finished yet though, but mostly works.
31#
32# Revision 1.57  2004/11/10 22:40:45  jalet
33# Logos are installed now
34#
35# Revision 1.56  2004/11/10 22:17:12  jalet
36# Installation script is now non-interactive again, and doesn't install
37# the sample configuration files into /etc/pykota anymore.
38# Dependencies check is now done by running checkdeps.py
39# The database creation scripts will now be included in RPM packages.
40#
41# Revision 1.55  2004/10/16 10:20:32  jalet
42# Now installs translated manual pages
43#
44# Revision 1.54  2004/10/13 07:45:01  jalet
45# Modified installation script to please both me and the Debian packagers
46#
47# Revision 1.53  2004/10/04 21:25:29  jalet
48# dumpykota can now output datas in the XML format
49#
50# Revision 1.52  2004/09/30 09:52:45  jalet
51# Initial release of autopykota. Reading help or manpage is greatly
52# encouraged !
53#
54# Revision 1.51  2004/09/21 21:31:35  jalet
55# Installation script now checks for availability of Python-SNMP (http://pysnmp.sf.net)
56#
57# Revision 1.50  2004/09/14 22:29:12  jalet
58# First version of dumpykota. Works fine but only with PostgreSQL backend
59# for now.
60#
61# Revision 1.49  2004/07/28 13:00:02  jalet
62# Now takes care of .sxi and .sxc files if any
63#
64# Revision 1.48  2004/07/27 07:14:24  jalet
65# Now warns the user if pyosd is not present
66#
67# Revision 1.47  2004/07/16 12:22:45  jalet
68# LPRng support early version
69#
70# Revision 1.46  2004/07/07 13:21:26  jalet
71# Introduction of the pykosd command
72#
73# Revision 1.45  2004/07/06 09:37:01  jalet
74# Integrated most of the Debian packaging work made by Sergio Gonz�z Gonz�z
75#
76# Revision 1.44  2004/06/05 22:03:49  jalet
77# Payments history is now stored in database
78#
79# Revision 1.43  2004/05/25 09:49:41  jalet
80# The old pykota filter has been removed. LPRng support disabled for now.
81#
82# Revision 1.42  2004/05/18 14:48:46  jalet
83# Big code changes to completely remove the need for "requester" directives,
84# jsut use "hardware(... your previous requester directive's content ...)"
85#
86# Revision 1.41  2004/05/13 14:17:32  jalet
87# Warning about changed accounter and requester directives
88#
89# Revision 1.40  2004/05/13 13:59:27  jalet
90# Code simplifications
91#
92# Revision 1.39  2004/04/08 17:07:41  jalet
93# pkpgcounter added
94#
95# Revision 1.38  2004/03/18 09:18:09  jalet
96# Installation now checks for old scripts
97#
98# Revision 1.37  2004/03/03 19:35:36  jalet
99# Spelling problem. Thanks to Jurandy Martins
100#
101# Revision 1.36  2004/02/25 15:10:38  jalet
102# Preliminary snmpprinterstatus command added.
103#
104# Revision 1.35  2004/02/12 22:43:58  jalet
105# Better integration in Debian and more LSB compliance, thanks to
106# Peter Hawkins.
107#
108# Revision 1.34  2004/02/07 13:45:51  jalet
109# Preliminary work on the pkhint command
110#
111# Revision 1.33  2004/02/04 11:16:59  jalet
112# pkprinters command line tool added.
113#
114# Revision 1.32  2004/01/18 20:52:50  jalet
115# Portuguese portuguese translation replaces brasilian portuguese one, which
116# moves in its own directory.
117# Installation script modified to reorganise installed documentation and include
118# the documentation on OpenOffice.org + ODBC
119#
120# Revision 1.31  2004/01/15 12:50:41  jalet
121# Installation scripts now tells where the documentation was installed.
122#
123# Revision 1.30  2004/01/12 15:45:03  jalet
124# Now installs documentation in /usr/share/doc/pykota too.
125#
126# Revision 1.29  2004/01/08 14:10:32  jalet
127# Copyright year changed.
128#
129# Revision 1.28  2003/12/27 16:49:25  uid67467
130# Should be ok now.
131#
132# Revision 1.28  2003/12/06 09:03:43  jalet
133# Added Perl script to retrieve printer's internal page counter via PJL,
134# contributed by Ren�und Jensen.
135#
136# Revision 1.27  2003/11/28 08:31:28  jalet
137# Shell script to wait for AppleTalk enabled printers being idle was added.
138#
139# Revision 1.26  2003/11/08 16:05:31  jalet
140# CUPS backend added for people to experiment.
141#
142# Revision 1.25  2003/10/08 07:01:19  jalet
143# Job history can be disabled.
144# Some typos in README.
145# More messages in setup script.
146#
147# Revision 1.24  2003/10/07 09:07:27  jalet
148# Character encoding added to please latest version of Python
149#
150# Revision 1.23  2003/07/29 20:55:17  jalet
151# 1.14 is out !
152#
153# Revision 1.22  2003/07/29 09:54:03  jalet
154# Added configurable LDAP mail attribute support
155#
156# Revision 1.21  2003/07/28 09:11:12  jalet
157# PyKota now tries to add its attributes intelligently in existing LDAP
158# directories.
159#
160# Revision 1.20  2003/07/23 16:51:32  jalet
161# waitprinter.sh is now included to prevent PyKota from asking the
162# printer's internal page counter while a job is still being printer.
163#
164# Revision 1.19  2003/07/16 21:53:07  jalet
165# Really big modifications wrt new configuration file's location and content.
166#
167# Revision 1.18  2003/07/03 09:44:00  jalet
168# Now includes the pykotme utility
169#
170# Revision 1.17  2003/06/30 12:46:15  jalet
171# Extracted reporting code.
172#
173# Revision 1.16  2003/06/06 20:49:15  jalet
174# Very latest schema. UNTESTED.
175#
176# Revision 1.15  2003/05/17 16:32:30  jalet
177# Also outputs the original import error message.
178#
179# Revision 1.14  2003/05/17 16:31:38  jalet
180# Dies gracefully if DistUtils is not present.
181#
182# Revision 1.13  2003/04/29 18:37:54  jalet
183# Pluggable accounting methods (actually doesn't support external scripts)
184#
185# Revision 1.12  2003/04/23 22:13:56  jalet
186# Preliminary support for LPRng added BUT STILL UNTESTED.
187#
188# Revision 1.11  2003/04/17 13:49:29  jalet
189# Typo
190#
191# Revision 1.10  2003/04/17 13:48:39  jalet
192# Better help
193#
194# Revision 1.9  2003/04/17 13:47:28  jalet
195# Help added during installation.
196#
197# Revision 1.8  2003/04/15 17:49:29  jalet
198# Installation script now checks the presence of Netatalk
199#
200# Revision 1.7  2003/04/03 20:03:37  jalet
201# Installation script now allows to install the sample configuration file.
202#
203# Revision 1.6  2003/03/29 13:45:26  jalet
204# GPL paragraphs were incorrectly (from memory) copied into the sources.
205# Two README files were added.
206# Upgrade script for PostgreSQL pre 1.01 schema was added.
207#
208# Revision 1.5  2003/03/29 13:08:28  jalet
209# Configuration is now expected to be found in /etc/pykota.conf instead of
210# in /etc/cups/pykota.conf
211# Installation script can move old config files to the new location if needed.
212# Better error handling if configuration file is absent.
213#
214# Revision 1.4  2003/03/29 09:47:00  jalet
215# More powerful installation script.
216#
217# Revision 1.3  2003/03/26 17:48:36  jalet
218# First shot at trying to detect the availability of the needed software
219# during the installation.
220#
221# Revision 1.2  2003/03/09 16:49:04  jalet
222# The installation script installs the man pages too now.
223#
224# Revision 1.1  2003/02/05 21:28:17  jalet
225# Initial import into CVS
226#
227#
228#
229
230import sys
231import glob
232import os
233import shutil
234try :
235    from distutils.core import setup
236except ImportError, msg :   
237    sys.stderr.write("%s\n" % msg)
238    sys.stderr.write("You need the DistUtils Python module.\nunder Debian, you may have to install the python-dev package.\nOf course, YMMV.\n")
239    sys.exit(-1)
240
241sys.path.insert(0, "pykota")
242from pykota.version import __version__, __doc__
243
244data_files = []
245mofiles = glob.glob(os.sep.join(["po", "*", "*.mo"]))
246for mofile in mofiles :
247    lang = mofile.split(os.sep)[1]
248    directory = os.sep.join(["share", "locale", lang, "LC_MESSAGES"])
249    data_files.append((directory, [ mofile ]))
250   
251docdir = "share/doc/pykota"   
252docfiles = ["README", "FAQ", "SECURITY", "COPYING", "LICENSE", "CREDITS", "TODO", "NEWS"]
253data_files.append((docdir, docfiles))
254
255docfiles = glob.glob(os.sep.join(["docs", "*.pdf"]))
256docfiles += glob.glob(os.sep.join(["docs", "*.sx?"]))
257data_files.append((docdir, docfiles))
258
259docfiles = glob.glob(os.sep.join(["docs", "spanish", "*.pdf"]))
260docfiles += glob.glob(os.sep.join(["docs", "spanish", "*.sxw"]))
261data_files.append((os.path.join(docdir, "spanish"), docfiles))
262
263docfiles = glob.glob(os.sep.join(["docs", "pykota", "*.html"]))
264data_files.append((os.path.join(docdir, "html"), docfiles))
265
266docfiles = glob.glob(os.sep.join(["openoffice", "*.sx?"]))
267docfiles += glob.glob(os.sep.join(["openoffice", "*.png"]))
268docfiles += glob.glob(os.sep.join(["openoffice", "README"]))
269data_files.append((os.path.join(docdir, "openoffice"), docfiles))
270
271data_files.append((os.path.join(docdir, "postgresql"), ["initscripts/postgresql/README.postgresql"]))
272data_files.append((os.path.join(docdir, "ldap"), ["initscripts/ldap/README.ldap"]))
273
274directory = os.sep.join(["share", "man", "man1"])
275manpages = glob.glob(os.sep.join(["man", "*.1"]))   
276data_files.append((directory, manpages))
277
278modirs = [ os.path.split(os.path.split(mof)[0])[1] for mof in mofiles ]
279for dir in modirs :
280    directory = os.sep.join(["share", "man", dir, "man1"])
281    manpages = glob.glob(os.sep.join(["man", dir, "*.1"]))   
282    data_files.append((directory, manpages))
283
284directory = os.sep.join(["share", "pykota"])
285data_files.append((directory, ["checkdeps.py", "bin/cupspykota", "bin/lprngpykota", "bin/waitprinter.sh", "bin/papwaitprinter.sh", "bin/mailandpopup.sh", "contributed/pagecount.pl", "untested/pjl/pagecount.pjl", "untested/pjl/status.pjl", "untested/netatalk/netatalk.sh", "untested/netatalk/pagecount.ps"]))
286
287data_files.append((os.sep.join([directory, "conf"]), ["conf/README", "conf/pykota.conf.sample", "conf/pykotadmin.conf.sample"]))
288
289data_files.append((os.sep.join([directory, "cgi-bin"]), ["cgi-bin/README", "cgi-bin/printquota.cgi"]))
290
291data_files.append((os.sep.join([directory, "logos"]), glob.glob(os.sep.join(["logos", "*.jpeg"])) + glob.glob(os.sep.join(["logos", "*.png"])) + glob.glob(os.sep.join(["logos", "*.xcf"]))))
292
293pgdirectory = os.sep.join([directory, "postgresql"])
294data_files.append((pgdirectory, ["initscripts/postgresql/README.postgresql", "initscripts/postgresql/pykota-postgresql.sql"]))
295
296ldapdirectory = os.sep.join([directory, "ldap"])
297data_files.append((ldapdirectory, ["initscripts/ldap/README.ldap", "initscripts/ldap/pykota.schema", "initscripts/ldap/pykota-sample.ldif"]))
298
299setup(name = "pykota", version = __version__,
300      license = "GNU GPL",
301      description = __doc__,
302      author = "Jerome Alet",
303      author_email = "alet@librelogiciel.com",
304      url = "http://www.librelogiciel.com/software/",
305      packages = [ "pykota", "pykota.storages", "pykota.loggers", "pykota.accounters", "pykota.reporters" ],
306      scripts = [ "bin/pkbanner", "bin/autopykota", "bin/dumpykota", "bin/pkpgcounter", "bin/snmpprinterstatus", "bin/pykosd", "bin/edpykota", "bin/repykota", "bin/warnpykota", "bin/pykotme", "bin/pkprinters", "bin/pkhint" ],
307      data_files = data_files)
Note: See TracBrowser for help on using the browser.