svn commit: r498589 - head/net/py-smart_open
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 10 20:29:03 UTC 2019
Author: sunpoet
Date: Wed Apr 10 20:28:56 2019
New Revision: 498589
URL: https://svnweb.freebsd.org/changeset/ports/498589
Log:
Update to 1.8.1
Changes: https://github.com/RaRe-Technologies/smart_open/releases
Modified:
head/net/py-smart_open/Makefile
head/net/py-smart_open/distinfo
Modified: head/net/py-smart_open/Makefile
==============================================================================
--- head/net/py-smart_open/Makefile Wed Apr 10 20:28:51 2019 (r498588)
+++ head/net/py-smart_open/Makefile Wed Apr 10 20:28:56 2019 (r498589)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= smart_open
-PORTVERSION= 1.8.0
+PORTVERSION= 1.8.1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -26,4 +26,10 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3300
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.lzma>=0:archivers/py-backports.lzma@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/net/py-smart_open/distinfo
==============================================================================
--- head/net/py-smart_open/distinfo Wed Apr 10 20:28:51 2019 (r498588)
+++ head/net/py-smart_open/distinfo Wed Apr 10 20:28:56 2019 (r498589)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547717881
-SHA256 (smart_open-1.8.0.tar.gz) = a52206bb69c38c5f08709ec2ee5704b0f86fc0a770935b5dad9b5841bfd5f502
-SIZE (smart_open-1.8.0.tar.gz) = 40713
+TIMESTAMP = 1554924550
+SHA256 (smart_open-1.8.1.tar.gz) = b154d2118b7493935f9ede71b6b48fd3bfcb94f7e423877e57b48af429af6828
+SIZE (smart_open-1.8.1.tar.gz) = 48083
More information about the svn-ports-all
mailing list