Opened 11 years ago

Closed 10 years ago

#38896 closed submission (fixed)

NEW: py-restkit

Reported by: jkrage@… Owned by: petrrr
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: petrrr
Port: py-restkit

Description

New port submission for py-restkit from http://pypi.python.org/packages/source/r/restkit

Restkit is an HTTP resource kit for Python. It allows you to easily access to HTTP resource and build objects around it. It's the base of couchdbkit a Python CouchDB framework.

Port is needed as a dependency for other submissions (e.g., py-couchdbkit update), and depends on another port, py-http-request (submitted in ticket #38895).

Attachments (2)

Portfile (1.5 KB) - added by jkrage@… 11 years ago.
Portfile for py-restkit
Portfile.2 (1.5 KB) - added by jkrage@… 11 years ago.
Portfile for py-restkit 4.2.2

Download all attachments as: .zip

Change History (14)

Changed 11 years ago by jkrage@…

Attachment: Portfile added

Portfile for py-restkit

comment:1 Changed 11 years ago by jkrage@…

Addresses #25132, missing dependency for py-restkit.

comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)

Port: py-http-parser removed
Version: 2.1.3

comment:3 Changed 11 years ago by blair (Blair Zajac)

The Portfile says it requires 2.6 or later but python.versions includes 2.5. Which one is correct?

comment:4 in reply to:  3 Changed 11 years ago by jkrage@…

Replying to blair@…:

The Portfile says it requires 2.6 or later but python.versions includes 2.5. Which one is correct?

Whoops. Should be 2.6. Source version 4.2.1 is still current as of today.

# Python >= 2.6 required # Python 3.x is not yet officially supported python.versions 26 27

comment:5 Changed 11 years ago by petrrr

Note: restkit is now at 4.2.2. The link above seems to be broken; Here a different one: https://pypi.python.org/pypi/restkit/4.2.2

comment:6 Changed 11 years ago by petrrr

Cc: Peter.Danecek@… added

Cc Me!

Changed 11 years ago by jkrage@…

Attachment: Portfile.2 added

Portfile for py-restkit 4.2.2

comment:7 Changed 11 years ago by jkrage@…

Updated Portfile for py-restkit 4.2.2 provided. Tested on 10.8.

comment:8 Changed 10 years ago by petrrr

Cc: petr@… added

Cc Me!

comment:9 Changed 10 years ago by petrrr

Cc: Peter.Danecek@… removed

comment:10 Changed 10 years ago by petrrr

Owner: changed from macports-tickets@… to petr@…

comment:11 Changed 10 years ago by petrrr

I slightly edited your Portfile (see r122379), so I you are okay with it I would commit that version to trunk. Please let me know if you want to become maintainer of this port.

Last edited 10 years ago by petrrr (previous) (diff)

comment:12 Changed 10 years ago by petrrr

Resolution: fixed
Status: newclosed

Committed in r123641. Closing!

Note: See TracTickets for help on using tickets.