svn commit: r488758 - head/devel/py-aiorpcX
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Dec 31 07:40:39 UTC 2018
Author: ehaupt
Date: Mon Dec 31 07:40:38 2018
New Revision: 488758
URL: https://svnweb.freebsd.org/changeset/ports/488758
Log:
Update to 0.10.2, this version no longer requires devel/py-attrs as a build
dependency.
Modified:
head/devel/py-aiorpcX/Makefile
head/devel/py-aiorpcX/distinfo
Modified: head/devel/py-aiorpcX/Makefile
==============================================================================
--- head/devel/py-aiorpcX/Makefile Mon Dec 31 06:38:42 2018 (r488757)
+++ head/devel/py-aiorpcX/Makefile Mon Dec 31 07:40:38 2018 (r488758)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= aiorpcX
-PORTVERSION= 0.10.1
+PORTVERSION= 0.10.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,6 @@ COMMENT= Generic async RPC implementation, including J
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR}
USES= python:3.6+
Modified: head/devel/py-aiorpcX/distinfo
==============================================================================
--- head/devel/py-aiorpcX/distinfo Mon Dec 31 06:38:42 2018 (r488757)
+++ head/devel/py-aiorpcX/distinfo Mon Dec 31 07:40:38 2018 (r488758)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545590184
-SHA256 (aiorpcX-0.10.1.tar.gz) = 0c0a3342a43d939f00af84684fd08c0c5e7de4fa3eb21740063bea98f6070798
-SIZE (aiorpcX-0.10.1.tar.gz) = 23250
+TIMESTAMP = 1546241816
+SHA256 (aiorpcX-0.10.2.tar.gz) = d2bf57fc46ae37d769ab3f5e58ebee4b44acab626e597b5150a201284b9808dd
+SIZE (aiorpcX-0.10.2.tar.gz) = 23312
More information about the svn-ports-head
mailing list