Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2018 18:06:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465538 - in head/devel: . py-medikit
Message-ID:  <201803251806.w2PI6GkX098267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 25 18:06:16 2018
New Revision: 465538
URL: https://svnweb.freebsd.org/changeset/ports/465538

Log:
  Add py-medikit 0.5.18
  
  Medikit automates keeping your projects' boilerplate files and directory sane
  and up to date.
  
  It (optionally) generates and maintains a bunch of files, updating them
  according to rules you define.
  
  It's not a dependency. All changes are commited in your source tree.
  
  You write amazing code, Medikit focuses on keeping it clean and ordered.
  
  WWW: https://python-medikit.github.io/
  WWW: https://github.com/python-medikit/medikit

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar 25 18:05:45 2018	(r465537)
+++ head/devel/Makefile	Sun Mar 25 18:06:16 2018	(r465538)
@@ -4612,6 +4612,7 @@
     SUBDIR += py-matrix-angular-sdk
     SUBDIR += py-mccabe
     SUBDIR += py-mdv
+    SUBDIR += py-medikit
     SUBDIR += py-meliae
     SUBDIR += py-memory_profiler
     SUBDIR += py-mercurialserver

Added: head/devel/py-medikit/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-medikit/Makefile	Sun Mar 25 18:06:16 2018	(r465538)
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	medikit
+PORTVERSION=	0.5.18
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Automated release engineer assistant
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9:devel/py-Jinja2@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}git_semver>=0.2.1:devel/py-git_semver@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mondrian>=0.6.5:devel/py-mondrian@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=17.0:devel/py-packaging@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pip-tools>=1.11:devel/py-pip-tools@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}stevedore>=1.28:devel/py-stevedore@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}whistle>=1.0:devel/py-whistle@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yapf>=0.20:textproc/py-yapf@${FLAVOR}
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python:3.5+
+
+.include <bsd.port.mk>

Added: head/devel/py-medikit/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-medikit/distinfo	Sun Mar 25 18:06:16 2018	(r465538)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521941980
+SHA256 (medikit-0.5.18.tar.gz) = e74ba6d9a739f4123381ceb7865c72dcae164fe943d101fe5269523b08654357
+SIZE (medikit-0.5.18.tar.gz) = 37765

Added: head/devel/py-medikit/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-medikit/pkg-descr	Sun Mar 25 18:06:16 2018	(r465538)
@@ -0,0 +1,12 @@
+Medikit automates keeping your projects' boilerplate files and directory sane
+and up to date.
+
+It (optionally) generates and maintains a bunch of files, updating them
+according to rules you define.
+
+It's not a dependency. All changes are commited in your source tree.
+
+You write amazing code, Medikit focuses on keeping it clean and ordered.
+
+WWW: https://python-medikit.github.io/
+WWW: https://github.com/python-medikit/medikit



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