From owner-svn-ports-all@freebsd.org Tue May 30 15:21:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83E78B7F62D; Tue, 30 May 2017 15:21:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 532566607E; Tue, 30 May 2017 15:21:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UFLUDS077530; Tue, 30 May 2017 15:21:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLU5p077526; Tue, 30 May 2017 15:21:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLU5p077526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 May 2017 15:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442074 - head/devel/py-tempora X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:31 -0000 Author: sunpoet Date: Tue May 30 15:21:30 2017 New Revision: 442074 URL: https://svnweb.freebsd.org/changeset/ports/442074 Log: Update to 1.7 - Allow concurrent installation (USE_PYTHON=concurrent) - Sort USE_PYTHON - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/jaraco/tempora/commits/master Modified: head/devel/py-tempora/Makefile head/devel/py-tempora/distinfo (contents, props changed) head/devel/py-tempora/pkg-descr (contents, props changed) Modified: head/devel/py-tempora/Makefile ============================================================================== --- head/devel/py-tempora/Makefile Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/Makefile Tue May 30 15:21:30 2017 (r442074) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= tempora -PORTVERSION= 1.6.1 +PORTVERSION= 1.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Objects and routines pertaining to date and time LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six -USES= python -USE_PYTHON= distutils autoplist NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python .include Modified: head/devel/py-tempora/distinfo ============================================================================== --- head/devel/py-tempora/distinfo Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/distinfo Tue May 30 15:21:30 2017 (r442074) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474944427 -SHA256 (tempora-1.6.1.tar.gz) = 1c15b3ec37933192470e7e7f0dcd5fbb372a85f13c86ddb4c306f280a7fc1453 -SIZE (tempora-1.6.1.tar.gz) = 11423 +TIMESTAMP = 1495625564 +SHA256 (tempora-1.7.tar.gz) = a264672b7f39198eb90b531490ade4e873f6e13839253636c3bd6a5549be1984 +SIZE (tempora-1.7.tar.gz) = 11645 Modified: head/devel/py-tempora/pkg-descr ============================================================================== --- head/devel/py-tempora/pkg-descr Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/pkg-descr Tue May 30 15:21:30 2017 (r442074) @@ -1,3 +1,4 @@ Tempora is a objects and routines pertaining to date and time. +WWW: https://pypi.python.org/pypi/tempora WWW: https://github.com/jaraco/tempora