pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add py-honcho
Module Name: pkgsrc-wip
Committed By: Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By: kethzer.dr
Date: Fri May 4 13:40:14 2018 -0400
Changeset: 02b68fcee7fa77da37d77763d49e73e2c84e3f3e
Modified Files:
Makefile
Added Files:
py-honcho/DESCR
py-honcho/Makefile
py-honcho/PLIST
py-honcho/distinfo
Log Message:
Add py-honcho
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=02b68fcee7fa77da37d77763d49e73e2c84e3f3e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-honcho/DESCR | 1 +
py-honcho/Makefile | 19 +++++++++++++++++++
py-honcho/PLIST | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
py-honcho/distinfo | 6 ++++++
5 files changed, 80 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index c13133562d..9f548eb886 100644
--- a/Makefile
+++ b/Makefile
@@ -3266,6 +3266,7 @@ SUBDIR+= py-hidapi-git
SUBDIR+= py-hieroglyph
SUBDIR+= py-hmf
SUBDIR+= py-holoviews
+SUBDIR+= py-honcho
SUBDIR+= py-hope
SUBDIR+= py-hostlist
SUBDIR+= py-html
diff --git a/py-honcho/DESCR b/py-honcho/DESCR
new file mode 100644
index 0000000000..a55a51822b
--- /dev/null
+++ b/py-honcho/DESCR
@@ -0,0 +1 @@
+Python clone of Foreman. For managing Procfile-based applications
diff --git a/py-honcho/Makefile b/py-honcho/Makefile
new file mode 100644
index 0000000000..a319fc8f52
--- /dev/null
+++ b/py-honcho/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= honcho-1.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/honcho/}
+
+MAINTAINER= kethzer.dr%gmail.com@localhost
+HOMEPAGE= https://github.com/nickstenning/honcho
+COMMENT= Clone of Foreman, for managing Procfile-based applications
+LICENSE= mit
+
+
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.10:../../textproc/py-jinja2
+
+.include "../../lang/python/egg.mk"
+USE_LANGUAGES= # none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-honcho/PLIST b/py-honcho/PLIST
new file mode 100644
index 0000000000..8d54a509eb
--- /dev/null
+++ b/py-honcho/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD$
+bin/honcho
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/honcho/__init__.py
+${PYSITELIB}/honcho/__init__.pyc
+${PYSITELIB}/honcho/__init__.pyo
+${PYSITELIB}/honcho/colour.py
+${PYSITELIB}/honcho/colour.pyc
+${PYSITELIB}/honcho/colour.pyo
+${PYSITELIB}/honcho/command.py
+${PYSITELIB}/honcho/command.pyc
+${PYSITELIB}/honcho/command.pyo
+${PYSITELIB}/honcho/compat.py
+${PYSITELIB}/honcho/compat.pyc
+${PYSITELIB}/honcho/compat.pyo
+${PYSITELIB}/honcho/environ.py
+${PYSITELIB}/honcho/environ.pyc
+${PYSITELIB}/honcho/environ.pyo
+${PYSITELIB}/honcho/export/__init__.py
+${PYSITELIB}/honcho/export/__init__.pyc
+${PYSITELIB}/honcho/export/__init__.pyo
+${PYSITELIB}/honcho/export/base.py
+${PYSITELIB}/honcho/export/base.pyc
+${PYSITELIB}/honcho/export/base.pyo
+${PYSITELIB}/honcho/export/runit.py
+${PYSITELIB}/honcho/export/runit.pyc
+${PYSITELIB}/honcho/export/runit.pyo
+${PYSITELIB}/honcho/export/supervisord.py
+${PYSITELIB}/honcho/export/supervisord.pyc
+${PYSITELIB}/honcho/export/supervisord.pyo
+${PYSITELIB}/honcho/export/templates/runit/log/run
+${PYSITELIB}/honcho/export/templates/runit/run
+${PYSITELIB}/honcho/export/templates/supervisord/supervisord.conf
+${PYSITELIB}/honcho/export/templates/upstart/master.conf
+${PYSITELIB}/honcho/export/templates/upstart/process.conf
+${PYSITELIB}/honcho/export/templates/upstart/process_master.conf
+${PYSITELIB}/honcho/export/upstart.py
+${PYSITELIB}/honcho/export/upstart.pyc
+${PYSITELIB}/honcho/export/upstart.pyo
+${PYSITELIB}/honcho/manager.py
+${PYSITELIB}/honcho/manager.pyc
+${PYSITELIB}/honcho/manager.pyo
+${PYSITELIB}/honcho/printer.py
+${PYSITELIB}/honcho/printer.pyc
+${PYSITELIB}/honcho/printer.pyo
+${PYSITELIB}/honcho/process.py
+${PYSITELIB}/honcho/process.pyc
+${PYSITELIB}/honcho/process.pyo
diff --git a/py-honcho/distinfo b/py-honcho/distinfo
new file mode 100644
index 0000000000..58e567f312
--- /dev/null
+++ b/py-honcho/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (honcho-1.0.1.tar.gz) = 0a54ded689cb07f0d4dc85286558ea831992daaf
+RMD160 (honcho-1.0.1.tar.gz) = 979db9caa424e2efa067f9b846cd8cc33dcfaf66
+SHA512 (honcho-1.0.1.tar.gz) = 07f6777da31dff350a6c904b5092aabd077756df60465e3e1900e3e419283f62cc87129f59a06b54cce8ce0ed43db4d1f1e2d6bef74ee9f698278f16809ce2b5
+Size (honcho-1.0.1.tar.gz) = 29440 bytes
Home |
Main Index |
Thread Index |
Old Index