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 (+34 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=	asomers@FreeBSD.org
10
COMMENT=	Requests-like API built on top of twisted.web's Agent
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}incremental>=0:devel/py-incremental
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs \
17
		${PYTHON_PKGNAMEPREFIX}twisted>=16.4.0:devel/py-twisted \
18
		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \
19
		${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests \
20
		${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl \
21
		${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity \
22
		${PYTHON_PKGNAMEPREFIX}idna>=2.4:dns/py-idna
23
24
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock
25
26
USES=		python:2.7+	# Actually 2.7+,3.3+
27
USE_PYTHON=	autoplist distutils
28
29
NO_ARCH=	yes
30
31
do-test:
32
	@cd ${WRKSRC} && ${PYTHON_CMD} -m twisted.trial treq
33
34
.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