1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 3.4.4

This commit is contained in:
Li-Wen Hsu 2016-05-10 07:48:36 +00:00
parent f944dd7065
commit 62a0f51378
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414926
3 changed files with 6 additions and 11 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bitvector
PORTVERSION= 3.1
PORTREVISION= 1
PORTVERSION= 3.4.4
CATEGORIES= math python
MASTER_SITES= https://engineering.purdue.edu/kak/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,15 +14,11 @@ COMMENT= Pure-Python memory-efficient packed representation for bit arrays
LICENSE= PSFL
USES= python
USE_PYTHON= distutils
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= BitVector
PORTDOCS= README BitVector-${PORTVERSION}.html
PLIST_FILES= %%PYTHON_SITELIBDIR%%/BitVector.py \
%%PYTHON_SITELIBDIR%%/BitVector.pyc \
%%PYTHON_SITELIBDIR%%/BitVector.pyo
post-extract:
@${RM} -f ${WRKSRC}/test.py
@ -31,7 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
regression-test:
@(cd ${WRKSRC}/TestBitVector && ${PYTHON_CMD} Test.py)

View File

@ -1,2 +1,2 @@
SHA256 (BitVector-3.1.tar.gz) = fb839af4a65b9a656d7b6aa7a83c4088023b15f2123ea3a5f8a2764a6c17b1f7
SIZE (BitVector-3.1.tar.gz) = 157374
SHA256 (BitVector-3.4.4.tar.gz) = e528ec6e03bcabe6d7e10d4a13459d644dd6577b73e225f7a686bd1902734186
SIZE (BitVector-3.4.4.tar.gz) = 121822

View File

@ -3,4 +3,4 @@ and for logical operations on such arrays. The core idea used in this Python
script for bin packing is based on an internet posting by Josiah Carlson to
the Pyrex mailing list.
WWW: https://engineering.purdue.edu/kak/dist/BitVector-3.1.html
WWW: https://engineering.purdue.edu/kak/dist/