diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-12-28 23:04:15 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-12-28 23:04:15 +0000 |
commit | fb975a530abab6946271f630ec1cf5f621d81ff5 (patch) | |
tree | d1d4c9e2bc0f2d475ee11b88a2e1a3ecdd2a6269 | |
parent | 4c97a636dfc8ee6f42035f2e4e32fb1ce248c0cc (diff) | |
download | pkgsrc-fb975a530abab6946271f630ec1cf5f621d81ff5.tar.gz |
- Bump to 1.08
- Add python24 to the supported python versions
- From the Changelog:
gera - v1.08 - Nov 17, 2004
fixed a bug in Variable (leading to a bug in IfInlineEgg)
added long conditional jumps
setString() now uses a call over the string and pop to set the string when
the string is long enough to justify it - thanks spoonm
-rw-r--r-- | devel/py-InlineEgg/Makefile | 6 | ||||
-rw-r--r-- | devel/py-InlineEgg/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index 5165a954c4b..735fb74efc5 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/19 16:16:00 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/28 23:04:15 adrianp Exp $ # -DISTNAME= InlineEgg-1.07 +DISTNAME= InlineEgg-1.08 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://oss.corest.com/repo/ @@ -16,7 +16,7 @@ USE_BUILDLINK3= YES PY_PATCHPLIST= YES PYDISTUTILSPKG= YES -PYTHON_VERSIONS_ACCEPTED= 23 22 21 23pth 22pth 21pth +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 24pth 23pth 22pth 21pth PYTHON_PATCH_SCRIPTS= examples/example1.py examples/example2.py \ examples/example3.py examples/example4.py \ examples/example5.py examples/example6.py \ diff --git a/devel/py-InlineEgg/distinfo b/devel/py-InlineEgg/distinfo index 81adfe8ff80..8bd47746aec 100644 --- a/devel/py-InlineEgg/distinfo +++ b/devel/py-InlineEgg/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/10/19 16:16:01 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2004/12/28 23:04:15 adrianp Exp $ -SHA1 (InlineEgg-1.07.tar.gz) = c2031862af270e2861cea1ba0987c4ccb2d5fdff -Size (InlineEgg-1.07.tar.gz) = 46711 bytes +SHA1 (InlineEgg-1.08.tar.gz) = 99685aace6f6f59705f2a11d7349e14061fdb150 +Size (InlineEgg-1.08.tar.gz) = 46961 bytes |