From owner-svn-ports-all@freebsd.org Thu Feb 22 17:44:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D75AF1A6DA; Thu, 22 Feb 2018 17:44:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86D9B6F3B6; Thu, 22 Feb 2018 17:44:36 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 680CE2CE2; Thu, 22 Feb 2018 17:44:36 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1MHiaxv032063; Thu, 22 Feb 2018 17:44:36 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1MHia2v032061; Thu, 22 Feb 2018 17:44:36 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201802221744.w1MHia2v032061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 22 Feb 2018 17:44:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462616 - head/x11-toolkits/py-xlib X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/x11-toolkits/py-xlib X-SVN-Commit-Revision: 462616 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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, 22 Feb 2018 17:44:37 -0000 Author: dbaio Date: Thu Feb 22 17:44:36 2018 New Revision: 462616 URL: https://svnweb.freebsd.org/changeset/ports/462616 Log: x11-toolkits/py-xlib: Update to 0.21 While here: Add LICENSE_FILE Allow concurrent installation Reorder Makefile Changes: https://github.com/python-xlib/python-xlib/releases/tag/0.21 PR: 226115 Submitted by: Eero Hänninen (maintainer) Modified: head/x11-toolkits/py-xlib/Makefile head/x11-toolkits/py-xlib/distinfo Modified: head/x11-toolkits/py-xlib/Makefile ============================================================================== --- head/x11-toolkits/py-xlib/Makefile Thu Feb 22 17:08:46 2018 (r462615) +++ head/x11-toolkits/py-xlib/Makefile Thu Feb 22 17:44:36 2018 (r462616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xlib -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= x11-toolkits python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,17 +10,20 @@ MAINTAINER= fax@nohik.ee COMMENT= X11 library for Python LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.7:devel/py-setuptools_scm@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} +USES= python + +USE_GITHUB= yes GH_ACCOUNT= python-xlib GH_PROJECT= python-xlib -USES= python -USE_GITHUB= yes -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes .include Modified: head/x11-toolkits/py-xlib/distinfo ============================================================================== --- head/x11-toolkits/py-xlib/distinfo Thu Feb 22 17:08:46 2018 (r462615) +++ head/x11-toolkits/py-xlib/distinfo Thu Feb 22 17:44:36 2018 (r462616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506335181 -SHA256 (python-xlib-python-xlib-0.20_GH0.tar.gz) = 3b7ebd9aa96110f72adfeb305df210590ab35b69bfbd06afe0c2697f65047b09 -SIZE (python-xlib-python-xlib-0.20_GH0.tar.gz) = 231419 +TIMESTAMP = 1519319999 +SHA256 (python-xlib-python-xlib-0.21_GH0.tar.gz) = 14bc4eb406f5dc071410520751ddd239fb19499bafeefb31abc9be367ec47741 +SIZE (python-xlib-python-xlib-0.21_GH0.tar.gz) = 217379