- Update to 0.4.9
- Cleanup Makefile header Changes: http://pypi.python.org/pypi/isodate#changes https://github.com/gweis/isodate/blob/master/CHANGES.txt
This commit is contained in:
parent
3971a50373
commit
0c590e6c7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309443
3 changed files with 7 additions and 8 deletions
|
@ -1,12 +1,8 @@
|
|||
# New ports collection makefile for: py-isodate
|
||||
# Date created: 2012-02-07
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= isodate
|
||||
PORTVERSION= 0.4.8
|
||||
PORTVERSION= 0.4.9
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (isodate-0.4.8.tar.gz) = 45b84949e4d1ef4c9e55e4516bf7c33707e8007b80bf62fc887d3c7320ab400b
|
||||
SIZE (isodate-0.4.8.tar.gz) = 24325
|
||||
SHA256 (isodate-0.4.9.tar.gz) = 4e13c0b5824e9af40d99ad1d3969c880e49b6b09e4de138aa08db3d571b2190d
|
||||
SIZE (isodate-0.4.9.tar.gz) = 24820
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_duration.py
|
||||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_duration.pyc
|
||||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_duration.pyo
|
||||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_pickle.py
|
||||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_pickle.pyc
|
||||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_pickle.pyo
|
||||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_strf.py
|
||||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_strf.pyc
|
||||
%%PYTHON_SITELIBDIR%%/isodate/tests/test_strf.pyo
|
||||
|
|
Loading…
Reference in a new issue