update certbot

This commit is contained in:
ziggi
2020-01-09 07:21:37 +00:00
parent bbb5261932
commit 2620a34f1e
4 changed files with 34 additions and 1 deletions

19
python/py-distro/Makefile Normal file
View 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>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1549288968
SHA256 (distro-1.4.0.tar.gz) = 362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57
SIZE (distro-1.4.0.tar.gz) = 53719

View 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