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:
parent
c2686cd141
commit
7615d5e832
21
devel/py-sh/Makefile
Normal file
21
devel/py-sh/Makefile
Normal 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
2
devel/py-sh/distinfo
Normal 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
2
devel/py-sh/pkg/DESCR
Normal 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
4
devel/py-sh/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user