From owner-svn-ports-head@freebsd.org Wed Dec 19 15:34:29 2018 Return-Path: Delivered-To: svn-ports-head@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 195E913390EA; Wed, 19 Dec 2018 15:34:29 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A12A85B45; Wed, 19 Dec 2018 15:34:28 +0000 (UTC) (envelope-from zeising@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 58576FDD0; Wed, 19 Dec 2018 15:34:28 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBJFYSnI021063; Wed, 19 Dec 2018 15:34:28 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBJFYRTe021059; Wed, 19 Dec 2018 15:34:27 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201812191534.wBJFYRTe021059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 19 Dec 2018 15:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487802 - in head/devel: . py-pyudev X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/devel: . py-pyudev X-SVN-Commit-Revision: 487802 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6A12A85B45 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 19 Dec 2018 15:34:29 -0000 Author: zeising Date: Wed Dec 19 15:34:27 2018 New Revision: 487802 URL: https://svnweb.freebsd.org/changeset/ports/487802 Log: Add new port: devel/py-pyudev Add new port devel/py-pyudev, python bindnings to libudev. This is needed for updated libinput More info here: https://pyudev.readthedocs.io/en/latest/ Obtained from: https://github.com/myfreeweb/freebsd-ports-dank/tree/master/devel/py-pyudev PR: 222905 (based on) Submitted by: wulf, Greg V Obtained from: FreeBSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports Added: head/devel/py-pyudev/ head/devel/py-pyudev/Makefile (contents, props changed) head/devel/py-pyudev/distinfo (contents, props changed) head/devel/py-pyudev/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 19 14:57:33 2018 (r487801) +++ head/devel/Makefile Wed Dec 19 15:34:27 2018 (r487802) @@ -5018,6 +5018,7 @@ SUBDIR += py-pytrie SUBDIR += py-pytvmaze SUBDIR += py-pytz + SUBDIR += py-pyudev SUBDIR += py-pyutil SUBDIR += py-pyvalid SUBDIR += py-pyvisa Added: head/devel/py-pyudev/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyudev/Makefile Wed Dec 19 15:34:27 2018 (r487802) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= pyudev +PORTVERSION= 0.21.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= x11@FreeBSD.org +COMMENT= Pure Python libudev binding + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libudev.so:devel/libudev-devd +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/devel/py-pyudev/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyudev/distinfo Wed Dec 19 15:34:27 2018 (r487802) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527799557 +SHA256 (pyudev-0.21.0.tar.gz) = 094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b +SIZE (pyudev-0.21.0.tar.gz) = 89469 Added: head/devel/py-pyudev/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyudev/pkg-descr Wed Dec 19 15:34:27 2018 (r487802) @@ -0,0 +1,8 @@ +pyudev is a LGPL licensed, pure Python binding for libudev, the device +and hardware management and information library for Linux. It supports +almost all libudev functionality. You can enumerate devices, query +device properties and attributes or monitor devices, including +asynchronous monitoring with threads, or within the event loops of Qt, +Glib or wxPython. + +WWW: https://pyudev.readthedocs.org