mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
devel/py-snackwich: Configuration-based Console UI Framework
WWW: https://github.com/dsoprea/Snackwich PR: ports/184927 Submitted by: Johannes Jost Meixner <xmj chaot.net>
This commit is contained in:
parent
3750d2b399
commit
bbbe317b1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336752
@ -3782,6 +3782,7 @@
|
||||
SUBDIR += py-sip
|
||||
SUBDIR += py-six
|
||||
SUBDIR += py-smmap
|
||||
SUBDIR += py-snackwich
|
||||
SUBDIR += py-spark
|
||||
SUBDIR += py-speaklater
|
||||
SUBDIR += py-sqlcc
|
||||
|
21
devel/py-snackwich/Makefile
Normal file
21
devel/py-snackwich/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Johannes Meixner <xmj@chaot.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= snackwich
|
||||
PORTVERSION= 1.3.18
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= xmj@chaot.net
|
||||
COMMENT= Configuration-based Console UI Framework
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libnewt.so:${PORTSDIR}/devel/newt
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-snackwich/distinfo
Normal file
2
devel/py-snackwich/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (snackwich-1.3.18.tar.gz) = ecee24943c09499dc74aa0c1cbf75fbcd68929648cbe696c52d097deaf1e6523
|
||||
SIZE (snackwich-1.3.18.tar.gz) = 10021
|
4
devel/py-snackwich/pkg-descr
Normal file
4
devel/py-snackwich/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Configuration-based Snack/Newt adaptation for easy and attractive console UI
|
||||
forms.
|
||||
|
||||
WWW: https://github.com/dsoprea/Snackwich
|
Loading…
Reference in New Issue
Block a user