Generalized Object based Dispatch mechanism for use across frameworks.

WWW: https://github.com/TurboGears/crank
This commit is contained in:
Wen Heping 2016-12-12 06:06:45 +00:00
parent c3ebc97270
commit 34740d30c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428396
4 changed files with 25 additions and 0 deletions

View file

@ -4129,6 +4129,7 @@
SUBDIR += py-country
SUBDIR += py-cov-core
SUBDIR += py-coverage
SUBDIR += py-crank
SUBDIR += py-crcmod
SUBDIR += py-ctags
SUBDIR += py-cuisine

18
devel/py-crank/Makefile Normal file
View file

@ -0,0 +1,18 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= crank
PORTVERSION= 0.8.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Generalization of dispatch mechanism for use across frameworks
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

3
devel/py-crank/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1481522048
SHA256 (crank-0.8.0.tar.gz) = c511685a93d1306e1624dd445be609083da2007c2b4996304b43ea896caf96c0
SIZE (crank-0.8.0.tar.gz) = 10484

3
devel/py-crank/pkg-descr Normal file
View file

@ -0,0 +1,3 @@
Generalized Object based Dispatch mechanism for use across frameworks.
WWW: https://github.com/TurboGears/crank