sangdongvan / django-pagination

Automatically exported from code.google.com/p/django-pagination due to issue syntax errors when running python3
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

setup.py does not include locales and templates #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SVN version of this library does not install i18n catalogs and templates - 
directories locale and 
templates are missing from installed package.

Original issue reported on code.google.com by jarek.zg...@gmail.com on 12 Apr 2009 at 9:17

GoogleCodeExporter commented 8 years ago
Below is the output of building:

$ python setup.py build
running build
running build_py
creating build
creating build/lib
creating build/lib/pagination
copying pagination/__init__.py -> build/lib/pagination
copying pagination/middleware.py -> build/lib/pagination
copying pagination/models.py -> build/lib/pagination
copying pagination/paginator.py -> build/lib/pagination
copying pagination/tests.py -> build/lib/pagination
creating build/lib/pagination/templatetags
copying pagination/templatetags/__init__.py -> build/lib/pagination/templatetags
copying pagination/templatetags/pagination_tags.py -> 
build/lib/pagination/templatetags
running egg_info
creating django_pagination.egg-info
writing requirements to django_pagination.egg-info/requires.txt
writing django_pagination.egg-info/PKG-INFO
writing top-level names to django_pagination.egg-info/top_level.txt
writing dependency_links to django_pagination.egg-info/dependency_links.txt
writing manifest file 'django_pagination.egg-info/SOURCES.txt'
unrecognized .svn/entries format in 
reading manifest file 'django_pagination.egg-info/SOURCES.txt'
writing manifest file 'django_pagination.egg-info/SOURCES.txt'

This is Mac OS X 10.5.6, MacPorts Python 2.5.4, SVN 1.6 (this is responsible 
for "unrecognized .svn/entries 
format").

Installation works as expected on Ubuntu 8.10 with Subversion 1.5 and Python 
2.5.2.

Original comment by jarek.zg...@gmail.com on 12 Apr 2009 at 5:54

GoogleCodeExporter commented 8 years ago
Works OK when code is checked out using Leopard's own SVN 1.4.4 so I expect 
this is related to setuptools.

Original comment by jarek.zg...@gmail.com on 12 Apr 2009 at 6:46