[Python-modules-commits] [geopy] 06/06: Remove egg-info

Daniele Tricoli eriol-guest at moszumanska.debian.org
Fri Nov 6 15:34:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository geopy.

commit 58975e8ff67a84a1f5f1696f0e1abc423767071b
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Fri Nov 6 16:32:43 2015 +0100

    Remove egg-info
---
 .gitignore                          |  1 +
 geopy.egg-info/PKG-INFO             | 27 --------------
 geopy.egg-info/SOURCES.txt          | 70 -------------------------------------
 geopy.egg-info/dependency_links.txt |  1 -
 geopy.egg-info/pbr.json             |  1 -
 geopy.egg-info/requires.txt         |  6 ----
 geopy.egg-info/top_level.txt        |  2 --
 7 files changed, 1 insertion(+), 107 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..45149aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.egg-info/*
diff --git a/geopy.egg-info/PKG-INFO b/geopy.egg-info/PKG-INFO
deleted file mode 100644
index 6da3a80..0000000
--- a/geopy.egg-info/PKG-INFO
+++ /dev/null
@@ -1,27 +0,0 @@
-Metadata-Version: 1.1
-Name: geopy
-Version: 1.11.0
-Summary: Python Geocoding Toolbox
-Home-page: https://github.com/geopy/geopy
-Author: GeoPy Contributors
-Author-email: uijllji at gmail
-License: MIT
-Download-URL: https://github.com/geopy/geopy/archive/1.11.0.tar.gz
-Description: UNKNOWN
-Keywords: geocode geocoding gis geographical maps earth distance
-Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: Science/Research
-Classifier: License :: OSI Approved :: MIT License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Topic :: Scientific/Engineering :: GIS
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.2
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: Implementation :: CPython
-Classifier: Programming Language :: Python :: Implementation :: PyPy
diff --git a/geopy.egg-info/SOURCES.txt b/geopy.egg-info/SOURCES.txt
deleted file mode 100644
index 75dd473..0000000
--- a/geopy.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,70 +0,0 @@
-LICENSE
-MANIFEST.in
-README
-setup.cfg
-setup.py
-geopy/__init__.py
-geopy/__init__.pyc
-geopy/compat.py
-geopy/compat.pyc
-geopy/distance.py
-geopy/distance.pyc
-geopy/exc.py
-geopy/exc.pyc
-geopy/format.py
-geopy/format.pyc
-geopy/location.py
-geopy/location.pyc
-geopy/point.py
-geopy/point.pyc
-geopy/units.py
-geopy/units.pyc
-geopy/util.py
-geopy/util.pyc
-geopy/version.pyc
-geopy.egg-info/PKG-INFO
-geopy.egg-info/SOURCES.txt
-geopy.egg-info/dependency_links.txt
-geopy.egg-info/pbr.json
-geopy.egg-info/requires.txt
-geopy.egg-info/top_level.txt
-geopy/geocoders/__init__.py
-geopy/geocoders/__init__.pyc
-geopy/geocoders/arcgis.py
-geopy/geocoders/arcgis.pyc
-geopy/geocoders/baidu.py
-geopy/geocoders/baidu.pyc
-geopy/geocoders/base.py
-geopy/geocoders/base.pyc
-geopy/geocoders/bing.py
-geopy/geocoders/bing.pyc
-geopy/geocoders/databc.py
-geopy/geocoders/databc.pyc
-geopy/geocoders/dot_us.py
-geopy/geocoders/dot_us.pyc
-geopy/geocoders/geocodefarm.py
-geopy/geocoders/geocodefarm.pyc
-geopy/geocoders/geonames.py
-geopy/geocoders/geonames.pyc
-geopy/geocoders/googlev3.py
-geopy/geocoders/googlev3.pyc
-geopy/geocoders/ignfrance.py
-geopy/geocoders/ignfrance.pyc
-geopy/geocoders/navidata.py
-geopy/geocoders/navidata.pyc
-geopy/geocoders/opencage.py
-geopy/geocoders/opencage.pyc
-geopy/geocoders/openmapquest.py
-geopy/geocoders/openmapquest.pyc
-geopy/geocoders/osm.py
-geopy/geocoders/osm.pyc
-geopy/geocoders/photon.py
-geopy/geocoders/photon.pyc
-geopy/geocoders/placefinder.py
-geopy/geocoders/placefinder.pyc
-geopy/geocoders/smartystreets.py
-geopy/geocoders/smartystreets.pyc
-geopy/geocoders/what3words.py
-geopy/geocoders/what3words.pyc
-geopy/geocoders/yandex.py
-geopy/geocoders/yandex.pyc
\ No newline at end of file
diff --git a/geopy.egg-info/dependency_links.txt b/geopy.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/geopy.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/geopy.egg-info/pbr.json b/geopy.egg-info/pbr.json
deleted file mode 100644
index dc9c31d..0000000
--- a/geopy.egg-info/pbr.json
+++ /dev/null
@@ -1 +0,0 @@
-{"is_release": false, "git_version": "cefd924"}
\ No newline at end of file
diff --git a/geopy.egg-info/requires.txt b/geopy.egg-info/requires.txt
deleted file mode 100644
index eda3bae..0000000
--- a/geopy.egg-info/requires.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-
-[placefinder]
-requests_oauthlib>=0.4.0
-
-[timezone]
-pytz
diff --git a/geopy.egg-info/top_level.txt b/geopy.egg-info/top_level.txt
deleted file mode 100644
index 8c03329..0000000
--- a/geopy.egg-info/top_level.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-geopy
-test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/geopy.git



More information about the Python-modules-commits mailing list