Date: Thu, 26 Sep 2019 18:18:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512975 - head/devel/py-semantic_version Message-ID: <201909261818.x8QIIsEL054136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 26 18:18:54 2019 New Revision: 512975 URL: https://svnweb.freebsd.org/changeset/ports/512975 Log: Update to 2.8.2 - Change MASTER_SITES from GitHub to CHEESESHOP - Take maintainership Changes: https://github.com/rbarrois/python-semanticversion/blob/master/ChangeLog PR: 240592 Submitted by: sunpoet (myself) Approved by: loader (maintainer) Modified: head/devel/py-semantic_version/Makefile head/devel/py-semantic_version/distinfo Modified: head/devel/py-semantic_version/Makefile ============================================================================== --- head/devel/py-semantic_version/Makefile Thu Sep 26 18:18:48 2019 (r512974) +++ head/devel/py-semantic_version/Makefile Thu Sep 26 18:18:54 2019 (r512975) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= semantic_version -PORTVERSION= 2.6.0 -PORTREVISION= 1 -DISTVERSIONPREFIX= v +PORTVERSION= 2.8.2 +MASTER_SITES= CHEESESHOP CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= loader@FreeBSD.org +MAINTAINER= sunpoeter@FreeBSD.org COMMENT= Python library provides a few tools to handle SemVer in Python LICENSE= MIT @@ -16,14 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= rbarrois -GH_PROJECT= python-semanticversion - -NO_ARCH= yes - USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes do-test: @(cd ${TEST_WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test) Modified: head/devel/py-semantic_version/distinfo ============================================================================== --- head/devel/py-semantic_version/distinfo Thu Sep 26 18:18:48 2019 (r512974) +++ head/devel/py-semantic_version/distinfo Thu Sep 26 18:18:54 2019 (r512975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494696732 -SHA256 (rbarrois-python-semanticversion-v2.6.0_GH0.tar.gz) = 110d9c75dc9670a188ab820503c6b40ea4ab3f1450a0aee5a90a24fd60aef358 -SIZE (rbarrois-python-semanticversion-v2.6.0_GH0.tar.gz) = 31678 +TIMESTAMP = 1568311375 +SHA256 (semantic_version-2.8.2.tar.gz) = 71c716e99086c44d068262b86e4775aa6db7fabee0743e4e33b00fbf6f672585 +SIZE (semantic_version-2.8.2.tar.gz) = 49243
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261818.x8QIIsEL054136>