matllubos / mimeparse

Automatically exported from code.google.com/p/mimeparse
MIT License
0 stars 0 forks source link

Python mimeparse isn't on cheeseshop #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a project (http://grassyknoll.googlecode.com) that uses mimeparse. 
It'd simplify installation for users if mimeparse was installable from the
Cheeseshop: http://pypi.python.org/pypi  This could be done by writing a
trivial setup.py: http://docs.python.org/dist/ and linking on the Cheeseshop.

Doing so would allow me to specify mimeparse as a setuptools dependency,
enabling it to be installed via easy_install.  To be clear, mimeparse
itself does *not* need to use setuptools - only distutils.

If this ticket isn't resolved, I'll probably import mimeparse.py into my
source tree, which is lame.

Original issue reported on code.google.com by peter.fein on 6 Mar 2008 at 3:21

GoogleCodeExporter commented 9 years ago
Attached is a quick cut at a Python setup.py. I think I've got everything 
correct as
of the current, 0.1.2, release but please review it first.

setup.py will quite happily live alongside the various language implementations 
but
it might be better to put mimeparse.py in a "python" directory along with 
setup.py.

Hope this helps! It would be lovely to see mimeparse appear at PyPI,
http://pypi.python.org/pypi, soon :).

Original comment by matt.goo...@gmail.com on 24 Nov 2008 at 10:59

Attachments:

GoogleCodeExporter commented 9 years ago
looks fine to me

Original comment by peter.fein on 24 Nov 2008 at 11:36

GoogleCodeExporter commented 9 years ago
PyPi is waiting for the new tarball with that setup.py script

http://pypi.python.org/pypi/mimeparse/0.1.2

Original comment by wik...@asturlinux.org on 13 Apr 2009 at 10:13

GoogleCodeExporter commented 9 years ago
sorry, I forgot to attach the tarball (based on the setup.py provided by matt 
goodall)

Original comment by wik...@asturlinux.org on 13 Apr 2009 at 10:25

Attachments:

GoogleCodeExporter commented 9 years ago
...it's currently there as both 'mimeparse' and 'python-mimeparse'.  Which is 
official? 

Original comment by pjimen...@gmail.com on 9 Oct 2013 at 6:15

GoogleCodeExporter commented 9 years ago
Could you upload current mimeparse (0.1.4) to the cheeseshop?

pip won't download external files by default any more, so its much more 
convenient for users (and arguably, more secure) for it to be hosted directly 
there. (i.e a `python setup.py sdist upload`)

Original comment by teh....@gmail.com on 10 Feb 2014 at 8:56