SF.net SVN: gar:[23803] csw/mgar/pkg/lang-python
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Tue Jun 17 16:09:04 CEST 2014
Revision: 23803
http://sourceforge.net/p/gar/code/23803
Author: cgrzemba
Date: 2014-06-17 14:09:03 +0000 (Tue, 17 Jun 2014)
Log Message:
-----------
lang-python/django-haystack/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lang-python/django-haystack/
csw/mgar/pkg/lang-python/django-haystack/Makefile
csw/mgar/pkg/lang-python/django-haystack/branches/
csw/mgar/pkg/lang-python/django-haystack/tags/
csw/mgar/pkg/lang-python/django-haystack/trunk/
csw/mgar/pkg/lang-python/django-haystack/trunk/Makefile
csw/mgar/pkg/lang-python/django-haystack/trunk/checksums
csw/mgar/pkg/lang-python/django-haystack/trunk/files/
Added: csw/mgar/pkg/lang-python/django-haystack/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-haystack/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/django-haystack/Makefile 2014-06-17 14:09:03 UTC (rev 23803)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/lang-python/django-haystack/trunk
===================================================================
--- csw/mgar/pkg/lang-python/django-haystack/trunk 2014-06-17 13:55:24 UTC (rev 23802)
+++ csw/mgar/pkg/lang-python/django-haystack/trunk 2014-06-17 14:09:03 UTC (rev 23803)
Property changes on: csw/mgar/pkg/lang-python/django-haystack/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/django-haystack/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django-haystack/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/django-haystack/trunk/Makefile 2014-06-17 14:09:03 UTC (rev 23803)
@@ -0,0 +1,28 @@
+# Copyright 2011 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+
+NAME = django-haystack
+VERSION = 2.1.0
+CATEGORIES = python
+GARTYPE = v2
+DESCRIPTION = Search for Django
+define BLURB
+Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
+endef
+
+DISTNAME = $(NAME)-$(VERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+PACKAGES = CSWpy-django-haystack
+ARCHALL_CSWpy-django-haystack = 1
+
+BUILD_DEP_PKGS += CSWpy-setuptools
+RUNTIME_DEP_PKGS += CSWpy-django
+
+# checkpkg can't detect python run time dependencies
+CHECKPKG_OVERRIDES_CSWpy-django-haystack += surplus-dependency|CSWpy-django
+
+
+# SKIPTEST=1
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/lang-python/django-haystack/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/django-haystack/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/django-haystack/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/django-haystack/trunk/checksums 2014-06-17 14:09:03 UTC (rev 23803)
@@ -0,0 +1 @@
+0bc74c0d71c30169ddb796c20655fe98 django-haystack-2.1.0.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