Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 09:34:55 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411145 - in head/devel: . py-kitchen
Message-ID:  <201603150934.u2F9YtiT060838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Mar 15 09:34:55 2016
New Revision: 411145
URL: https://svnweb.freebsd.org/changeset/ports/411145

Log:
  Add kitchen module, python module to organzie code snippets

Added:
  head/devel/py-kitchen/
  head/devel/py-kitchen/Makefile   (contents, props changed)
  head/devel/py-kitchen/distinfo   (contents, props changed)
  head/devel/py-kitchen/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 15 08:43:27 2016	(r411144)
+++ head/devel/Makefile	Tue Mar 15 09:34:55 2016	(r411145)
@@ -4142,6 +4142,7 @@
     SUBDIR += py-kazoo
     SUBDIR += py-keystoneauth1
     SUBDIR += py-kid
+    SUBDIR += py-kitchen
     SUBDIR += py-kjbuckets
     SUBDIR += py-kqueue
     SUBDIR += py-krosspython

Added: head/devel/py-kitchen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-kitchen/Makefile	Tue Mar 15 09:34:55 2016	(r411145)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	kitchen
+PORTVERSION=	1.2.4
+CATEGORIES=	devel python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	arved@FreeBSD.org
+COMMENT=	Kitchen contains a cornucopia of useful code
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	fedora-infra
+GH_TAGNAME=	6fe82c9
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-kitchen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-kitchen/distinfo	Tue Mar 15 09:34:55 2016	(r411145)
@@ -0,0 +1,2 @@
+SHA256 (fedora-infra-kitchen-1.2.4-6fe82c9_GH0.tar.gz) = a83eff9975ea7f17137130413b1aa4c9105067f95f153c096a685d907462e500
+SIZE (fedora-infra-kitchen-1.2.4-6fe82c9_GH0.tar.gz) = 257429

Added: head/devel/py-kitchen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-kitchen/pkg-descr	Tue Mar 15 09:34:55 2016	(r411145)
@@ -0,0 +1,4 @@
+Kitchen aims to pull these small snippets of code into a few python modules 
+which you can import and use within your project.
+
+WWW: https://pypi.python.org/pypi/kitchen/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603150934.u2F9YtiT060838>