pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-sh: add new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Nov 1 22:19:24 2016 +0100
Changeset:	e7e6ff01c9d5adfdb0c8b159c5b45d3e05fed431

Modified Files:
	Makefile
	gitless/Makefile
Added Files:
	py-sh/DESCR
	py-sh/Makefile
	py-sh/PLIST
	py-sh/distinfo

Log Message:
py-sh: add new package

sh (previously pbs) is a full-fledged subprocess replacement for
Python 2.6 - 3.4 that allows you to call any program as if it were
a function.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7e6ff01c9d5adfdb0c8b159c5b45d3e05fed431

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile         |  4 ++++
 gitless/Makefile |  2 +-
 py-sh/DESCR      |  3 +++
 py-sh/Makefile   | 14 ++++++++++++++
 py-sh/PLIST      |  5 +++++
 py-sh/distinfo   |  6 ++++++
 6 files changed, 33 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 2cf76ac..eec90be 100644
--- a/Makefile
+++ b/Makefile
@@ -724,6 +724,7 @@ SUBDIR+=	fio
 SUBDIR+=	firebird
 SUBDIR+=	fireflysung-ttf
 SUBDIR+=	firefox-hg
+SUBDIR+=	firefox-webrtc
 SUBDIR+=	firefox-wrapper
 SUBDIR+=	firefox45-hg
 SUBDIR+=	firehose
@@ -1420,6 +1421,7 @@ SUBDIR+=	jpgtn
 SUBDIR+=	jpicedt
 SUBDIR+=	jrnl
 SUBDIR+=	jruby
+SUBDIR+=	js-Gallery
 SUBDIR+=	jsl
 SUBDIR+=	jsoncpp-git
 SUBDIR+=	julia
@@ -3411,6 +3413,7 @@ SUBDIR+=	py-setupdocs
 SUBDIR+=	py-setuptools_git
 SUBDIR+=	py-sexy
 SUBDIR+=	py-sfepy
+SUBDIR+=	py-sh
 SUBDIR+=	py-shapely
 SUBDIR+=	py-shedskin
 SUBDIR+=	py-shp
@@ -4153,6 +4156,7 @@ SUBDIR+=	twemproxy
 SUBDIR+=	twinkle
 SUBDIR+=	twitim
 SUBDIR+=	twitmail
+SUBDIR+=	twittering-mode
 SUBDIR+=	twittering-mode-git
 SUBDIR+=	txt2tags
 SUBDIR+=	typespeed
diff --git a/gitless/Makefile b/gitless/Makefile
index a3c0a89..87c41a7 100644
--- a/gitless/Makefile
+++ b/gitless/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 DEPENDS+=	${PYPKGPREFIX}-clint>=0.3.6:../../wip/py-clint
 DEPENDS+=	${PYPKGPREFIX}-pygit2>=0.23.0:../../wip/py-pygit2
 DEPENDS+=	${PYPKGPREFIX}-git-[0-9]*:../../wip/py-git
-DEPENDS+=	${PYPKGPREFIX}-sh>=1.11:../../nih/py-sh
+DEPENDS+=	${PYPKGPREFIX}-sh>=1.11:../../wip/py-sh
 
 USE_LANGUAGES=	# none
 
diff --git a/py-sh/DESCR b/py-sh/DESCR
new file mode 100644
index 0000000..bea84b3
--- /dev/null
+++ b/py-sh/DESCR
@@ -0,0 +1,3 @@
+sh (previously pbs) is a full-fledged subprocess replacement for
+Python 2.6 - 3.4 that allows you to call any program as if it were
+a function.
diff --git a/py-sh/Makefile b/py-sh/Makefile
new file mode 100644
index 0000000..dd7ea58
--- /dev/null
+++ b/py-sh/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.10 2014/05/09 07:38:49 thomasklausner Exp $
+
+DISTNAME=	sh-1.11
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	sysutils python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/sh/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/sh
+COMMENT=	Python subprocess interface
+LICENSE=	mit
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sh/PLIST b/py-sh/PLIST
new file mode 100644
index 0000000..9b59326
--- /dev/null
+++ b/py-sh/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/sh.py
+${PYSITELIB}/sh.pyc
+${PYSITELIB}/sh.pyo
diff --git a/py-sh/distinfo b/py-sh/distinfo
new file mode 100644
index 0000000..97eff53
--- /dev/null
+++ b/py-sh/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/03/23 10:21:01 jihbed Exp $
+
+SHA1 (sh-1.11.tar.gz) = 94e1936ac179a1c41a73d1603ac9507dae245825
+RMD160 (sh-1.11.tar.gz) = 9d965bdc026a4ca8f59c398ebf88cb859bc2b9c1
+SHA512 (sh-1.11.tar.gz) = ccaf178384b5a609c00bb44796a6bec088750414385f19b2d8ffcb93cc8f5ddb6bf82fb966d2bf519651f6efed54258a3c6542a9827d01e6be64af8cb8f86d3d
+Size (sh-1.11.tar.gz) = 36821 bytes


Home | Main Index | Thread Index | Old Index