From owner-dev-commits-ports-main@freebsd.org Wed May 26 12:58:49 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F42E63C120; Wed, 26 May 2021 12:58:49 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fqrc91XyBz4tLp; Wed, 26 May 2021 12:58:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C00211587; Wed, 26 May 2021 12:58:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14QCwnol033511; Wed, 26 May 2021 12:58:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14QCwncU033510; Wed, 26 May 2021 12:58:49 GMT (envelope-from git) Date: Wed, 26 May 2021 12:58:49 GMT Message-Id: <202105261258.14QCwncU033510@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: eaf91b9790f4 - main - sysutils/py-distro: Update pkg-descr MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eaf91b9790f4563c9749d404a4e550fcc3b748c3 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2021 12:58:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eaf91b9790f4563c9749d404a4e550fcc3b748c3 commit eaf91b9790f4563c9749d404a4e550fcc3b748c3 Author: Po-Chuan Hsieh AuthorDate: 2021-05-26 12:55:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-26 12:55:27 +0000 sysutils/py-distro: Update pkg-descr - Take maintainership --- sysutils/py-distro/Makefile | 5 +++-- sysutils/py-distro/pkg-descr | 13 +++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/sysutils/py-distro/Makefile b/sysutils/py-distro/Makefile index f73d82005859..e63fdb0d48df 100644 --- a/sysutils/py-distro/Makefile +++ b/sysutils/py-distro/Makefile @@ -6,7 +6,7 @@ CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Linux OS platform information API LICENSE= APACHE20 @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ shebangfix USE_PYTHON= autoplist concurrent distutils -SHEBANG_FILES= query_local_distro.py NO_ARCH= yes +SHEBANG_FILES= query_local_distro.py + .include diff --git a/sysutils/py-distro/pkg-descr b/sysutils/py-distro/pkg-descr index eb936c6b24ee..169403caed5e 100644 --- a/sysutils/py-distro/pkg-descr +++ b/sysutils/py-distro/pkg-descr @@ -1,10 +1,7 @@ -distro (for: Linux Distribution) provides information about the Linux -distribution it runs on, such as a reliable machine-readable ID, or version -information. - -It is a renewed alternative implementation for Python's original -platform.linux_distribution function, but it also provides much more -functionality which isn't necessarily Python bound like a command-line -interface. +distro provides information about the OS distribution it runs on, such as a +reliable machine-readable ID, or version information. It is the recommended +replacement for Python's original platform.linux_distribution function. It also +provides much more functionality which isn't necessarily Python bound, like a +command-line interface. WWW: https://github.com/nir0s/distro