From owner-svn-ports-head@freebsd.org Mon Jul 27 06:32:55 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 C80579AB962; Mon, 27 Jul 2015 06:32:55 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (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 987A9DFE; Mon, 27 Jul 2015 06:32:55 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pachj5 with SMTP id hj5so46209155pac.3; Sun, 26 Jul 2015 23:32:55 -0700 (PDT) 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=w7KU8+6AUzIgF2YwHpfW0ihhS+rjHg94iqxJrk+Qi3I=; b=bZfQX5phA65mjlXkiuX7lCdrjti7t0AFsgVJ5g6cGwQF7BY9Wcj7lFhl6JFZSHbfaG mI7q0awoAzP7WhwilQZ5Qs/eg3xEH0hUSqk7O4paMvnx6ljDWtFG9QaPpRm4MdnBUHTN lhzR1FkL4WcZutss42SEOAOuWtufa9Yh6ex846zs1bajhgMu1ZfH3OFxULkFbNQXPxuf MUbDnKv17DA6WgDSdARRZVXrYTOlCMWMhlLx14bJXci7kSK4zk29aUUzFCZrNaWb+Eeg sQE5knFyTWwaNBk05w7RzMsfMuiCuNWvzx+Fxf8tM67YyXZs0QYvkuJvPy7fwGOCdXtJ PZRw== X-Received: by 10.66.141.42 with SMTP id rl10mr63939845pab.25.1437978775137; Sun, 26 Jul 2015 23:32:55 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::9? (2001-44b8-31ae-7b01-0000-0000-0000-0009.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::9]) by smtp.gmail.com with ESMTPSA id ca13sm27438674pac.25.2015.07.26.23.32.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Jul 2015 23:32:54 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r392935 - in head/devel: . py-stdnum References: <201507261805.t6QI5v8Q076147@repo.freebsd.org> To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak Message-ID: <55B5D090.3000803@FreeBSD.org> Date: Mon, 27 Jul 2015 16:32:48 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507261805.t6QI5v8Q076147@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: Mon, 27 Jul 2015 06:32:55 -0000 On 27/07/2015 4:05 AM, Kurt Jaeger wrote: > Author: pi > Date: Sun Jul 26 18:05:56 2015 > New Revision: 392935 > URL: https://svnweb.freebsd.org/changeset/ports/392935 > > Log: > New port: devel/py-stdnum > > Python module to parse, validate and reformat standard numbers and codes. > > This library offers functions for parsing, validating and reformatting > standard numbers and codes in various formats. > > WWW: https://pypi.python.org/pypi/python-stdnum/ > > Added: > head/devel/py-stdnum/ > head/devel/py-stdnum/Makefile (contents, props changed) > head/devel/py-stdnum/distinfo (contents, props changed) > head/devel/py-stdnum/pkg-descr (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Sun Jul 26 17:12:02 2015 (r392934) > +++ head/devel/Makefile Sun Jul 26 18:05:56 2015 (r392935) > @@ -4196,6 +4196,7 @@ > SUBDIR += py-speaklater > SUBDIR += py-sqlcc > SUBDIR += py-statgrab > + SUBDIR += py-stdnum > SUBDIR += py-stevedore > SUBDIR += py-stsci.distutils > SUBDIR += py-subversion > > Added: head/devel/py-stdnum/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-stdnum/Makefile Sun Jul 26 18:05:56 2015 (r392935) > @@ -0,0 +1,19 @@ > +# $FreeBSD$ > + > +PORTNAME= stdnum > +PORTVERSION= 1.1 > +CATEGORIES= devel python > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > +DISTNAME= python-${PORTNAME}-${PORTVERSION} This needs to be renamed to match upstream (PyPI) name: py-python-stdnum See: * https://wiki.freebsd.org/Python/PortsPolicy * https://lists.freebsd.org/pipermail/freebsd-python/2015-July/008589.html > +MAINTAINER= pi@FreeBSD.org > +COMMENT= Python module to handle standardized numbers and codes > + > +LICENSE= LGPL21 > + > +# Python3 ready > +USES= python > +USE_PYTHON= distutils autoplist > + > +.include > > Added: head/devel/py-stdnum/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-stdnum/distinfo Sun Jul 26 18:05:56 2015 (r392935) > @@ -0,0 +1,2 @@ > +SHA256 (python-stdnum-1.1.tar.gz) = 66ee880bfd60cadeca667eba6f29803b6712eb554a2d19cfb8e1ea86ce42df35 > +SIZE (python-stdnum-1.1.tar.gz) = 205495 > > Added: head/devel/py-stdnum/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/py-stdnum/pkg-descr Sun Jul 26 18:05:56 2015 (r392935) > @@ -0,0 +1,6 @@ > +Python module to parse, validate and reformat standard numbers and codes. > + > +This library offers functions for parsing, validating and reformatting > +standard numbers and codes in various formats. > + > +WWW: https://pypi.python.org/pypi/python-stdnum/ >