bkeating / python-payflowpro

A simple Python client for PayPal's Payflow Pro API (HTTPS Interface).
https://www.paypal.com/us/webapps/mpp/payflow-payment-gateway
Apache License 2.0
47 stars 22 forks source link

Please update the pypi release of this! #7

Closed frobcode closed 10 years ago

frobcode commented 11 years ago

The version of this on pypi is old as the hills; it would be nice if it could get updated!

The guide for doing so is here: http://docs.python.org/2/distutils/packageindex.html#package-index

But you may require access to be granted for that project from the old maintainer -- I'm not sure how pypi does this. The current pypi entry is https://pypi.python.org/pypi/python-payflowpro/0.2-final

I can ask a friend for more info about updating packages (I know very little about this), but it looks like it's mostly just setup.py stuff, let me know if there's anything I can do or ask to help :-)

Thanks, Chris

bkeating commented 10 years ago

Hey @johndagostino,

What are your thoughts? I don't mind taking this Pypi entry over.

johndagostino commented 10 years ago

@bkeating no issue - how do I transfer ownership of the package on Pypi?

bkeating commented 10 years ago

I'll do some homework and get back to you. Wanted to reach out to you first ;)

kkumler commented 10 years ago

It should be possible in PyPi through the admin interface for the package. http://sourceforge.net/p/pypi/support-requests/264/

bkeating commented 10 years ago

Submitted. https://sourceforge.net/p/pypi/support-requests/365/

r1chardj0n3s commented 10 years ago

@johndagostino if you log into PyPI you can edit the project's roles to add @bkeating

johndagostino commented 10 years ago

@bkeating what is your using name on pypi?

bkeating commented 10 years ago

D'oh. Just created my account. "bkeating".

johndagostino commented 10 years ago

@bkeating done - should have access to publish a new version of the package now :)

bkeating commented 10 years ago

BOOM. https://pypi.python.org/pypi/python-payflowpro

Thanks again, @johndagostino, appreciate all the help and support over the last 5+ Years!