- Update to 3.1.4
- Allow Python concurrent installation
This commit is contained in:
parent
76c547376a
commit
33d3a97c07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413232
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bitstring
|
||||
PORTVERSION= 3.1.3
|
||||
PORTVERSION= 3.1.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,11 +12,11 @@ COMMENT= Simple construction, analysis, and modification of binary data
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
PORTDOCS= PKG-INFO README.txt release_notes.txt
|
||||
PORTDOCS= PKG-INFO README.rst release_notes.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bitstring-3.1.3.zip) = 2d00f66655567cc241af5f6f5c155727daccdb03ddfe58f3814cedaad179f5fa
|
||||
SIZE (bitstring-3.1.3.zip) = 620620
|
||||
SHA256 (bitstring-3.1.4.tar.gz) = ebb97970dbc98fd9c8102d10a5a6f12cc0bce9aab7e5378733c8a43fd6ed3c47
|
||||
SIZE (bitstring-3.1.4.tar.gz) = 621283
|
||||
|
|
Loading…
Reference in a new issue