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

Collapse All | Expand All

(-)devel/py-python-gist/Makefile (-35 lines)
Lines 1-35 Link Here
1
# Created by: Yuri Victorovich <yuri@rawbw.com>
2
# $FreeBSD$
3
4
PORTNAME=	python-gist
5
PORTVERSION=	0.3.3
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	devel python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	yuri@rawbw.com
11
COMMENT=	Command line interface for working with github gists
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt \
17
		${PYTHON_PKGNAMEPREFIX}python-gnupg>0:security/py-python-gnupg \
18
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
19
		${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses \
20
		${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson \
21
		${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox
22
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	jdowner
26
GH_PROJECT=	gist
27
28
USES=		python
29
USE_PYTHON=	autoplist distutils
30
NO_ARCH=	yes
31
32
do-test:
33
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
34
35
.include <bsd.port.mk>
(-)devel/py-python-gist/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1466984924
2
SHA256 (jdowner-gist-v0.3.3_GH0.tar.gz) = e0252ee06d9408e24fcebb06bb20d80e7234e5a7786cd0a0b88c1518f9fa3e37
3
SIZE (jdowner-gist-v0.3.3_GH0.tar.gz) = 17175
(-)devel/py-python-gist/pkg-descr (-6 lines)
Lines 1-6 Link Here
1
gist is a command line interface for working with GitHub gists. It provides
2
several methods for inspecting a users gists, and the ability to easily
3
create them.
4
5
WWW: http://github.com/jdowner/gist
6
WWW: https://pypi.python.org/pypi/python-gist

Return to bug 211784