mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
A library for running shell pipelines using shell-like syntax
WWW: http://pypi.python.org/pypi/iterpipes PR: ports/147976 Submitted by: Sofian Brabez <sbrabez at gmail.com> Feature safe: yes
This commit is contained in:
parent
1db7bdc47d
commit
8939b67c98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256941
5 changed files with 35 additions and 0 deletions
|
@ -2679,6 +2679,7 @@
|
|||
SUBDIR += py-interface
|
||||
SUBDIR += py-ipaddr
|
||||
SUBDIR += py-istring
|
||||
SUBDIR += py-iterpipes
|
||||
SUBDIR += py-itools
|
||||
SUBDIR += py-jcc
|
||||
SUBDIR += py-json-py
|
||||
|
|
20
devel/py-iterpipes/Makefile
Normal file
20
devel/py-iterpipes/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: py-iterpipes
|
||||
# Date created: 2010-06-18
|
||||
# Whom: Sofian Brabez <sbrabez@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= iterpipes
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sbrabez@gmail.com
|
||||
COMMENT= A library for running shell pipelines using shell-like syntax
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-iterpipes/distinfo
Normal file
3
devel/py-iterpipes/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (iterpipes-0.4.tar.gz) = 49273f11b8888d565eed58b6f2702a06
|
||||
SHA256 (iterpipes-0.4.tar.gz) = 42208f04aae48e353fa614d41fdea5eca690f1bf41a29198b408983aa1855936
|
||||
SIZE (iterpipes-0.4.tar.gz) = 7709
|
3
devel/py-iterpipes/pkg-descr
Normal file
3
devel/py-iterpipes/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A library for running shell pipelines using shell-like syntax
|
||||
|
||||
WWW: http://pypi.python.org/pypi/iterpipes
|
8
devel/py-iterpipes/pkg-plist
Normal file
8
devel/py-iterpipes/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $FreeBSD$
|
||||
%%PYTHON_SITELIBDIR%%/iterpipes/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/iterpipes/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/iterpipes/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/iterpipes/testing.py
|
||||
%%PYTHON_SITELIBDIR%%/iterpipes/testing.pyc
|
||||
%%PYTHON_SITELIBDIR%%/iterpipes/testing.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/iterpipes
|
Loading…
Add table
Reference in a new issue