Opened 12 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)
Change History (14)
Changed 12 years ago by jkrage@…
comment:2 Changed 12 years ago by larryv (Lawrence Velázquez)
Port: | py-http-parser removed |
---|---|
Version: | 2.1.3 |
comment:3 follow-up: 4 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 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:7 Changed 11 years ago by jkrage@…
Updated Portfile for py-restkit 4.2.2 provided. Tested on 10.8.
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.
comment:12 Changed 10 years ago by petrrr
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r123641. Closing!
Portfile for py-restkit