mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
update certbot
This commit is contained in:
19
python/py-distro/Makefile
Normal file
19
python/py-distro/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
||||
# $FreeBSD: head/sysutils/py-distro/Makefile 498530 2019-04-10 06:18:31Z antoine $
|
||||
|
||||
PORTNAME= distro
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= woodsb02@FreeBSD.org
|
||||
COMMENT= Linux OS platform information API
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
SHEBANG_FILES= query_local_distro.py
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
python/py-distro/distinfo
Normal file
3
python/py-distro/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1549288968
|
||||
SHA256 (distro-1.4.0.tar.gz) = 362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57
|
||||
SIZE (distro-1.4.0.tar.gz) = 53719
|
||||
10
python/py-distro/pkg-descr
Normal file
10
python/py-distro/pkg-descr
Normal file
@@ -0,0 +1,10 @@
|
||||
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.
|
||||
|
||||
WWW: https://github.com/nir0s/distro
|
||||
Reference in New Issue
Block a user