Index: head/devel/py-period/pkg-plist =================================================================== --- head/devel/py-period/pkg-plist (revision 461312) +++ head/devel/py-period/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/period.py -%%PORTDOCS%%share/doc/period/period.html -%%PORTDOCS%%share/doc/period/period.txt Property changes on: head/devel/py-period/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-period/Makefile =================================================================== --- head/devel/py-period/Makefile (revision 461312) +++ head/devel/py-period/Makefile (revision 461313) @@ -1,33 +1,21 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= period -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6.1 CATEGORIES= devel python -MASTER_SITES= http://www.biostat.wisc.edu/~annis/creations/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Basic time period checking library -LICENSE= ART10 # same as perl +LICENSE= ART20 -USES= python shebangfix -SHEBANG_FILES= period.py -NO_BUILD= yes -NO_ARCH= yes +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${FLAVOR} -OPTIONS_DEFINE= DOCS - -do-install: - @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/period.py ${STAGEDIR}${PYTHON_SITELIBDIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for ex in html txt - ${INSTALL_DATA} ${WRKSRC}/period.${ex} ${STAGEDIR}${DOCSDIR} -.endfor +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python .include Index: head/devel/py-period/distinfo =================================================================== --- head/devel/py-period/distinfo (revision 461312) +++ head/devel/py-period/distinfo (revision 461313) @@ -1,2 +1,3 @@ -SHA256 (period-0.5.tar.gz) = f545ad16c078a42eb09d907ad5bfd11abb382bff185af5c834438d825269f3b6 -SIZE (period-0.5.tar.gz) = 8998 +TIMESTAMP = 1517677421 +SHA256 (period-0.6.1.tar.gz) = c821a27109bb97893def7fae81d44f31e302db45c7d72af2f919ec5bb90f930b +SIZE (period-0.6.1.tar.gz) = 8384 Index: head/devel/py-period/pkg-descr =================================================================== --- head/devel/py-period/pkg-descr (revision 461312) +++ head/devel/py-period/pkg-descr (revision 461313) @@ -1,5 +1,8 @@ -This is an early version of a basic time period checking library for Python. -It is in part inspired by perl's Time::Period module and the time class -mechanism of Cfengine. +Period is a basic time period checking library. -WWW: http://www.biostat.wisc.edu/~annis/creations/period.py.html +Period is based on period.py by William S. Annis. (available at +https://www.biostat.wisc.edu/~annis/creations/period.py.html) and ported to +python3 with a few improvements. Period.py was in part inspired by perl's +Time::Period module and the time class mechanism of Cfengine. + +WWW: https://pypi.python.org/pypi/period