From b244be1cd47e47d9939a04e5a4f7f8fc488ade20 Mon Sep 17 00:00:00 2001 From: Sofian Brabez Date: Tue, 24 Nov 2020 14:58:57 +0000 Subject: [PATCH] - Update to 0.5.0 --- archivers/py-lzma/Makefile | 2 +- archivers/py-lzma/distinfo | 6 +++--- archivers/py-lzma/files/patch-setup.py | 19 ------------------- 3 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 archivers/py-lzma/files/patch-setup.py diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index 1f86ba83f18f..bb47b477c6f8 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzma -PORTVERSION= 0.4.9 +PORTVERSION= 0.5.0 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-lzma/distinfo b/archivers/py-lzma/distinfo index cf41b5e9cb54..3cf8058efeb8 100644 --- a/archivers/py-lzma/distinfo +++ b/archivers/py-lzma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505998419 -SHA256 (pylzma-0.4.9.tar.gz) = e974bc3a01260715145083c49dc28d365bb43f961ee7f6a2850c10562dbe6c5d -SIZE (pylzma-0.4.9.tar.gz) = 115699 +TIMESTAMP = 1606229440 +SHA256 (pylzma-0.5.0.tar.gz) = b874172afbf37770e643bf2dc9d9b6b03eb95d8f8162e157145b3fe9e1b68a1c +SIZE (pylzma-0.5.0.tar.gz) = 4215481 diff --git a/archivers/py-lzma/files/patch-setup.py b/archivers/py-lzma/files/patch-setup.py deleted file mode 100644 index f37d6a85ff34..000000000000 --- a/archivers/py-lzma/files/patch-setup.py +++ /dev/null @@ -1,19 +0,0 @@ ---- setup.py.orig 2016-07-26 12:20:39 UTC -+++ setup.py -@@ -28,13 +28,10 @@ from distutils import log - from distutils.command.build_ext import build_ext as _build_ext - from version import get_git_version - --try: -- from setuptools import setup, Extension --except ImportError: -- from ez_setup import use_setuptools -- use_setuptools() -+from ez_setup import use_setuptools -+use_setuptools() - -- from setuptools import setup, Extension -+from setuptools import setup, Extension - - class UnsupportedPlatformWarning(Warning): - pass