[csw-devel] SF.net SVN: gar:[11428] csw/mgar/pkg/lang-python

khabermann at users.sourceforge.net khabermann at users.sourceforge.net
Wed Oct 27 12:08:45 CEST 2010


Revision: 11428
          http://gar.svn.sourceforge.net/gar/?rev=11428&view=rev
Author:   khabermann
Date:     2010-10-27 10:08:45 +0000 (Wed, 27 Oct 2010)

Log Message:
-----------
added package

Added Paths:
-----------
    csw/mgar/pkg/lang-python/django-auth-ldap/
    csw/mgar/pkg/lang-python/django-auth-ldap/branches/
    csw/mgar/pkg/lang-python/django-auth-ldap/tags/
    csw/mgar/pkg/lang-python/django-auth-ldap/trunk/
    csw/mgar/pkg/lang-python/django-auth-ldap/trunk/Makefile
    csw/mgar/pkg/lang-python/django-auth-ldap/trunk/checksums
    csw/mgar/pkg/lang-python/django-auth-ldap/trunk/files/


Property changes on: csw/mgar/pkg/lang-python/django-auth-ldap/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/lang-python/django-auth-ldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-auth-ldap/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-auth-ldap/trunk/Makefile	2010-10-27 10:08:45 UTC (rev 11428)
@@ -0,0 +1,35 @@
+# $Id$
+GARNAME = django-auth-ldap
+GARVERSION = 1.0.6
+CATEGORIES = python
+PACKAGES = CSWpy-django-auth-ldap
+CATALOGNAME = py_django_auth_ldap
+ARCHALL_CSWpy-django-auth-ldap = 1
+LICENSE = PKG-INFO
+RUNTIME_DEP_PKGS += CSWpy-django 
+RUNTIME_DEP_PKGS += CSWpy-ldap
+
+CHECKPKG_OVERRIDES_CSWpy-django-auth-ldap += pkgname-too-long
+
+# checkpkg can't detect python run time dependencies
+CHECKPKG_OVERRIDES_CSWpy-django-auth-ldap += surplus-dependency|CSWpy-ldap
+CHECKPKG_OVERRIDES_CSWpy-django-auth-ldap += surplus-dependency|CSWpy-django
+
+DESCRIPTION = Django LDAP authentication backend
+define BLURB
+  This is a Django authentication backend that authenticates against
+  an LDAP service. Configuration can be as simple as a single
+  distinguished name template, but there are many rich configuration
+  options for working with users, groups, and permissions.
+endef
+
+# 1st char of GARNAME is the directory name
+MASTER_SITE_DIR = $(shell echo $(GARNAME) | cut -c 1)
+MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(GARNAME)/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/lang-python/django-auth-ldap/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/django-auth-ldap/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/django-auth-ldap/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/django-auth-ldap/trunk/checksums	2010-10-27 10:08:45 UTC (rev 11428)
@@ -0,0 +1 @@
+d8a732728bf820942c05f57bb564ff78  django-auth-ldap-1.0.6.tar.gz


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