lang/cython: Update to 0.29.33

- Update WWW and clean up pkg-descr

Changes:	https://github.com/cython/cython/blob/master/CHANGES.rst
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:27:36 +08:00
parent 124e3f289c
commit 5ec7bed73e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 7 deletions

View File

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

View File

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

View File

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