1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Update to 0.5.0

This commit is contained in:
Sofian Brabez 2020-11-24 14:58:57 +00:00
parent 9113e1f7c7
commit b244be1cd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556162
3 changed files with 4 additions and 23 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lzma
PORTVERSION= 0.4.9
PORTVERSION= 0.5.0
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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