[xiph-cvs] cvs commit: ao-python ChangeLog config_unix.py setup.py
Andrew Catham Master of Python
andrew at xiph.org
Sun Sep 2 11:20:48 PDT 2001
andrew 01/09/02 11:20:48
Modified: . ChangeLog config_unix.py setup.py
Log:
2001-09-02 Andrew H. Chatham <andrew.chatham at duke.edu>
* setup.py: Bumped version number to 0.8 to match libao
* config_unix.py (find_ao): pass the include dir to run_test
Revision Changes Path
1.5 +5 -0 ao-python/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/ao-python/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 2001/08/31 02:02:10 1.4
+++ ChangeLog 2001/09/02 18:20:47 1.5
@@ -1,3 +1,8 @@
+2001-09-02 Andrew H. Chatham <andrew.chatham at duke.edu>
+ * setup.py: Bumped version number to 0.8 to match libao
+
+ * config_unix.py (find_ao): pass the include dir to run_test
+
2001-08-30 Andrew H. Chatham <andrew.chatham at duke.edu>
* aomodule.[ch] Updated to work with the updated ao API.
Not entirely sure the way of dealing with files is perfect,
1.2 +1 -1 ao-python/config_unix.py
Index: config_unix.py
===================================================================
RCS file: /usr/local/cvsroot/ao-python/config_unix.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config_unix.py 2001/01/31 18:35:09 1.1
+++ config_unix.py 2001/09/02 18:20:47 1.2
@@ -53,7 +53,7 @@
execute('rm -f conf.aotest', 0)
try:
- run_test(ao_test_program)
+ run_test(ao_test_program, "-I" + ao_include_dir)
if not os.path.isfile('conf.aotest'):
raise RuntimeError, "Did not produce output"
execute('rm conf.aotest', 0)
1.4 +1 -1 ao-python/setup.py
Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/ao-python/setup.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- setup.py 2001/01/31 18:35:09 1.3
+++ setup.py 2001/09/02 18:20:47 1.4
@@ -38,7 +38,7 @@
setup (# Distribution meta-data
name = "pyao",
- version = "0.0.2",
+ version = "0.8",
description = "A wrapper for the ao library",
author = "Andrew Chatham",
author_email = "andrew.chatham at duke.edu",
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list