mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
py-SymbolType is a Simple "symbol" type, useful for enumerations
or sentinels. WWW: http://peak.telecommunity.com/DevCenter/SymbolType PR: ports/135940 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
b2a61960c1
commit
9cf19915e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236849
@ -2276,6 +2276,7 @@
|
||||
SUBDIR += py-Jinja
|
||||
SUBDIR += py-Jinja2
|
||||
SUBDIR += py-RPyC
|
||||
SUBDIR += py-SymbolType
|
||||
SUBDIR += py-TurboJinja
|
||||
SUBDIR += py-anonfunc
|
||||
SUBDIR += py-argparse
|
||||
|
22
devel/py-SymbolType/Makefile
Normal file
22
devel/py-SymbolType/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: py-SymbolType
|
||||
# Date created: 23 June, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= SymbolType
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
http://www.turbogears.org/2.0/downloads/2.0.1/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Simple Symbol Type for Python
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-SymbolType/distinfo
Normal file
3
devel/py-SymbolType/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (SymbolType-1.0.zip) = 4b9155cc908b249f029a518b8de09368
|
||||
SHA256 (SymbolType-1.0.zip) = bcc311398c7dbcc9cbde9fe68bba89b0efe45103410b5949f3acf484fcb14f39
|
||||
SIZE (SymbolType-1.0.zip) = 9507
|
4
devel/py-SymbolType/pkg-descr
Normal file
4
devel/py-SymbolType/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
py-SymbolType is a Simple "symbol" type, useful for enumerations
|
||||
or sentinels.
|
||||
|
||||
WWW: http://peak.telecommunity.com/DevCenter/SymbolType
|
1
devel/py-SymbolType/pkg-plist
Normal file
1
devel/py-SymbolType/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in New Issue
Block a user