4b4d667306
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://slumber.in/ PR: ports/168557 Submitted by: koobs <koobs.freebsd@gmail.com>
25 lines
548 B
Makefile
25 lines
548 B
Makefile
# New ports collection makefile for: py-slumber
|
|
# Date created: 2012-06-02
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= slumber
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
COMMENT= A Python library that makes consuming a REST API easier
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|