From owner-svn-ports-head@FreeBSD.ORG Mon Sep 23 06:47:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3AC532BC; Mon, 23 Sep 2013 06:47:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE35A22B5; Mon, 23 Sep 2013 06:47:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8N6l9aW091346; Mon, 23 Sep 2013 06:47:09 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8N6l93i091342; Mon, 23 Sep 2013 06:47:09 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201309230647.r8N6l93i091342@svn.freebsd.org> From: Li-Wen Hsu Date: Mon, 23 Sep 2013 06:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327942 - head/devel/py-parsedatetime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2013 06:47:10 -0000 Author: lwhsu Date: Mon Sep 23 06:47:08 2013 New Revision: 327942 URL: http://svnweb.freebsd.org/changeset/ports/327942 Log: - Update to 1.1.2 Modified: head/devel/py-parsedatetime/Makefile head/devel/py-parsedatetime/distinfo head/devel/py-parsedatetime/pkg-descr head/devel/py-parsedatetime/pkg-plist Modified: head/devel/py-parsedatetime/Makefile ============================================================================== --- head/devel/py-parsedatetime/Makefile Mon Sep 23 06:39:49 2013 (r327941) +++ head/devel/py-parsedatetime/Makefile Mon Sep 23 06:47:08 2013 (r327942) @@ -2,34 +2,17 @@ # $FreeBSD$ PORTNAME= parsedatetime -PORTVERSION= 0.8.7 +PORTVERSION= 1.1.2 CATEGORIES= devel python -MASTER_SITES= http://code-bear.com/code/parsedatetime/ \ - CHEESESHOP \ - ${MASTER_SITE_GOOGLE_CODE} \ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python module for parsing 'human readable' date/time expressions USE_PYTHON= yes -USE_PYDISTUTILS= easy_install - -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -EXAMPLES= README.txt basic.py with_locale.py +USE_PYDISTUTILS= yes NO_STAGE= yes -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${EXAMPLESDIR} -.endfor -.endif .include Modified: head/devel/py-parsedatetime/distinfo ============================================================================== --- head/devel/py-parsedatetime/distinfo Mon Sep 23 06:39:49 2013 (r327941) +++ head/devel/py-parsedatetime/distinfo Mon Sep 23 06:47:08 2013 (r327942) @@ -1,2 +1,2 @@ -SHA256 (parsedatetime-0.8.7.tar.gz) = 9b52f8b25f2f5e29e6b46bb5b37faea77396e5068a1b2828f60149d59bb636f6 -SIZE (parsedatetime-0.8.7.tar.gz) = 222374 +SHA256 (parsedatetime-1.1.2.tar.gz) = ed6a828f16b7d2ecb0e93f60bc371ab1f7d3233f115e5d94ef680fb151e2df93 +SIZE (parsedatetime-1.1.2.tar.gz) = 19936 Modified: head/devel/py-parsedatetime/pkg-descr ============================================================================== --- head/devel/py-parsedatetime/pkg-descr Mon Sep 23 06:39:49 2013 (r327941) +++ head/devel/py-parsedatetime/pkg-descr Mon Sep 23 06:47:08 2013 (r327942) @@ -21,4 +21,4 @@ parsedatetime is able to parse, for exam * 2 hours before noon * 2 days from tomorrow -WWW: http://code-bear.com/code/parsedatetime/ +WWW: https://github.com/bear/parsedatetime/ Modified: head/devel/py-parsedatetime/pkg-plist ============================================================================== --- head/devel/py-parsedatetime/pkg-plist Mon Sep 23 06:39:49 2013 (r327941) +++ head/devel/py-parsedatetime/pkg-plist Mon Sep 23 06:47:08 2013 (r327942) @@ -1,170 +1,10 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -%%PORTDOCS%%%%DOCSDIR%%/._class-tree.html -%%PORTDOCS%%%%DOCSDIR%%/._crarr.png -%%PORTDOCS%%%%DOCSDIR%%/._epydoc.css -%%PORTDOCS%%%%DOCSDIR%%/._epydoc.js -%%PORTDOCS%%%%DOCSDIR%%/._exceptions.AssertionError-class.html -%%PORTDOCS%%%%DOCSDIR%%/._frames.html -%%PORTDOCS%%%%DOCSDIR%%/._help.html -%%PORTDOCS%%%%DOCSDIR%%/._identifier-index.html -%%PORTDOCS%%%%DOCSDIR%%/._index.html -%%PORTDOCS%%%%DOCSDIR%%/._module-tree.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime.Calendar-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime_consts-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime_consts-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime_consts.Constants-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime_consts.pdtLocale_au-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime_consts.pdtLocale_de-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime_consts.pdtLocale_en-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.parsedatetime_consts.pdtLocale_es-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestAustralianLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestAustralianLocale-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestAustralianLocale.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestComplexDateTimes-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestComplexDateTimes-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestComplexDateTimes.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestDaysInMonth-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestDaysInMonth.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestErrors-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestErrors-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestErrors.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestFrenchLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestFrenchLocale-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestFrenchLocale.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestGermanLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestGermanLocale-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestGermanLocale.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestInc-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestInc-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestInc.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestMultiple-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestMultiple-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestMultiple.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestPhrases-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestPhrases-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestPhrases.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestRanges-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestRanges-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestRanges.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestSimpleDateTimes-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestSimpleDateTimes-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestSimpleDateTimes.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestSimpleOffsets-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestSimpleOffsets-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestSimpleOffsets.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestUnits-module.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestUnits-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/._parsedatetime.tests.TestUnits.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/._redirect.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-everything.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.parsedatetime-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.parsedatetime_consts-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestAustralianLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestComplexDateTimes-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestDaysInMonth-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestErrors-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestFrenchLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestGermanLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestInc-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestMultiple-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestPhrases-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestRanges-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestSimpleDateTimes-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestSimpleOffsets-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc-parsedatetime.tests.TestUnits-module.html -%%PORTDOCS%%%%DOCSDIR%%/._toc.html -%%PORTDOCS%%%%DOCSDIR%%/class-tree.html -%%PORTDOCS%%%%DOCSDIR%%/crarr.png -%%PORTDOCS%%%%DOCSDIR%%/epydoc.css -%%PORTDOCS%%%%DOCSDIR%%/epydoc.js -%%PORTDOCS%%%%DOCSDIR%%/exceptions.AssertionError-class.html -%%PORTDOCS%%%%DOCSDIR%%/frames.html -%%PORTDOCS%%%%DOCSDIR%%/help.html -%%PORTDOCS%%%%DOCSDIR%%/identifier-index.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/module-tree.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime.Calendar-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.Constants-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.pdtLocale_au-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.pdtLocale_de-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.pdtLocale_en-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.parsedatetime_consts.pdtLocale_es-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestAustralianLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestAustralianLocale-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestAustralianLocale.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestComplexDateTimes-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestComplexDateTimes-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestComplexDateTimes.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestDaysInMonth-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestDaysInMonth.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestErrors-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestErrors-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestErrors.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestFrenchLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestFrenchLocale-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestFrenchLocale.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestGermanLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestGermanLocale-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestGermanLocale.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestInc-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestInc-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestInc.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestMultiple-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestMultiple-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestMultiple.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestPhrases-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestPhrases-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestPhrases.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestRanges-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestRanges-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestRanges.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleDateTimes-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleDateTimes-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleDateTimes.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleOffsets-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleOffsets-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestSimpleOffsets.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestUnits-module.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestUnits-pysrc.html -%%PORTDOCS%%%%DOCSDIR%%/parsedatetime.tests.TestUnits.test-class.html -%%PORTDOCS%%%%DOCSDIR%%/redirect.html -%%PORTDOCS%%%%DOCSDIR%%/toc-everything.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.parsedatetime-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.parsedatetime_consts-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestAustralianLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestComplexDateTimes-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestDaysInMonth-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestErrors-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestFrenchLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestGermanLocale-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestInc-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestMultiple-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestPhrases-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestRanges-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestSimpleDateTimes-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestSimpleOffsets-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc-parsedatetime.tests.TestUnits-module.html -%%PORTDOCS%%%%DOCSDIR%%/toc.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/with_locale.py -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PYTHON_SITELIBDIR%%/parsedatetime/__init__.py +%%PYTHON_SITELIBDIR%%/parsedatetime/__init__.pyc +%%PYTHON_SITELIBDIR%%/parsedatetime/__init__.pyo +%%PYTHON_SITELIBDIR%%/parsedatetime/parsedatetime.py +%%PYTHON_SITELIBDIR%%/parsedatetime/parsedatetime.pyc +%%PYTHON_SITELIBDIR%%/parsedatetime/parsedatetime.pyo +%%PYTHON_SITELIBDIR%%/parsedatetime/pdt_locales.py +%%PYTHON_SITELIBDIR%%/parsedatetime/pdt_locales.pyc +%%PYTHON_SITELIBDIR%%/parsedatetime/pdt_locales.pyo +@dirrm %%PYTHON_SITELIBDIR%%/parsedatetime