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

Collapse All | Expand All

(-)devel/Makefile (+1 lines)
Lines 4264-4269 Link Here
4264
    SUBDIR += py-doit
4264
    SUBDIR += py-doit
4265
    SUBDIR += py-durus
4265
    SUBDIR += py-durus
4266
    SUBDIR += py-dynrules
4266
    SUBDIR += py-dynrules
4267
    SUBDIR += py-easyprocess
4267
    SUBDIR += py-editdistance
4268
    SUBDIR += py-editdistance
4268
    SUBDIR += py-efilter
4269
    SUBDIR += py-efilter
4269
    SUBDIR += py-efl
4270
    SUBDIR += py-efl
(-)devel/py-easyprocess/Makefile (+24 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	easyprocess
4
PORTVERSION=	0.2.3
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
DISTNAME=	EasyProcess-${PORTVERSION}
9
10
MAINTAINER=	daniel@blodan.se
11
COMMENT=	Easy to use python subprocess interface
12
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver \
17
		${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog \
18
		${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx
19
20
NO_ARCH=	YES
21
USE_PYTHON=	autoplist distutils
22
USES=		python
23
24
.include <bsd.port.mk>
(-)devel/py-easyprocess/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1496826788
2
SHA256 (EasyProcess-0.2.3.tar.gz) = 94e241cadc9a46f55b5c06000df85618849602e7e1865b8de87576b90a22e61f
3
SIZE (EasyProcess-0.2.3.tar.gz) = 10402
(-)devel/py-easyprocess/pkg-descr (+3 lines)
Line 0 Link Here
1
EasyProcess is an easy to use python subprocess interface.
2
3
WWW: https://github.com/ponty/EasyProcess

Return to bug 219839