mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update to 0.7.2
This commit is contained in:
parent
0af7dd45f7
commit
f51cc02340
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106989
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tarfile
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= http://www.gustaebel.de/lars/tarfile/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,4 +17,12 @@ COMMENT= Python library for reading and writing tarballs
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 230
|
||||
PLIST_SUB+= NO_PY23=""
|
||||
.else
|
||||
PLIST_SUB+= NO_PY23="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tarfile-0.7.1.tar.gz) = f501f682d90ab0b1d2e5034b9e5a6879
|
||||
SIZE (tarfile-0.7.1.tar.gz) = 54946
|
||||
MD5 (tarfile-0.7.2.tar.gz) = 01c1a83301244021e4397f51981bdf5b
|
||||
SIZE (tarfile-0.7.2.tar.gz) = 55314
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%PYTHON_SITELIBDIR%%/_tarfile.so
|
||||
%%NO_PY23%%%%PYTHON_SITELIBDIR%%/_tarfile.so
|
||||
%%PYTHON_SITELIBDIR%%/tarfile.py
|
||||
%%PYTHON_SITELIBDIR%%/tarfile.pyc
|
||||
%%PYTHON_SITELIBDIR%%/tarfile.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user