1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

add py-istring 1.0.1

Interpolated Strings
This commit is contained in:
Ying-Chieh Liao 2002-04-28 17:01:56 +00:00
parent 8f84e23351
commit f66235fda3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58266
6 changed files with 47 additions and 0 deletions

View File

@ -544,6 +544,7 @@
SUBDIR += py-game
SUBDIR += py-grouch
SUBDIR += py-htmlkit
SUBDIR += py-istring
SUBDIR += py-kjbuckets
SUBDIR += py-kqueue
SUBDIR += py-log4py

22
devel/py-istring/Makefile Normal file
View File

@ -0,0 +1,22 @@
# ex:ts=8
# Ports collection makefile for: py-istring
# Date created: Apr 28, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= istring
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= http://www.neosynapse.net/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (istring101.tar.gz) = c29de4b6ae954e113c8a9421f983c020

View File

@ -0,0 +1 @@
Interpolated Strings

View File

@ -0,0 +1,9 @@
istring is an interpolated string class, which means you can substitute
variables into a string, like this:
>>> j = 3
>>> s = istring("j is $j")
>>> s
'j is 3'
WWW: http://www.neosynapse.net/interpolated_string.htm

View File

@ -0,0 +1,13 @@
lib/%%PYTHON_VERSION%%/site-packages/neo/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/neo/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/neo/__init__.pyo
lib/%%PYTHON_VERSION%%/site-packages/neo/common_testing.py
lib/%%PYTHON_VERSION%%/site-packages/neo/common_testing.pyc
lib/%%PYTHON_VERSION%%/site-packages/neo/common_testing.pyo
lib/%%PYTHON_VERSION%%/site-packages/neo/constants.py
lib/%%PYTHON_VERSION%%/site-packages/neo/constants.pyc
lib/%%PYTHON_VERSION%%/site-packages/neo/constants.pyo
lib/%%PYTHON_VERSION%%/site-packages/neo/utilities.py
lib/%%PYTHON_VERSION%%/site-packages/neo/utilities.pyc
lib/%%PYTHON_VERSION%%/site-packages/neo/utilities.pyo
@dirrm lib/%%PYTHON_VERSION%%/site-packages/neo