From owner-svn-ports-head@freebsd.org Thu Nov 12 15:03:07 2015 Return-Path: Delivered-To: svn-ports-head@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 80721A2C94A; Thu, 12 Nov 2015 15:03:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F93317B3; Thu, 12 Nov 2015 15:03:07 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhx2 with SMTP id hx2so67268972pad.1; Thu, 12 Nov 2015 07:03:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Fdz73MgphWeymR/G44Kav3AmvsqTlKSemwRYJfHLA+I=; b=EpZaFlFjr6tnQooc8x+CzzsXYUfkGAVPjLiNL8DxtHPw4bQcamNJzpZ7v/KqrcVqQw o8ae8mgC+D31LcZNlhc8h+izY2g+GS/FNEsPGb0LMAHEB9/luwz+faiz9YbEBcvEPD8A uk4QQZleQvCS/Zb053XGqMQxXfGL70d/YCxplAf9kBxBcJtka2VyppA5c5tXwhXKROoU DcrUt1vVIYAn8BYF66uEHcPGHHSF6q+wZxUyxB3XUHdQS9Jfhsg6/xB1razHqlzGn4pF YxD2ikRPTg9vCgsrAQOyqblinkwvwsOaVnqFQljpeJFFGbOnA0AdTkLOPDi3Fw46H2na 6EAg== X-Received: by 10.66.124.135 with SMTP id mi7mr24066263pab.102.1447340586663; Thu, 12 Nov 2015 07:03:06 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:d06c:e63f:c1f0:dfb5? (2001-44b8-31ae-7b01-d06c-e63f-c1f0-dfb5.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:d06c:e63f:c1f0:dfb5]) by smtp.gmail.com with ESMTPSA id bp2sm15280736pbc.46.2015.11.12.07.03.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Nov 2015 07:03:06 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r401339 - in head/devel: . py-setuptools_scm References: <201511121248.tACCmpoS020999@repo.freebsd.org> To: William Grzybowski , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <5644AA21.6070504@FreeBSD.org> Date: Fri, 13 Nov 2015 02:02:57 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511121248.tACCmpoS020999@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 15:03:07 -0000 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 > > 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 ;)