freebsd-ports/net/py-txrestapi/Makefile
Martin Wilke 4158dfa826 txrestapi makes it easier to create Twisted REST API services. Normally,
one would create Resource subclasses defining each segment of a path;
this is cubersome to implement and results in output that isn't very
readable. txrestapi provides an APIResource class allowing complex
mapping of path to callback (a la Django) with a readable decorator.

WWW: https://pypi.python.org/pypi/txrestapi/

PR:		205064
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-12-24 19:32:06 +00:00

19 lines
371 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= txrestapi
PORTVERSION= 0.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Easing the creation of REST API services in Python
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>