mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
add py-8
This commit is contained in:
19
python/py-click/Makefile
Normal file
19
python/py-click/Makefile
Normal 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
3
python/py-click/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1551680094
|
||||
SHA256 (Click-7.0.tar.gz) = 5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
|
||||
SIZE (Click-7.0.tar.gz) = 286192
|
||||
6
python/py-click/pkg-descr
Normal file
6
python/py-click/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user