2007-12-22 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/python-pypi/calibre/DEPENDS b/python-pypi/calibre/DEPENDS
index c434fca..abcb8c1 100755
--- a/python-pypi/calibre/DEPENDS
+++ b/python-pypi/calibre/DEPENDS
@@ -21,4 +21,7 @@ depends libwmf &&
depends sqlite &&
depends icu &&
depends dnspython &&
-depends libmtp
+depends libmtp &&
+depends python-netifaces &&
+depends psutil &&
+depends python-cssselect
diff --git a/python-pypi/calibre/DETAILS b/python-pypi/calibre/DETAILS
index ce45094..68aee39 100755
--- a/python-pypi/calibre/DETAILS
+++ b/python-pypi/calibre/DETAILS
@@ -1,5 +1,5 @@
SPELL=calibre
- VERSION=0.8.70
+ VERSION=0.9.25
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]="$SOURCEFORGE_URL/$SPELL/$VERSION/$SOURCE"
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/python-pypi/calibre/HISTORY b/python-pypi/calibre/HISTORY
index 8549377..f9e2f3e 100644
--- a/python-pypi/calibre/HISTORY
+++ b/python-pypi/calibre/HISTORY
@@ -1,3 +1,7 @@
+2013-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.9.25
+ * DEPENDS: added dependencies on python-netifaces, psutil,
python-cssselect
+
2012-12-26 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update SOURCE_URL to point to sf.net; old one being dead
diff --git a/python-pypi/clientform/BUILD b/python-pypi/clientform/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/clientform/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/clientform/DEPENDS b/python-pypi/clientform/DEPENDS
index 503782e..1e07613 100755
--- a/python-pypi/clientform/DEPENDS
+++ b/python-pypi/clientform/DEPENDS
@@ -1,2 +1 @@
-depends python &&
-depends SETUPTOOLS
+depends mechanize
diff --git a/python-pypi/clientform/DETAILS b/python-pypi/clientform/DETAILS
index a651816..0f7466e 100755
--- a/python-pypi/clientform/DETAILS
+++ b/python-pypi/clientform/DETAILS
@@ -1,16 +1,7 @@
- SPELL=clientform
- VERSION=0.2.7
-
SOURCE_HASH=sha512:c6e8ffbe28e1acf6df1c3b3a8af64c937a73a11a61a95c0f24b6bb86063b84ec131cbfacfa40abe1eac5850320210256cedddec360cacc1341413306a6c863fa
- SOURCE=ClientForm-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/ClientForm-$VERSION
- SOURCE_URL[0]=http://wwwsearch.sourceforge.net/ClientForm/src/$SOURCE
- WEB_SITE=http://wwwsearch.sourceforge.net/ClientForm/
- LICENSE[0]=BSD
- KEYWORDS="html python devel"
- SHORT="Python module for handling HTML forms on the client side"
-cat << EOF
-ClientForm is a Python module for handling HTML forms on the client side,
useful
-for parsing HTML forms, filling them in and returning the completed forms to
the
-server. It developed from a port of Gisle Aas' Perl module HTML::Form, from
the
-libwww-perl library, but the interface is not the same.
-EOF
+ SPELL=clientform
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by mechanize]
+ EOF
diff --git a/python-pypi/clientform/DETAILS.orig
b/python-pypi/clientform/DETAILS.orig
new file mode 100755
index 0000000..a651816
--- /dev/null
+++ b/python-pypi/clientform/DETAILS.orig
@@ -0,0 +1,16 @@
+ SPELL=clientform
+ VERSION=0.2.7
+
SOURCE_HASH=sha512:c6e8ffbe28e1acf6df1c3b3a8af64c937a73a11a61a95c0f24b6bb86063b84ec131cbfacfa40abe1eac5850320210256cedddec360cacc1341413306a6c863fa
+ SOURCE=ClientForm-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ClientForm-$VERSION
+ SOURCE_URL[0]=http://wwwsearch.sourceforge.net/ClientForm/src/$SOURCE
+ WEB_SITE=http://wwwsearch.sourceforge.net/ClientForm/
+ LICENSE[0]=BSD
+ KEYWORDS="html python devel"
+ SHORT="Python module for handling HTML forms on the client side"
+cat << EOF
+ClientForm is a Python module for handling HTML forms on the client side,
useful
+for parsing HTML forms, filling them in and returning the completed forms to
the
+server. It developed from a port of Gisle Aas' Perl module HTML::Form, from
the
+libwww-perl library, but the interface is not the same.
+EOF
diff --git a/python-pypi/clientform/DOWNLOAD b/python-pypi/clientform/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/clientform/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/clientform/HISTORY b/python-pypi/clientform/HISTORY
index 71495db..c6f25c8 100644
--- a/python-pypi/clientform/HISTORY
+++ b/python-pypi/clientform/HISTORY
@@ -1,3 +1,8 @@
+2013-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * spell deprecated [part of mechanize now]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: updated setuptools dependency to SETUPTOOLS provider