SF.net SVN: gar:[24829] csw/mgar/pkg/gitosis/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Apr 8 23:30:53 CEST 2015
Revision: 24829
http://sourceforge.net/p/gar/code/24829
Author: bdwalton
Date: 2015-04-08 21:30:53 +0000 (Wed, 08 Apr 2015)
Log Message:
-----------
gitosis/trunk: update to work with python 2.7
Modified Paths:
--------------
csw/mgar/pkg/gitosis/trunk/Makefile
Modified: csw/mgar/pkg/gitosis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gitosis/trunk/Makefile 2015-04-08 15:34:25 UTC (rev 24828)
+++ csw/mgar/pkg/gitosis/trunk/Makefile 2015-04-08 21:30:53 UTC (rev 24829)
@@ -32,8 +32,8 @@
CATALOGNAME_CSWgitosis = $(NAME)
SPKG_DESC_CSWgitosis = $(DESCRIPTION)
ARCHALL_CSWgitosis = 1
-BUILD_DEP_PKGS_CSWgitosis = CSWpython CSWpysetuptools
-RUNTIME_DEP_PKGS_CSWgitosis = CSWgit CSWpysetuptools CSWbash
+BUILD_DEP_PKGS_CSWgitosis = CSWpython CSWpy-setuptools
+RUNTIME_DEP_PKGS_CSWgitosis = CSWgit CSWpy-setuptools CSWbash
# this is not for release.
PACKAGES += CSWgitosis-test
@@ -77,7 +77,7 @@
CHECKPKG_OVERRIDES_CSWgitosis += pkgname-does-not-start-with-CSWpy-
CHECKPKG_OVERRIDES_CSWgitosis += catalogname-does-not-start-with-py_
CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWbash
-CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWpysetuptools
+CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWpy-setuptools
CHECKPKG_OVERRIDES_CSWgitosis += surplus-dependency|CSWgit
LICENSE = COPYING
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list