git: eaf91b9790f4 - main - sysutils/py-distro: Update pkg-descr
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 26 12:58:50 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eaf91b9790f4563c9749d404a4e550fcc3b748c3
commit eaf91b9790f4563c9749d404a4e550fcc3b748c3
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-26 12:55:27 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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 <bsd.port.mk>
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
More information about the dev-commits-ports-main
mailing list