update to Pygments-1.0 (several people sent me an identical diff for

this - sorry for taking so long)
This commit is contained in:
djm 2009-01-15 23:10:17 +00:00
parent a3401510f8
commit f30b8abd68
3 changed files with 24 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.6 2008/07/29 08:50:16 djm Exp $
# $OpenBSD: Makefile,v 1.7 2009/01/15 23:10:17 djm Exp $
COMMENT= Python syntax highlighter
DISTNAME= Pygments-0.9
DISTNAME= Pygments-1.0
PKGNAME= ${DISTNAME:L:S/^/py-/}
CATEGORIES= textproc devel
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://pypi.python.org/packages/source/P/Pygments/
MODPY_SETUPTOOLS= Yes
REGRESS_DEPENDS= ::devel/py-nose
do-regress: fake
@cd ${WRKSRC}/tests && ${MAKE_ENV} \

View File

@ -1,5 +1,5 @@
MD5 (Pygments-0.9.tar.gz) = jNzpAaZsD+u1dpVekIFEhQ==
RMD160 (Pygments-0.9.tar.gz) = F9Hjypophlk8dzobZsterkAyxs8=
SHA1 (Pygments-0.9.tar.gz) = LVoxhqa5xvbgXBR+6xivN7eTdwg=
SHA256 (Pygments-0.9.tar.gz) = UBMHRJOi3zkCSxNnsuEYSl6yMGvbV80gmPidD9MpErk=
SIZE (Pygments-0.9.tar.gz) = 780966
MD5 (Pygments-1.0.tar.gz) = cMQP9TMUYMq/yyT4ao1FHQ==
RMD160 (Pygments-1.0.tar.gz) = qp1IFrsb0bZ6XmrA+U2a40EN9xs=
SHA1 (Pygments-1.0.tar.gz) = tx4zFH/EAuNhInsw4fWJ7sr9Qqc=
SHA256 (Pygments-1.0.tar.gz) = u9HoZh5nSzWaFxfxO/qbL/hJkUabT8PB+lxNeLQHZv8=
SIZE (Pygments-1.0.tar.gz) = 930751

View File

@ -1,12 +1,12 @@
@comment $OpenBSD: PLIST,v 1.4 2008/07/29 08:50:16 djm Exp $
@comment $OpenBSD: PLIST,v 1.5 2009/01/15 23:10:17 djm Exp $
bin/pygmentize
lib/python${MODPY_VERSION}/site-packages/Pygments-0.9-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/Pygments-0.9-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/Pygments-0.9-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/Pygments-0.9-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/Pygments-0.9-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/Pygments-0.9-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/Pygments-0.9-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/Pygments-1.0-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/Pygments-1.0-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/Pygments-1.0-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/Pygments-1.0-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/Pygments-1.0-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/Pygments-1.0-py${MODPY_VERSION}.egg-info/not-zip-safe
lib/python${MODPY_VERSION}/site-packages/Pygments-1.0-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/pygments/
lib/python${MODPY_VERSION}/site-packages/pygments/__init__.py
lib/python${MODPY_VERSION}/site-packages/pygments/__init__.pyc
@ -30,6 +30,8 @@ lib/python${MODPY_VERSION}/site-packages/pygments/formatters/bbcode.py
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/bbcode.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/html.py
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/html.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/img.py
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/img.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/latex.py
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/latex.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/other.py
@ -92,6 +94,8 @@ lib/python${MODPY_VERSION}/site-packages/pygments/styles/autumn.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/autumn.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/borland.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/borland.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/bw.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/bw.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/colorful.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/colorful.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/default.py
@ -112,10 +116,14 @@ lib/python${MODPY_VERSION}/site-packages/pygments/styles/pastie.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/pastie.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/perldoc.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/perldoc.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/tango.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/tango.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/trac.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/trac.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/vim.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/vim.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/styles/vs.py
lib/python${MODPY_VERSION}/site-packages/pygments/styles/vs.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/token.py
lib/python${MODPY_VERSION}/site-packages/pygments/token.pyc
lib/python${MODPY_VERSION}/site-packages/pygments/unistring.py