View | Details | Raw Unified | Return to bug 221889 | Differences between
and this patch

Collapse All | Expand All

(-)www/Makefile (+1 lines)
Lines 1830-1835 Link Here
1830
    SUBDIR += py-tmdb3
1830
    SUBDIR += py-tmdb3
1831
    SUBDIR += py-tornado
1831
    SUBDIR += py-tornado
1832
    SUBDIR += py-trello
1832
    SUBDIR += py-trello
1833
    SUBDIR += py-treq
1833
    SUBDIR += py-turbogears2
1834
    SUBDIR += py-turbogears2
1834
    SUBDIR += py-tvdb_api
1835
    SUBDIR += py-tvdb_api
1835
    SUBDIR += py-twistedWeb
1836
    SUBDIR += py-twistedWeb
(-)www/py-treq/Makefile (+30 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	treq
4
PORTVERSION=	17.8.0
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	python@FreeBSD.org
10
COMMENT=	Requests-like API built on top of twisted.web's Agent
11
12
LICENSE=	MIT
13
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}incremental>=0:devel/py-incremental
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs \
16
		${PYTHON_PKGNAMEPREFIX}twisted>=16.4.0:devel/py-twisted \
17
		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \
18
		${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests
19
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock \
20
		${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity
21
22
USES=		python:-2.7
23
USE_PYTHON=	autoplist distutils
24
25
NO_ARCH=	yes
26
27
do-test:
28
	@cd ${WRKSRC} && ${LOCALBASE}/bin/trial treq
29
30
.include <bsd.port.mk>
(-)www/py-treq/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1503974213
2
SHA256 (treq-17.8.0.tar.gz) = ef72d2d5e0b24bdf29267b608fa33df0ac401743af8524438b073e1fb2b66f16
3
SIZE (treq-17.8.0.tar.gz) = 56439
(-)www/py-treq/pkg-descr (+6 lines)
Line 0 Link Here
1
An HTTP library inspired by requests but written on top of Twisted's Agents.
2
3
It provides a simple, higher level API for making HTTP requests when using
4
Twisted.
5
6
WWW: https://github.com/twisted/treq

Return to bug 221889