1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/py-distro: Update pkg-descr

- Take maintainership
This commit is contained in:
Po-Chuan Hsieh 2021-05-26 20:55:27 +08:00
parent 11e789d421
commit eaf91b9790
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 8 additions and 10 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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