1
0
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:
Martin Wilke 2009-07-01 09:01:05 +00:00
parent b2a61960c1
commit 9cf19915e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236849
5 changed files with 31 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
MD5 (SymbolType-1.0.zip) = 4b9155cc908b249f029a518b8de09368
SHA256 (SymbolType-1.0.zip) = bcc311398c7dbcc9cbde9fe68bba89b0efe45103410b5949f3acf484fcb14f39
SIZE (SymbolType-1.0.zip) = 9507

View File

@ -0,0 +1,4 @@
py-SymbolType is a Simple "symbol" type, useful for enumerations
or sentinels.
WWW: http://peak.telecommunity.com/DevCenter/SymbolType

View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%