From 2857017075e94e84c20b2cd02c6ec2354a112600 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 13 Feb 2021 13:05:19 +0000 Subject: [PATCH] - Update to 0.5.3 PR: 250180 Submitted by: contact@evilham.com (maintainer) --- security/py-pgpy/Makefile | 2 +- security/py-pgpy/distinfo | 6 +++--- security/py-pgpy/files/patch-setup.cfg | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 security/py-pgpy/files/patch-setup.cfg diff --git a/security/py-pgpy/Makefile b/security/py-pgpy/Makefile index 4eebca031f7f..a7daf72d0995 100644 --- a/security/py-pgpy/Makefile +++ b/security/py-pgpy/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pgpy -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-pgpy/distinfo b/security/py-pgpy/distinfo index a236e71b40d8..cefea76543dc 100644 --- a/security/py-pgpy/distinfo +++ b/security/py-pgpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585942192 -SHA256 (PGPy-0.5.2.tar.gz) = a702668a8b8fb84889ecd840da63c9e323d19bc2132cc5478d534ede3ec49444 -SIZE (PGPy-0.5.2.tar.gz) = 73523 +TIMESTAMP = 1602063076 +SHA256 (PGPy-0.5.3.tar.gz) = a49c269cedcaf82ac6999bcae5fd3f543ecb1c759f9d48a15ad8d8fa4ac03987 +SIZE (PGPy-0.5.3.tar.gz) = 605465 diff --git a/security/py-pgpy/files/patch-setup.cfg b/security/py-pgpy/files/patch-setup.cfg new file mode 100644 index 000000000000..d5e92507c681 --- /dev/null +++ b/security/py-pgpy/files/patch-setup.cfg @@ -0,0 +1,10 @@ +--- setup.cfg.orig 2020-10-07 09:40:41 UTC ++++ setup.cfg +@@ -39,7 +39,6 @@ install_requires = + enum34; python_version < '3.4' + setup_requires = + setuptools +- wheel + python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* + + [build_sphinx]