mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
2011-08-17 devel/py-istring: port is unmaintained and broken
This commit is contained in:
parent
b573bcf8fe
commit
58e59822fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279882
1
MOVED
1
MOVED
@ -2514,3 +2514,4 @@ x11-themes/fluxbox-sid-pack||2011-08-14|Has expired: No longer maintained by ups
|
||||
japanese/ical||2011-08-15|Removed
|
||||
lang/ocamlduce||2011-08-16|Has expired: has been broken for over a year
|
||||
devel/cl-asdf-binary-locations||2011-08-16|Obsoleted by ASDF 2 capabilities
|
||||
devel/py-istring||2011-08-17|Has expired: port is unmaintained and broken
|
||||
|
@ -2965,7 +2965,6 @@
|
||||
SUBDIR += py-instant
|
||||
SUBDIR += py-interface
|
||||
SUBDIR += py-ipaddr
|
||||
SUBDIR += py-istring
|
||||
SUBDIR += py-iterpipes
|
||||
SUBDIR += py-itools
|
||||
SUBDIR += py-jcc
|
||||
|
@ -1,27 +0,0 @@
|
||||
# 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
|
||||
COMMENT= Interpolated Strings
|
||||
|
||||
IGNORE= port does not install the necessary classes to run
|
||||
DEPRECATED= port is unmaintained and broken
|
||||
EXPIRATION_DATE=2011-08-17
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (istring101.tar.gz) = d4ef6d6084a3cb27ff4976eaa77d6fbf15c2b099193e94ab54da913b26e56fd2
|
||||
SIZE (istring101.tar.gz) = 15753
|
@ -1,9 +0,0 @@
|
||||
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/istring.html
|
@ -1,13 +0,0 @@
|
||||
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