Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 17:23:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470795 - in head/security/py-pyaff4: . files
Message-ID:  <201805241723.w4OHNjFw096027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu May 24 17:23:45 2018
New Revision: 470795
URL: https://svnweb.freebsd.org/changeset/ports/470795

Log:
  Update to 0.26.post6

Added:
  head/security/py-pyaff4/files/
  head/security/py-pyaff4/files/patch-setup.py   (contents, props changed)
Modified:
  head/security/py-pyaff4/Makefile
  head/security/py-pyaff4/distinfo

Modified: head/security/py-pyaff4/Makefile
==============================================================================
--- head/security/py-pyaff4/Makefile	Thu May 24 17:20:22 2018	(r470794)
+++ head/security/py-pyaff4/Makefile	Thu May 24 17:23:45 2018	(r470795)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyaff4
-DISTVERSION=	0.24.post1
+DISTVERSION=	0.26.post6
 CATEGORIES=	security devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,15 +12,17 @@ COMMENT=	Python Advanced Forensic Format Version 4 lib
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}intervaltree>=2.1.0:devel/py-intervaltree@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}python-snappy>=0.5:archivers/py-python-snappy@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}rdflib>=4.2.1:textproc/py-rdflib@${FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-snappy>=0.5.1:archivers/py-python-snappy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rdflib>=4.2.2:textproc/py-rdflib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}intervaltree>=2.1.0:devel/py-intervaltree@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyblake2>=0.9.3:security/py-pyblake2@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}expiringdict>=1.1.4:devel/py-expiringdict@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python zip
 USE_PYTHON=	distutils autoplist
-
-post-patch:
-	${REINPLACE_CMD} 's/aff4-snappy == 0.5/python-snappy >= 0.5/' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>

Modified: head/security/py-pyaff4/distinfo
==============================================================================
--- head/security/py-pyaff4/distinfo	Thu May 24 17:20:22 2018	(r470794)
+++ head/security/py-pyaff4/distinfo	Thu May 24 17:23:45 2018	(r470795)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468658152
-SHA256 (pyaff4-0.24.post1.zip) = b30eb08407b78e80a1d9b6ab8d67213ea0cc9f93e217d5f3f9a51bad5a6469cf
-SIZE (pyaff4-0.24.post1.zip) = 54592
+TIMESTAMP = 1516106167
+SHA256 (pyaff4-0.26.post6.zip) = 142aefb2876b0f4e4ebfbe1347805cba58a82636bd90c89dbd732f88e87dc8f2
+SIZE (pyaff4-0.26.post6.zip) = 76010

Added: head/security/py-pyaff4/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pyaff4/files/patch-setup.py	Thu May 24 17:23:45 2018	(r470795)
@@ -0,0 +1,19 @@
+--- setup.py.orig	2017-12-05 23:36:26 UTC
++++ setup.py
+@@ -56,11 +56,11 @@ setup(
+     package_dir={"pyaff4": "pyaff4"},
+     install_requires=[
+         "future",
+-        "aff4-snappy == 0.5.1",
+-        "rdflib[sparql] == 4.2.2",
+-        "intervaltree == 2.1.0",
+-        "pyblake2 == 0.9.3",
+-        "expiringdict == 1.1.4",
++        "python-snappy >= 0.5.1",
++        "rdflib[sparql] >= 4.2.2",
++        "intervaltree >= 2.1.0",
++        "pyblake2 >= 0.9.3",
++        "expiringdict >= 1.1.4",
+         "html5lib",
+     ],
+     extras_require=dict(



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805241723.w4OHNjFw096027>