mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
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
This commit is contained in:
parent
37082f864c
commit
87829e6eea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563613
4 changed files with 29 additions and 0 deletions
|
@ -4088,6 +4088,7 @@
|
||||||
SUBDIR += py-atomicwrites
|
SUBDIR += py-atomicwrites
|
||||||
SUBDIR += py-atpublic
|
SUBDIR += py-atpublic
|
||||||
SUBDIR += py-attrs
|
SUBDIR += py-attrs
|
||||||
|
SUBDIR += py-autocommand
|
||||||
SUBDIR += py-autoflake
|
SUBDIR += py-autoflake
|
||||||
SUBDIR += py-automaton
|
SUBDIR += py-automaton
|
||||||
SUBDIR += py-autoprop
|
SUBDIR += py-autoprop
|
||||||
|
|
21
devel/py-autocommand/Makefile
Normal file
21
devel/py-autocommand/Makefile
Normal file
|
@ -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>
|
3
devel/py-autocommand/distinfo
Normal file
3
devel/py-autocommand/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1612101542
|
||||||
|
SHA256 (autocommand-2.2.1.tar.gz) = fed420e9d02745821a782971b583c6970259ee0b229be2a0a401e1467a4f170f
|
||||||
|
SIZE (autocommand-2.2.1.tar.gz) = 23151
|
4
devel/py-autocommand/pkg-descr
Normal file
4
devel/py-autocommand/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue