From owner-svn-ports-all@freebsd.org Thu Apr 6 13:58:32 2017 Return-Path: Delivered-To: svn-ports-all@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 5C84FD31AEE for ; Thu, 6 Apr 2017 13:58:32 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (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 E38557BC for ; Thu, 6 Apr 2017 13:58:31 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-wr0-x241.google.com with SMTP id u18so3646835wrc.1 for ; Thu, 06 Apr 2017 06:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=glaUXrDa/QOSs6NftrhBF72PDWeGZrdON3XlOdsmrss=; b=SSEgp3VQ6AmTFI6MQrj/Zn+qiGyZSw/zHu81qG8SWCCAsJWov4teTlidiMEBFhzsxO z7jid9YhhTd2FQsYOwcR0vEvXTgc/r8NtfIgGWpmX37VYNbq0ZZkqurU4G3lhxWBop9U oODnnEodK7JeuuOCpbZC4HZ9/x1DxbHsKnvZ5hpvfNkVhs4f3GjZmjSYuPBxN/CKoL+6 yCc0zdVph6lXALcR9phXQVxHOloxKSUKwrqwU1PdrR48+7Z+OXF4Zd29ZXANb9THrN39 hVz0OabZWJ3hEfJzf/tSqOuhsbTF9+Dpocothf5umJI59heZfl5wLO6ciF772fzm4UaV tdPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=glaUXrDa/QOSs6NftrhBF72PDWeGZrdON3XlOdsmrss=; b=TQRCLFTI7W5qclRM51dZoXfZc9m43pAW9jNf1mbP7k924//tr8wBGLS84PNvBhsObq 1mWFbDleXY9/KPr0NhhY3VRAkfADrlpDpJtg9d2grBznbhriWZ2ECRTO1tTkMhqPZwPv HW6rj3vnCrc1N0ZnquWGjmwAlwZJySGeDW+auuz45fP9dhTJsWO0zbbMWxybEl6uku4C MWQgIhjpB1qxuCAmeKSU6dq5RcEHovG26FJnxMOi/+HscRaxdjbXxRnTEGr4ovtyiO7p DpM9aZsch/L4I5g2ZDbh/BZMEudzKy37L0ws3c5VaPI3XWBTc0QbcxU5eEZ/AaYngHSj yR5A== X-Gm-Message-State: AFeK/H2Mr8UFQhZH/WL8EobUvh3UXeQ5cjN/QbQy/iQK7dhos5DKNnyGJkwH67ivggQDElmLuWSEchv4uBXPRg== X-Received: by 10.28.16.149 with SMTP id 143mr23119836wmq.42.1491487109734; Thu, 06 Apr 2017 06:58:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.178.84 with HTTP; Thu, 6 Apr 2017 06:58:29 -0700 (PDT) Reply-To: v@fatpipi.com In-Reply-To: <201704051959.v35JxKpE042378@repo.freebsd.org> References: <201704051959.v35JxKpE042378@repo.freebsd.org> From: Vanilla Hsu Date: Thu, 6 Apr 2017 21:58:29 +0800 Message-ID: Subject: Re: svn commit: r437832 - head/devel/py-wrapt To: Sunpoet Po-Chuan Hsieh Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2017 13:58:32 -0000 Hi: But the MAINTAINER still ports@freebsd.org ! 2017-04-06 3:59 GMT+08:00 Sunpoet Po-Chuan Hsieh : > Author: sunpoet > Date: Wed Apr 5 19:59:20 2017 > New Revision: 437832 > URL: https://svnweb.freebsd.org/changeset/ports/437832 > > Log: > Update to 1.10.10 > > - Add LICENSE_FILE > - Strip shared library > - Update pkg-descr > - Change WWW to PyPI > - Take maintainership > > Changes: https://github.com/GrahamDumpleton/wrapt/blob/ > develop/docs/changes.rst > > Modified: > head/devel/py-wrapt/Makefile > head/devel/py-wrapt/distinfo > head/devel/py-wrapt/pkg-descr > > Modified: head/devel/py-wrapt/Makefile > ============================================================ > ================== > --- head/devel/py-wrapt/Makefile Wed Apr 5 19:59:15 2017 > (r437831) > +++ head/devel/py-wrapt/Makefile Wed Apr 5 19:59:20 2017 > (r437832) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= wrapt > -PORTVERSION= 1.10.8 > +PORTVERSION= 1.10.10 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -10,8 +10,12 @@ MAINTAINER= ports@FreeBSD.org > COMMENT= Decorators, wrappers and monkey patching > > LICENSE= BSD2CLAUSE > +LICENSE_FILE= ${WRKSRC}/LICENSE > > -USES= python > USE_PYTHON= autoplist distutils > +USES= python > + > +post-install: > + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/wrapt/_wrappers.so > > .include > > Modified: head/devel/py-wrapt/distinfo > ============================================================ > ================== > --- head/devel/py-wrapt/distinfo Wed Apr 5 19:59:15 2017 > (r437831) > +++ head/devel/py-wrapt/distinfo Wed Apr 5 19:59:20 2017 > (r437832) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1466486348 > -SHA256 (wrapt-1.10.8.tar.gz) = 4ea17e814e39883c6cf1bb9b0835d3 > 16b2f69f0f0882ffe7dad1ede66ba82c73 > -SIZE (wrapt-1.10.8.tar.gz) = 25183 > +TIMESTAMP = 1491416518 > +SHA256 (wrapt-1.10.10.tar.gz) = 42160c91b77f1bc64a955890038e02 > f2f72986c01d462d53cb6cb039b995cdd9 > +SIZE (wrapt-1.10.10.tar.gz) = 27257 > > Modified: head/devel/py-wrapt/pkg-descr > ============================================================ > ================== > --- head/devel/py-wrapt/pkg-descr Wed Apr 5 19:59:15 2017 > (r437831) > +++ head/devel/py-wrapt/pkg-descr Wed Apr 5 19:59:20 2017 > (r437832) > @@ -1,5 +1,11 @@ > -The aim of the wrapt module is to provide a transparent object proxy for > -Python, which can be used as the basis for the construction of function > -wrappers and decorator functions. > +The aim of the wrapt module is to provide a transparent object proxy for > Python, > +which can be used as the basis for the construction of function wrappers > and > +decorator functions. > > -WWW: https://github.com/GrahamDumpleton/wrapt > +The wrapt module focuses very much on correctness. It therefore goes way > beyond > +existing mechanisms such as functools.wraps() to ensure that decorators > preserve > +introspectability, signatures, type checking abilities etc. The > decorators that > +can be constructed using this module will work in far more scenarios than > +typical decorators and provide more predictable and consistent behaviour. > + > +WWW: https://pypi.python.org/pypi/wrapt > >