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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Fri Jun 26 11:52:57 CEST 2015


Revision: 25128
          http://sourceforge.net/p/gar/code/25128
Author:   cgrzemba
Date:     2015-06-26 09:52:56 +0000 (Fri, 26 Jun 2015)
Log Message:
-----------
lang-python/geopy/trunk: Initial commit

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

Added: csw/mgar/pkg/lang-python/geopy/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/geopy/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/geopy/Makefile	2015-06-26 09:52:56 UTC (rev 25128)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/lang-python/geopy/trunk
===================================================================
--- csw/mgar/pkg/lang-python/geopy/trunk	2015-06-25 15:56:31 UTC (rev 25127)
+++ csw/mgar/pkg/lang-python/geopy/trunk	2015-06-26 09:52:56 UTC (rev 25128)

Property changes on: csw/mgar/pkg/lang-python/geopy/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/lang-python/geopy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/geopy/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/geopy/trunk/Makefile	2015-06-26 09:52:56 UTC (rev 25128)
@@ -0,0 +1,28 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+NAME = geopy
+VERSION = 1.10.0
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = Client for several popular geocoding web services.
+define BLURB
+endef
+
+# git at github.com:geopy/geopy.git
+# GIT_REPOS = http://github.com/$(NAME)/$(NAME).git
+GIT_REPOS = git://github.com/$(NAME)/$(NAME).git
+# proxy: only for URI git, need socat
+# GIT_USE_PROXY = 1
+GIT_TREEISH_geopy.git = $(VERSION)
+
+LICENSE = LICENSE
+
+# does not work on Python 2.6
+MODULATIONS_PYTHON_VERSION = 2_7
+CHECKPKG_OVERRIDES_CSWpy-geopy += python-package-missing-py26-files
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/lang-python/geopy/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/lang-python/geopy/trunk/checksums
===================================================================
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