Skip to content

Commit

Permalink
devel/py-dill: Update 0.3.4 → 0.3.6
Browse files Browse the repository at this point in the history
PR:		269914
Reported by:	Oleg Sidorkin <osidorkin@gmail.com>
  • Loading branch information
yurivict committed Mar 2, 2023
1 parent 673947c commit fdd60f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions devel/py-dill/Makefile
@@ -1,18 +1,20 @@
PORTNAME= dill
DISTVERSION= 0.3.4
DISTVERSION= 0.3.6
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Serialize all of python
WWW= https://pypi.org/project/dill/
WWW= https://dill.readthedocs.io/en/latest/

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= pep517 concurrent autoplist pytest # tests fail, see https://github.com/uqfoundation/dill/issues/578

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-dill/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1624036071
SHA256 (dill-0.3.4.zip) = 9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
SIZE (dill-0.3.4.zip) = 186823
TIMESTAMP = 1677760531
SHA256 (dill-0.3.6.tar.gz) = e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373
SIZE (dill-0.3.6.tar.gz) = 179026

0 comments on commit fdd60f3

Please sign in to comment.