View | Details | Raw Unified | Return to bug 250180 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-pgpy/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pgpy
3
PORTNAME=	pgpy
4
PORTVERSION=	0.5.2
4
PORTVERSION=	0.5.3
5
CATEGORIES=	security python
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)security/py-pgpy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1585942192
1
TIMESTAMP = 1602063076
2
SHA256 (PGPy-0.5.2.tar.gz) = a702668a8b8fb84889ecd840da63c9e323d19bc2132cc5478d534ede3ec49444
2
SHA256 (PGPy-0.5.3.tar.gz) = a49c269cedcaf82ac6999bcae5fd3f543ecb1c759f9d48a15ad8d8fa4ac03987
3
SIZE (PGPy-0.5.2.tar.gz) = 73523
3
SIZE (PGPy-0.5.3.tar.gz) = 605465
(-)security/py-pgpy/files/patch-setup.cfg (+10 lines)
Line 0 Link Here
1
--- setup.cfg.orig	2020-10-07 09:40:41 UTC
2
+++ setup.cfg
3
@@ -39,7 +39,6 @@ install_requires = 
4
 	enum34; python_version < '3.4'
5
 setup_requires = 
6
 	setuptools
7
-	wheel
8
 python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
9
 
10
 [build_sphinx]

Return to bug 250180