Date: Tue, 13 Mar 2018 21:10:07 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464434 - head/www/py-internetarchive Message-ID: <201803132110.w2DLA7wH050743@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Mar 13 21:10:06 2018 New Revision: 464434 URL: https://svnweb.freebsd.org/changeset/ports/464434 Log: www/py-internetarchive: Update to 1.7.7-3; Add RUN_DEPENDS The upstream fixed the dependencies, so now they work in all python versions. Switched to github to use the intermediate revision. Modified: head/www/py-internetarchive/Makefile head/www/py-internetarchive/distinfo Modified: head/www/py-internetarchive/Makefile ============================================================================== --- head/www/py-internetarchive/Makefile Tue Mar 13 21:09:28 2018 (r464433) +++ head/www/py-internetarchive/Makefile Tue Mar 13 21:10:06 2018 (r464434) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= internetarchive -DISTVERSION= 1.7.7 +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.7-3 +DISTVERSIONSUFFIX= -g571765c CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org @@ -12,7 +13,17 @@ COMMENT= Python interface to archive.org LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clint>=0.4.0:devel/py-clint@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.0:devel/py-docopt@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonpatch>=0.4:devel/py-jsonpatch@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}schema>=0.4.0:devel/py-schema@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.0.0:devel/py-six@${FLAVOR} +py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.csv>0:devel/py-backports.csv@${FLAVOR} + USES= python +USE_GITHUB= yes +GH_ACCOUNT= jjjake USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes Modified: head/www/py-internetarchive/distinfo ============================================================================== --- head/www/py-internetarchive/distinfo Tue Mar 13 21:09:28 2018 (r464433) +++ head/www/py-internetarchive/distinfo Tue Mar 13 21:10:06 2018 (r464434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520721299 -SHA256 (internetarchive-1.7.7.tar.gz) = 4497c9a2e49373ab8a987efb544f881b102f0a11dac2a0685fb5f75f07072c41 -SIZE (internetarchive-1.7.7.tar.gz) = 75691 +TIMESTAMP = 1520974130 +SHA256 (jjjake-internetarchive-v1.7.7-3-g571765c_GH0.tar.gz) = 02f3ea47679d2a678ed7e1b175e33042fd909b1c7de9b7e2a6d29430fd5cf5f4 +SIZE (jjjake-internetarchive-v1.7.7-3-g571765c_GH0.tar.gz) = 114818
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803132110.w2DLA7wH050743>