Download raw body.
update archivers/py-brotli and drop MAINTAINER
Hi,
Here is an update to archivers/py-brotli to the latest version 1.1.0
from August 2023. I installed it and successfully tested the build of
the direct consumers py-fonttools, py-aiohttp, py-httpbin, and
py-requests.
ok?
As I don't use it anymore I will drop myself from MAINTAINER with/after
this update.
Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/py-brotli/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 6 May 2024 12:22:30 -0000 1.8
+++ Makefile 14 May 2024 00:23:58 -0000
@@ -1,9 +1,8 @@
COMMENT = Python bindings for the Brotli compression library
-MODPY_EGG_VERSION = 1.0.9
+MODPY_EGG_VERSION = 1.1.0
DISTNAME = Brotli-${MODPY_EGG_VERSION}
PKGNAME = py-brotli-${MODPY_EGG_VERSION}
-REVISION = 4
CATEGORIES = archivers
@@ -13,8 +12,6 @@ HOMEPAGE = https://github.com/google/br
# MIT
PERMIT_PACKAGE = Yes
-
-EXTRACT_SUFX = .zip
# C++
COMPILER = base-clang ports-gcc base-gcc
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/py-brotli/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 12 Sep 2020 20:38:14 -0000 1.1.1.1
+++ distinfo 14 May 2024 00:23:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (Brotli-1.0.9.zip) = TRuBCqDtdz+B3O2izHtAPQEFdFhzDjCYVjVtTvQYhDg=
-SIZE (Brotli-1.0.9.zip) = 510202
+SHA256 (Brotli-1.1.0.tar.gz) = gd4IrBG8uFhB5EDBNhHAC2fTv4JpgxSSjQtnY2JUZyQ=
+SIZE (Brotli-1.1.0.tar.gz) = 7372270
update archivers/py-brotli and drop MAINTAINER