Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 02:02:57 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        William Grzybowski <wg@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r401339 - in head/devel: . py-setuptools_scm
Message-ID:  <5644AA21.6070504@FreeBSD.org>
In-Reply-To: <201511121248.tACCmpoS020999@repo.freebsd.org>
References:  <201511121248.tACCmpoS020999@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/11/2015 11:48 PM, William Grzybowski wrote:
> Author: wg
> Date: Thu Nov 12 12:48:51 2015
> New Revision: 401339
> URL: https://svnweb.freebsd.org/changeset/ports/401339
> 
> Log:
>   devel/py-setuptools_scm: Setuptools plugin to manage your versions by scm tags
>   
>   Handles managing your python package versions in scm metadata instead of
>   declaring them as the version argument or in a scm managed file.
>   
>   WWW: https://github.com/pypa/setuptools_scm/
> 
> Added:
>   head/devel/py-setuptools_scm/
>   head/devel/py-setuptools_scm/Makefile   (contents, props changed)
>   head/devel/py-setuptools_scm/distinfo   (contents, props changed)
>   head/devel/py-setuptools_scm/pkg-descr   (contents, props changed)
> Modified:
>   head/devel/Makefile
> 
> Modified: head/devel/Makefile
> ==============================================================================
> --- head/devel/Makefile	Thu Nov 12 12:39:34 2015	(r401338)
> +++ head/devel/Makefile	Thu Nov 12 12:48:51 2015	(r401339)
> @@ -4286,6 +4286,7 @@
>      SUBDIR += py-setuptools35
>      SUBDIR += py-setuptools_darcs
>      SUBDIR += py-setuptools_hg
> +    SUBDIR += py-setuptools_scm
>      SUBDIR += py-sh
>      SUBDIR += py-shapely
>      SUBDIR += py-simplegeneric
> 
> Added: head/devel/py-setuptools_scm/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-setuptools_scm/Makefile	Thu Nov 12 12:48:51 2015	(r401339)
> @@ -0,0 +1,17 @@
> +# $FreeBSD$
> +
> +PORTNAME=	setuptools_scm
> +PORTVERSION=	1.8.0
> +CATEGORIES=	devel python
> +MASTER_SITES=	CHEESESHOP
> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER=	wg@FreeBSD.org
> +COMMENT=	Setuptools plugin to manage your versions by scm tags
> +
> +LICENSE=	MIT
> +
> +USES=		python tar:bz2
> +USE_PYTHON=	distutils autoplist
> +
> +.include <bsd.port.mk>
> 
> Added: head/devel/py-setuptools_scm/distinfo
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-setuptools_scm/distinfo	Thu Nov 12 12:48:51 2015	(r401339)
> @@ -0,0 +1,2 @@
> +SHA256 (setuptools_scm-1.8.0.tar.bz2) = ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602
> +SIZE (setuptools_scm-1.8.0.tar.bz2) = 14491
> 
> Added: head/devel/py-setuptools_scm/pkg-descr
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/py-setuptools_scm/pkg-descr	Thu Nov 12 12:48:51 2015	(r401339)
> @@ -0,0 +1,4 @@
> +Handles managing your python package versions in scm metadata instead of
> +declaring them as the version argument or in a scm managed file.
> +
> +WWW: https://github.com/pypa/setuptools_scm/
> 

Beat me to it ;)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5644AA21.6070504>