View | Details | Raw Unified | Return to bug 234897
Collapse All | Expand All

(-)devel/Makefile (+1 lines)
Lines 5003-5008 Link Here
5003
    SUBDIR += py-represent
5003
    SUBDIR += py-represent
5004
    SUBDIR += py-requestsexceptions
5004
    SUBDIR += py-requestsexceptions
5005
    SUBDIR += py-resolver
5005
    SUBDIR += py-resolver
5006
    SUBDIR += py-resource
5006
    SUBDIR += py-resourcepackage
5007
    SUBDIR += py-resourcepackage
5007
    SUBDIR += py-responses
5008
    SUBDIR += py-responses
5008
    SUBDIR += py-retrying
5009
    SUBDIR += py-retrying
(-)devel/py-resource/Makefile (+26 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	resource
4
PORTVERSION=	0.2.1
5
CATEGORIES=	devel python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
MAINTAINER=	python@FreeBSD.org
9
COMMENT=	Library concentrated on the Resource layer of RESTful APIs
10
11
LICENSE=	MIT
12
13
RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}jsonform>=0.0.2:devel/py-jsonform@${PY_FLAVOR}
14
RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}jsonsir>=0.0.2:devel/py-jsonsir@${PY_FLAVOR}
15
RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}easyconfig>=0.1.0:devel/py-easyconfig@${PY_FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	distutils autoplist
19
20
USE_GITHUB=	yes
21
22
GH_ACCOUNT=	RussellLuo
23
GH_PROJECT=	resource
24
GH_TAGNAME=	aee62d5
25
26
.include <bsd.port.mk>
(-)devel/py-resource/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1547256950
2
SHA256 (RussellLuo-resource-0.2.1-aee62d5_GH0.tar.gz) = d8d8a71a2e588aef27608594aaec842581bab282d8d6e42f68712658d8950940
3
SIZE (RussellLuo-resource-0.2.1-aee62d5_GH0.tar.gz) = 29717
(-)devel/py-resource/pkg-descr (+4 lines)
Line 0 Link Here
1
A Python library concentrated on the Resource layer
2
of RESTful APIs.
3
4
WWW: https://github.com/RussellLuo/resource

Return to bug 234897