git: 5ec7bed73e1a - main - lang/cython: Update to 0.29.33

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:05:57 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ec7bed73e1a184ff423b92aad1aa83e43c01809

commit 5ec7bed73e1a184ff423b92aad1aa83e43c01809
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:27:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:59:05 +0000

    lang/cython: Update to 0.29.33
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/cython/cython/blob/master/CHANGES.rst
---
 lang/cython/Makefile  | 5 +++--
 lang/cython/distinfo  | 6 +++---
 lang/cython/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/lang/cython/Makefile b/lang/cython/Makefile
index 970481b0ceaf..6a8a17cf7546 100644
--- a/lang/cython/Makefile
+++ b/lang/cython/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	cython
-PORTVERSION=	0.29.32
+PORTVERSION=	0.29.33
 CATEGORIES=	lang python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -7,7 +7,8 @@ DISTNAME=	Cython-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Compiler for Writing C Extensions for the Python Language
-WWW=		https://cython.org/
+WWW=		https://cython.org/ \
+		https://github.com/cython/cython
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
diff --git a/lang/cython/distinfo b/lang/cython/distinfo
index 325639d75137..b8ccd40a7007 100644
--- a/lang/cython/distinfo
+++ b/lang/cython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659209948
-SHA256 (Cython-0.29.32.tar.gz) = 8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7
-SIZE (Cython-0.29.32.tar.gz) = 2088773
+TIMESTAMP = 1674589514
+SHA256 (Cython-0.29.33.tar.gz) = 5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a
+SIZE (Cython-0.29.33.tar.gz) = 2093693
diff --git a/lang/cython/pkg-descr b/lang/cython/pkg-descr
index 8d82a5839466..3c57b208ba46 100644
--- a/lang/cython/pkg-descr
+++ b/lang/cython/pkg-descr
@@ -12,5 +12,3 @@ from Cython code.
 This makes Cython the ideal language for writing glue code for external
 C libraries, and for fast C modules that speed up the execution of
 Python code.
-
-See also: https://github.com/cython/cython