← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 321: remove pyqt from alfanousDesktop/setup.py dependencies because it's unable to install it , develp...

 

------------------------------------------------------------
revno: 321
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-08-25 22:13:18 +0100
message:
  remove pyqt from alfanousDesktop/setup.py dependencies because it's unable to install it , develpers must install it manually or through deb, rpm packaging scripts
modified:
  src/alfanous-desktop/README.rst
  src/alfanous-desktop/setup.py


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-desktop/README.rst'
--- src/alfanous-desktop/README.rst	2012-08-09 03:47:51 +0000
+++ src/alfanous-desktop/README.rst	2012-08-25 21:13:18 +0000
@@ -1,14 +1,14 @@
 =========================
 AlfanousDesktop Interface
 =========================
-
-
------------------
-Used Technologies
------------------
-* Python 
-* Qt designer
-* PyQt
+A PyQt GUI interface for alfanous Quranic search engine API. 
+
+------------
+Requirements
+------------
+* Alfanous API: 
+* Qt designer: 
+* PyQt: You can download it from  `this link <http://www.riverbankcomputing.com/software/pyqt/download>`_.
 
 ------------------
 How to contribute?

=== modified file 'src/alfanous-desktop/setup.py'
--- src/alfanous-desktop/setup.py	2012-08-15 12:16:03 +0000
+++ src/alfanous-desktop/setup.py	2012-08-25 21:13:18 +0000
@@ -31,11 +31,11 @@
 setup( 
 	name = "alfanousDesktop",
 	description = "Desktop interface for alfanous Quranic search engine API",
-	version = 0.4,
+	version = 0.7,
 	platforms = "ALL",
 	license = "AGPL",
 	packages = ["alfanousDesktop"],
-	install_requires = ['alfanous', 'configobj', 'pyparsing', 'pyqt'], #,
+	install_requires = ['alfanous', 'configobj', 'pyparsing'], #, 'pyqt'
 	author = "Assem Chelli",
 	author_email = "assem.ch@xxxxxxxxx",
 	maintainer = "Assem Chelli",