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:
parent
8f84e23351
commit
f66235fda3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58266
@ -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
22
devel/py-istring/Makefile
Normal 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>
|
1
devel/py-istring/distinfo
Normal file
1
devel/py-istring/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (istring101.tar.gz) = c29de4b6ae954e113c8a9421f983c020
|
1
devel/py-istring/pkg-comment
Normal file
1
devel/py-istring/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Interpolated Strings
|
9
devel/py-istring/pkg-descr
Normal file
9
devel/py-istring/pkg-descr
Normal 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
|
13
devel/py-istring/pkg-plist
Normal file
13
devel/py-istring/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user