This commit is contained in:
ziggi
2020-05-22 06:01:24 +00:00
parent 2327488661
commit a8a418c011
37 changed files with 364 additions and 38 deletions

19
python/py-click/Makefile Normal file
View File

@@ -0,0 +1,19 @@
# Created by: Bartek Rutkowski <ports@robakdesign.com>
# $FreeBSD: head/devel/py-click/Makefile 496503 2019-03-21 19:41:43Z sunpoet $
PORTNAME= click
PORTVERSION= 7.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Click-${PORTVERSION}
MAINTAINER= robak@FreeBSD.org
COMMENT= Python package for creating command line interfaces
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
python/py-click/distinfo Normal file
View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1551680094
SHA256 (Click-7.0.tar.gz) = 5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
SIZE (Click-7.0.tar.gz) = 286192

View File

@@ -0,0 +1,6 @@
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
WWW: https://github.com/mitsuhiko/click