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

ftp/py-tftpy: Update to 0.8.1

- Update LICENSE_FILE

Changes:	https://github.com/msoulier/tftpy/blob/master/README
		https://github.com/msoulier/tftpy/commits/master
This commit is contained in:
Po-Chuan Hsieh 2021-06-15 01:40:08 +08:00
parent 0894e4def1
commit f0958b1d93
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,7 @@
# Created by: Ju Pengfei <jupengfei@gmail.com>
PORTNAME= tftpy
PORTVERSION= 0.8.0
PORTREVISION= 1
PORTVERSION= 0.8.1
CATEGORIES= ftp python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,7 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure Python TFTP library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1536942130
SHA256 (tftpy-0.8.0.tar.gz) = c9095f6420125690865717e251dac3382abe5562d98b79780857b4535f554ffe
SIZE (tftpy-0.8.0.tar.gz) = 32872
TIMESTAMP = 1622214102
SHA256 (tftpy-0.8.1.tar.gz) = 6bc1583d497d04162f05c79d27e836158cdc29f6ce275cc1f42f6f0f41965982
SIZE (tftpy-0.8.1.tar.gz) = 35807

View File

@ -3,5 +3,4 @@ and server classes, with sample implementations. Hooks are included for easy
inclusion in a UI for populating progress indicators. It supports RFCs 1350,
2347, 2348 and the tsize option from RFC 2349.
WWW: https://pypi.org/project/tftpy/
WWW: https://github.com/msoulier/tftpy