1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/py-slumber/pkg-descr
Kubilay Kocak cb1fe9b6a0 www/py-slumber: Update to 0.6.1, chase repo move
- Update to 0.6.1
- Chase upstream repository move [1]
- Add TESTS option
- Tweak existing OPTIONS descriptions
- Explicitly set TEST_DEPENDS
- Add LICENSE_FILE
- Update regression-test: target invocation
- Patch setup.py to include unittest2 requirement [2]
- pkg-descr: Update WWW: URL

[2] https://github.com/samgiles/slumber/pull/104

PR:		197119 [1]
Reported by:	antoine [1]
2015-01-27 03:00:24 +00:00

7 lines
295 B
Plaintext

Slumber is a python library that provides a convenient yet powerful object
orientated interface to ReSTful APIs. It acts as a wrapper around the
excellent requests_ library and abstracts away the handling of urls,
serialization, and processing requests.
WWW: http://github.com/samgiles/slumber