mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-easyprocess: create port
EasyProcess is an easy to use python subprocess interface. WWW: https://github.com/ponty/EasyProcess PR: 219839 Submitted by: Daniel Ylitalo <daniel@blodan.se>
This commit is contained in:
parent
41fe0f9d8e
commit
7fae9282e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445593
4 changed files with 31 additions and 0 deletions
|
@ -4274,6 +4274,7 @@
|
|||
SUBDIR += py-doit
|
||||
SUBDIR += py-durus
|
||||
SUBDIR += py-dynrules
|
||||
SUBDIR += py-easyprocess
|
||||
SUBDIR += py-editdistance
|
||||
SUBDIR += py-efilter
|
||||
SUBDIR += py-efl
|
||||
|
|
24
devel/py-easyprocess/Makefile
Normal file
24
devel/py-easyprocess/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= easyprocess
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= EasyProcess-${PORTVERSION}
|
||||
|
||||
MAINTAINER= daniel@blodan.se
|
||||
COMMENT= Easy to use python subprocess interface
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver \
|
||||
${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx
|
||||
|
||||
NO_ARCH= YES
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-easyprocess/distinfo
Normal file
3
devel/py-easyprocess/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1496826788
|
||||
SHA256 (EasyProcess-0.2.3.tar.gz) = 94e241cadc9a46f55b5c06000df85618849602e7e1865b8de87576b90a22e61f
|
||||
SIZE (EasyProcess-0.2.3.tar.gz) = 10402
|
3
devel/py-easyprocess/pkg-descr
Normal file
3
devel/py-easyprocess/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
EasyProcess is an easy to use python subprocess interface.
|
||||
|
||||
WWW: https://github.com/ponty/EasyProcess
|
Loading…
Add table
Reference in a new issue