Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python mimeparse isn't on cheeseshop #1

Open
GoogleCodeExporter opened this issue May 13, 2015 · 7 comments
Open

Python mimeparse isn't on cheeseshop #1

GoogleCodeExporter opened this issue May 13, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

looks fine to me

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

...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
Copy link
Author

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

@pjz
Copy link

pjz commented Aug 13, 2015

Same as #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants