mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/py-disjoint-set: Update 0.7.3 → 0.7.4
Reported by: portscout
This commit is contained in:
parent
dbc1334ea9
commit
d0501b7a73
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= disjoint-set
|
||||
DISTVERSION= 0.7.3
|
||||
DISTVERSION= 0.7.4
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,8 +12,10 @@ WWW= https://github.com/mrapacz/disjoint-set
|
|||
LICENSE= MIT
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1674722387
|
||||
SHA256 (disjoint_set-0.7.3.tar.gz) = cc09320b35d5a5bb36ceba86ab885b073340d0ba05cd92e9bd413fbea026162a
|
||||
SIZE (disjoint_set-0.7.3.tar.gz) = 3714
|
||||
TIMESTAMP = 1684968581
|
||||
SHA256 (disjoint_set-0.7.4.tar.gz) = ae8b04828b2dd5112399a5deebb3fc1b257bf52d95c5e3d0ac2952610a3f7ec5
|
||||
SIZE (disjoint_set-0.7.4.tar.gz) = 5225
|
||||
|
|
Loading…
Add table
Reference in a new issue