pkgsrc-WIP-changes archive

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

py-beautysh: Import beautysh-4.1 as wip/py-beautysh



Module Name:	pkgsrc-wip
Committed By:	Roberto Neri <robn%gmx.com@localhost>
Pushed By:	robn
Date:		Sun Mar 3 19:28:45 2019 +0000
Changeset:	68c42b1844ba5c8d58050301783bff99ca559156

Modified Files:
	Makefile
Added Files:
	py-beautysh/DESCR
	py-beautysh/Makefile
	py-beautysh/PLIST
	py-beautysh/distinfo

Log Message:
py-beautysh: Import beautysh-4.1 as wip/py-beautysh

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

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

diffstat:
 Makefile             |  1 +
 py-beautysh/DESCR    |  1 +
 py-beautysh/Makefile | 23 +++++++++++++++++++++++
 py-beautysh/PLIST    | 16 ++++++++++++++++
 py-beautysh/distinfo |  6 ++++++
 5 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 068787fcad..8253dddf7f 100644
--- a/Makefile
+++ b/Makefile
@@ -3082,6 +3082,7 @@ SUBDIR+=	py-bannock
 SUBDIR+=	py-baron
 SUBDIR+=	py-bctpy
 SUBDIR+=	py-beampy
+SUBDIR+=	py-beautysh
 SUBDIR+=	py-behaviour
 SUBDIR+=	py-bibtexparser3
 SUBDIR+=	py-bicho
diff --git a/py-beautysh/DESCR b/py-beautysh/DESCR
new file mode 100644
index 0000000000..fc41ef101d
--- /dev/null
+++ b/py-beautysh/DESCR
@@ -0,0 +1 @@
+This program takes upon itself the hard task of beautifying Bash scripts
diff --git a/py-beautysh/Makefile b/py-beautysh/Makefile
new file mode 100644
index 0000000000..fa4c157eea
--- /dev/null
+++ b/py-beautysh/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	beautysh
+DISTNAME=	beautysh-4.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=bemeurer/}
+EXTRACT_USING=	bsdtar
+
+MAINTAINER=	robn%gmx.com@localhost
+HOMEPAGE=	https://github.com/bemeurer/beautysh/
+COMMENT=	Bash beautifier for the masses
+LICENSE=	gnu-gpl-v2
+
+DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+REPLACE_PYTHON+=	beautysh/beautysh.py
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-beautysh/PLIST b/py-beautysh/PLIST
new file mode 100644
index 0000000000..68914b9b1b
--- /dev/null
+++ b/py-beautysh/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+bin/beautysh
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/entry_points.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/beautysh/__init__.py
+${PYSITELIB}/beautysh/__main__.py
+${PYSITELIB}/beautysh/__init__.pyo
+${PYSITELIB}/beautysh/__init__.pyc
+${PYSITELIB}/beautysh/__main__.pyo
+${PYSITELIB}/beautysh/__main__.pyc
+${PYSITELIB}/beautysh/beautysh.pyo
+${PYSITELIB}/beautysh/beautysh.pyc
+${PYSITELIB}/beautysh/beautysh.py
diff --git a/py-beautysh/distinfo b/py-beautysh/distinfo
new file mode 100644
index 0000000000..5caef7f317
--- /dev/null
+++ b/py-beautysh/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (beautysh-4.1.tar.gz) = 2cbc74663c67f3fcef878f035c2cb9112a55567e
+RMD160 (beautysh-4.1.tar.gz) = 5368b2e96a1499c4643affd8eb0b1f40a274a085
+SHA512 (beautysh-4.1.tar.gz) = cb321c4173b54f4830403d11573cacd7cfc8d6eb50cd195055223a11d630fea8306383150a58dbb1f52a72f44789fb63b3ddc9dc26fba69c70d2c8462a95fd06
+Size (beautysh-4.1.tar.gz) = 14143 bytes


Home | Main Index | Thread Index | Old Index