Import py-sh 1.09

sh is a full-fledged subprocess replacement for Python 2.6 - 3.2 that
allows you to call any program as if it were a function

from Jonas Huldtgren, ok sthen@
This commit is contained in:
landry 2014-10-31 12:01:09 +00:00
parent c2686cd141
commit 7615d5e832
4 changed files with 29 additions and 0 deletions

21
devel/py-sh/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/10/31 12:01:09 landry Exp $
COMMENT = Python subprocess interface
MODPY_EGG_VERSION = 1.09
DISTNAME = sh-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
HOMEPAGE = https://github.com/amoffat/sh
# MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_PYPI:=s/sh/}
MODULES = lang/python
NO_TEST = Yes
.include <bsd.port.mk>

2
devel/py-sh/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (sh-1.09.tar.gz) = 89F04q0lw58ok1uuZyvlGqCDBj0xIkBc7rKj56gjnUU=
SIZE (sh-1.09.tar.gz) = 26382

2
devel/py-sh/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
sh is a full-fledged subprocess replacement for Python 2.6 - 3.2 that
allows you to call any program as if it were a function

4
devel/py-sh/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/10/31 12:01:09 landry Exp $
lib/python${MODPY_VERSION}/site-packages/sh-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/sh.py
lib/python${MODPY_VERSION}/site-packages/sh.pyc