Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b04b9d6f5940123c2903fb6031f20c6e51cd4099)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b04b9d6f5940123c2903fb6031f20c6e51cd4099)
  • Date: Fri, 9 Nov 2007 16:01:40 +0000

On Friday 09 of November 2007 13:48:35 Vlad Glagolev wrote:
> GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
>
> python-devel/mysql-python/DEPENDS | 4 ++--
> python-devel/mysql-python/DETAILS | 1 +
> python-devel/mysql-python/HISTORY | 5 +++++
> python-devel/mysql-python/INSTALL | 1 +
> 4 files changed, 9 insertions(+), 2 deletions(-)
>
> New commits:
> commit b04b9d6f5940123c2903fb6031f20c6e51cd4099
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> mysql-python: fixed for setuptools, fixed deps
>
> diff --git a/python-devel/mysql-python/DEPENDS
> b/python-devel/mysql-python/DEPENDS index 2cae7f9..5bb5ed2 100755
> --- a/python-devel/mysql-python/DEPENDS
> +++ b/python-devel/mysql-python/DEPENDS
> @@ -1,2 +1,2 @@
> -depends mysql &&
> -depends python
> +depends mysql &&
> +depends setuptools
> diff --git a/python-devel/mysql-python/DETAILS
> b/python-devel/mysql-python/DETAILS index 77344d7..4c62c7d 100755
> --- a/python-devel/mysql-python/DETAILS
> +++ b/python-devel/mysql-python/DETAILS
> @@ -7,6 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/MySQL-python-$VERSION
> WEB_SITE=http://sourceforge.net/projects/mysql-python/
> ENTERED=20020408
> LICENSE[0]=GPL
> + PATCHLEVEL=1
Why the PATCHLEVEL?

> +++ b/python-devel/mysql-python/INSTALL
> @@ -0,0 +1 @@
> +python setup.py install --root "$INSTALL_ROOT/"
This is redundant, as it is already taken care of by the default INSTALL.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page