Date: Thu, 26 Sep 2019 18:12:11 +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: r512913 - in head/devel: . py-semantic_version26 Message-ID: <201909261812.x8QICBfK044523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 26 18:12:10 2019 New Revision: 512913 URL: https://svnweb.freebsd.org/changeset/ports/512913 Log: Add py-semantic_version26 2.6.0 (copied from py-semantic_version) - Change MASTER_SITES from GitHub to CHEESESHOP - Take maintainership Added: head/devel/py-semantic_version26/ - copied from r512799, head/devel/py-semantic_version/ Modified: head/devel/Makefile head/devel/py-semantic_version26/Makefile head/devel/py-semantic_version26/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 26 17:50:43 2019 (r512912) +++ head/devel/Makefile Thu Sep 26 18:12:10 2019 (r512913) @@ -5028,6 +5028,7 @@ SUBDIR += py-selectors2 SUBDIR += py-selectors34 SUBDIR += py-semantic_version + SUBDIR += py-semantic_version26 SUBDIR += py-semver SUBDIR += py-serializable SUBDIR += py-serpent Modified: head/devel/py-semantic_version26/Makefile ============================================================================== --- head/devel/py-semantic_version/Makefile Wed Sep 25 17:20:26 2019 (r512799) +++ head/devel/py-semantic_version26/Makefile Thu Sep 26 18:12:10 2019 (r512913) @@ -3,27 +3,25 @@ PORTNAME= semantic_version PORTVERSION= 2.6.0 -PORTREVISION= 1 -DISTVERSIONPREFIX= v +MASTER_SITES= CHEESESHOP CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 26 -MAINTAINER= loader@FreeBSD.org +MAINTAINER= sunpoeter@FreeBSD.org COMMENT= Python library provides a few tools to handle SemVer in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= rbarrois -GH_PROJECT= python-semanticversion +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -USES= python -USE_PYTHON= autoplist concurrent distutils +PORTSCOUT= ignore:1 do-test: @(cd ${TEST_WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test) Modified: head/devel/py-semantic_version26/distinfo ============================================================================== --- head/devel/py-semantic_version/distinfo Wed Sep 25 17:20:26 2019 (r512799) +++ head/devel/py-semantic_version26/distinfo Thu Sep 26 18:12:10 2019 (r512913) @@ -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 = 1568110709 +SHA256 (semantic_version-2.6.0.tar.gz) = 2a4328680073e9b243667b201119772aefc5fc63ae32398d6afafff07c4f54c0 +SIZE (semantic_version-2.6.0.tar.gz) = 13919
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261812.x8QICBfK044523>