[ckan-changes] commit/ckanext-inspire: jame... at okfn.org: Updated setup.py file to remove the dependencies (our policy is to use explicit pip requirements, not the install_requires argument in setup.py)
Bitbucket
commits-noreply at bitbucket.org
Sat Jun 11 11:57:08 UTC 2011
1 new changeset in ckanext-inspire:
http://bitbucket.org/okfn/ckanext-inspire/changeset/75a5510b8616/
changeset: 75a5510b8616
user: jame... at okfn.org
date: 2011-06-11 13:56:55
summary: Updated setup.py file to remove the dependencies (our policy is to use explicit pip requirements, not the install_requires argument in setup.py)
affected #: 1 file (30 bytes)
--- a/setup.py Wed Jun 08 15:38:18 2011 +0100
+++ b/setup.py Sat Jun 11 12:56:55 2011 +0100
@@ -4,32 +4,30 @@
version = '0.1'
setup(
- name='ckanext-inspire',
- version=version,
- description="CKAN extension for INSPIRE related functions, including harvesting",
- long_description="""\
- """,
- classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
- keywords='',
- author='Open Knowledge Foudation',
- author_email='info at okfn.org',
- url='',
- license='',
- packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
- namespace_packages=['ckanext', 'ckanext.inspire'],
- include_package_data=True,
- zip_safe=False,
- install_requires=[
- 'ckanext-csw',
- 'ckanext-harvest'
- ],
- entry_points=\
- """
+ name='ckanext-inspire',
+ version=version,
+ description="CKAN extension for INSPIRE related functions, including harvesting",
+ long_description="""\
+ """,
+ classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
+ keywords='',
+ author='Open Knowledge Foudation',
+ author_email='info at okfn.org',
+ url='',
+ license='',
+ packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
+ namespace_packages=['ckanext', 'ckanext.inspire'],
+ include_package_data=True,
+ zip_safe=False,
+ install_requires=[
+ ],
+ entry_points=\
+ """
[ckan.plugins]
- # Add plugins here
- inspire_api=ckanext.inspire.plugin:InspireApi
- gemini_harvester=ckanext.inspire.harvesters:GeminiHarvester
- gemini_doc_harvester=ckanext.inspire.harvesters:GeminiDocHarvester
- gemini_waf_harvester=ckanext.inspire.harvesters:GeminiWafHarvester
- """,
+ # Add plugins here
+ inspire_api=ckanext.inspire.plugin:InspireApi
+ gemini_harvester=ckanext.inspire.harvesters:GeminiHarvester
+ gemini_doc_harvester=ckanext.inspire.harvesters:GeminiDocHarvester
+ gemini_waf_harvester=ckanext.inspire.harvesters:GeminiWafHarvester
+ """,
)
Repository URL: https://bitbucket.org/okfn/ckanext-inspire/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list