Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:20:39 +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: r563613 - in head/devel: . py-autocommand
Message-ID:  <202102011920.111JKdEA007772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  1 19:20:39 2021
New Revision: 563613
URL: https://svnweb.freebsd.org/changeset/ports/563613

Log:
  Add py-autocommand 2.2.1
  
  autocommand is a library to automatically generate and run simple argparse
  parsers from function signatures.
  
  WWW: https://github.com/Lucretiel/autocommand

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Feb  1 19:20:31 2021	(r563612)
+++ head/devel/Makefile	Mon Feb  1 19:20:39 2021	(r563613)
@@ -4088,6 +4088,7 @@
     SUBDIR += py-atomicwrites
     SUBDIR += py-atpublic
     SUBDIR += py-attrs
+    SUBDIR += py-autocommand
     SUBDIR += py-autoflake
     SUBDIR += py-automaton
     SUBDIR += py-autoprop

Added: head/devel/py-autocommand/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-autocommand/Makefile	Mon Feb  1 19:20:39 2021	(r563613)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	autocommand
+PORTVERSION=	2.2.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Create a command-line program from a function
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.3+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-autocommand/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-autocommand/distinfo	Mon Feb  1 19:20:39 2021	(r563613)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612101542
+SHA256 (autocommand-2.2.1.tar.gz) = fed420e9d02745821a782971b583c6970259ee0b229be2a0a401e1467a4f170f
+SIZE (autocommand-2.2.1.tar.gz) = 23151

Added: head/devel/py-autocommand/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-autocommand/pkg-descr	Mon Feb  1 19:20:39 2021	(r563613)
@@ -0,0 +1,4 @@
+autocommand is a library to automatically generate and run simple argparse
+parsers from function signatures.
+
+WWW: https://github.com/Lucretiel/autocommand



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